-
Notifications
You must be signed in to change notification settings - Fork 608
Update to Alpine 3.18 #424
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
Conversation
Changes: - docker-library/docker@653d21e: Merge pull request docker-library/docker#424 from jnoordsij/update-alpine-3.18 - docker-library/docker@1e7a4c3: Update to Alpine 3.18
Nice....now millions of pipelines using still docker-compose won't run anymore. |
I'm not sure what you mean by this, docker compose is still functional in the latest image AFAICS:
|
Indeed, a little elaboration would be helpful 😅 |
Sorry. Yes. What you mean, is the "new" docker compose....this is indeed in there. My CI pipelines were still using Here you go for some context:
|
I understand the confusion now! When running The issue is this package is removed from Alpine as docker compose v1 is no longer supported. Note this is mostly unrelated to the So my guess is you can remove the Tl;dr: remove |
All cool. As I said, I just removed the "-" from the lines in the gitlab-ci.yaml and removed the line, where the docker-compose apk was installed. So it's better then before, but some of us were running in circles in panic, as we first need to find out what was wrong/what has changed ^^ |
Just to thread the needle all the way back, #361 is where |
See also https://alpinelinux.org/posts/Alpine-3.18.0-released.html.