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 1.29 required #230

Closed
andreas-p opened this issue Dec 16, 2022 · 1 comment · Fixed by #231
Closed

docker-compose 1.29 required #230

andreas-p opened this issue Dec 16, 2022 · 1 comment · Fixed by #231
Labels
bug Something isn't working

Comments

@andreas-p
Copy link

The install documentation at https://greenbone.github.io/docs/latest/21.4/container/index.html#installing-docker-compose states that docker-compose 1.27 is required (which would be provided by bullseye-backports). This is actually not sufficient: since service_completed_successfully is used, the minimum required version is 1.29.

@andreas-p andreas-p added the bug Something isn't working label Dec 16, 2022
bjoernricks added a commit that referenced this issue Dec 16, 2022
The `depends_on` `service_completed_successfully` config in the compose
file requires docker compose 1.29.0 actually.

See https://github.com/docker/compose/releases/tag/1.29.0 and
docker/compose#8154

Closes #230
@bjoernricks
Copy link
Member

Thanks for letting us know. I've updated the docs accordingly which will be published when the PR gets merged.

bjoernricks added a commit that referenced this issue Dec 27, 2022
The `depends_on` `service_completed_successfully` config in the compose
file requires docker compose 1.29.0 actually.

See https://github.com/docker/compose/releases/tag/1.29.0 and
docker/compose#8154

Closes #230
bjoernricks added a commit that referenced this issue Dec 27, 2022
The `depends_on` `service_completed_successfully` config in the compose
file requires docker compose 1.29.0 actually.

See https://github.com/docker/compose/releases/tag/1.29.0 and
docker/compose#8154

Closes #230
bjoernricks added a commit that referenced this issue Dec 27, 2022
The `depends_on` `service_completed_successfully` config in the compose
file requires docker compose 1.29.0 actually.

See https://github.com/docker/compose/releases/tag/1.29.0 and
docker/compose#8154

Closes #230
bjoernricks added a commit that referenced this issue Dec 27, 2022
The `depends_on` `service_completed_successfully` config in the compose
file requires docker compose 1.29.0 actually.

See https://github.com/docker/compose/releases/tag/1.29.0 and
docker/compose#8154

Closes #230
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants