Uh oh!
There was an error while loading. Please reload this page.
Update to Alpine 3.18 - #424
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
andythedandy
commented
May 12, 2023
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: |
tianon
commented
May 12, 2023
Indeed, a little elaboration would be helpful 😅 |
andythedandy
commented
May 13, 2023
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: |
jnoordsij
commented
May 15, 2023
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 ^^ |
tianon
commented
May 15, 2023
Just to thread the needle all the way back, #361 is where |
See also https://alpinelinux.org/posts/Alpine-3.18.0-released.html.