Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: use docker compose v2 #1034

Merged

Commits on Sep 10, 2024

  1. Makefile: use docker compose v2

    Docker compose v1 has been deprecated and has been removed from Github
    actions runner images
    
    Signed-off-by: Taylor Madore <[email protected]>
    taylormadore committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0782100 View commit details
    Browse the repository at this point in the history
  2. remove obsolete version from docker-compose.yml

    The version field in docker-compose.yml is obsolete and is producing a
    warning message in docker compose v2.
    
    https://github.com/compose-spec/compose-spec/blob/231b09c30d339e950c0da17fe5bdc793366b8fde/spec.md#version-top-level-element-obsolete
    
    Signed-off-by: Taylor Madore <[email protected]>
    taylormadore committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    37e75c8 View commit details
    Browse the repository at this point in the history