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

How to get the busybox image with v1 manifest #135

Closed
smaistry opened this issue May 20, 2022 · 1 comment
Closed

How to get the busybox image with v1 manifest #135

smaistry opened this issue May 20, 2022 · 1 comment
Labels
question Usability question, not directly related to an error with the image

Comments

@smaistry
Copy link

How to get the busybox image with v1 manifest?

"application/vnd.docker.distribution.manifest.v1+json"
"application/vnd.docker.distribution.manifest.v1+prettyjws"
"application/vnd.oci.image.manifest.v1+json"
"application/vnd.docker.distribution.manifest.v2+json"

@wglambert wglambert added the question Usability question, not directly related to an error with the image label May 20, 2022
@wglambert
Copy link

v1 was deprecated some time ago https://www.docker.com/blog/registry-v1-api-deprecation/

There was also this discussion in golang about v1/v2 docker-library/golang#269 (comment)

We have no control over what the hub gives us back when we push an image . . . some pushed as v2 and some as v1

@tianon tianon closed this as completed May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Usability question, not directly related to an error with the image
Projects
None yet
Development

No branches or pull requests

3 participants