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

Wrong Docker image tags for Alpine versions #50

Closed
goetzc opened this issue Jun 8, 2022 · 0 comments
Closed

Wrong Docker image tags for Alpine versions #50

goetzc opened this issue Jun 8, 2022 · 0 comments

Comments

@goetzc
Copy link

goetzc commented Jun 8, 2022

Some Docker images tagged as a specific version are shipping a different Alpine version, such as 2.12-alpine-3.14 or 2.12-alpine-3.15 being actually Alpine 3.16.

❯ docker run --rm -it willhallonline/ansible:2.12-alpine-3.14 sh

/ansible # cat /etc/issue
Welcome to Alpine Linux 3.16
Kernel \r on an \m (\l)

/ansible # apk add vim
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
...

This breaks automated workflows when expecting specific versions but the base Alpine image is a different release.

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

No branches or pull requests

1 participant