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

docker-compose: fixes for local-dev mode #2010

Open
wants to merge 2 commits into
base: release-4.7
Choose a base branch
from

Commits on Mar 14, 2024

  1. docker-compose: Deduplicate container names

    On Docker Compose version 2.24.7 it fails with error:
    `"services.quay-notifier": container name "clair-notifier" is already in use by "services.notifier": invalid compose project`
    
    Signed-off-by: perat <[email protected]>
    perat committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    59218ba View commit details
    Browse the repository at this point in the history
  2. docker-compose: fix open /tmp: operation not supported error

    Workaround for issue quay#2009
    suggested in docker/compose#1339 (comment)
    
    Signed-off-by: perat <[email protected]>
    perat committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d33f0f8 View commit details
    Browse the repository at this point in the history