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

CI/Dockerfile: port 1.8 changes to 1.9 #1049

Merged
merged 4 commits into from
Aug 8, 2024

Commits on Aug 7, 2024

  1. CI: remove dash in docker-compose

    This is the modern way of invoking Docker
    compose.
    pjonsson committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    63058c6 View commit details
    Browse the repository at this point in the history
  2. Dockerfile: enable switching UID/GID (opendatacube#1047)

    Add a script for switching UID/GID
    of the user inside the container.
    Use this to avoid making the directories
    the CI uses world-writable.
    pjonsson committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2000589 View commit details
    Browse the repository at this point in the history
  3. compose: remove deprecated version field

    This removes some warning printouts
    in the tests.
    pjonsson committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    56d5a02 View commit details
    Browse the repository at this point in the history
  4. compose: add health-check to postgres

    Add a health check to compose and
    use that in the CI instead of the
    wait-for-db-script.
    pjonsson committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    705b91c View commit details
    Browse the repository at this point in the history