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

Missing os/arch if using specific version tag #325

Closed
jokay opened this issue Aug 5, 2021 · 2 comments · Fixed by #326 or #447
Closed

Missing os/arch if using specific version tag #325

jokay opened this issue Aug 5, 2021 · 2 comments · Fixed by #326 or #447

Comments

@jokay
Copy link

jokay commented Aug 5, 2021

I would like to use the specific version tag but it lacks some os/arch (linux/arm/v6, linux/arm/v7).

:latest

image

:20.10.8

image

Would it be possible to have all os/arch from :latest in the specific version releases as well?

@yosifkit
Copy link
Member

yosifkit commented Aug 5, 2021

That'd be great, but those architectures have been failing to build for quite some time (duplicate of #260). It's likely that we'll just disable the arm32* image builds since latest is pulling in their last successful build from ~1 year ago (https://hub.docker.com/r/arm32v7/docker/tags?page=1&ordering=last_updated&name=latest). They can definitely come back once the problem is fixed upstream.

+ dockerd --version
Bus error (core dumped)

@jokay
Copy link
Author

jokay commented Aug 5, 2021

Thx for the information, will close the issue then 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants
@yosifkit @jokay and others