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

Add missing compatibility flag to compose build #25

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

pastalian
Copy link
Contributor

When excluded_containers is defined, docker-compsoe task does not pass --compatibility flag, so container names expected in subsequent tasks are not built.

Expected behavior:

  • "Create and start services" task starts
    • albs_web_server_1
    • albs_db_1
    • albs_*_1

Actual behavior:

  • "Create and start services" task starts
    • albs-web_server-1
    • albs-db-1
    • albs-*-1

@javihernandez javihernandez merged commit 401328c into AlmaLinux:master Jun 19, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants