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

Unable to pull 6.0.10/6.2 with trust enabled. #266

Closed
miketroberts opened this issue Feb 3, 2021 · 2 comments
Closed

Unable to pull 6.0.10/6.2 with trust enabled. #266

miketroberts opened this issue Feb 3, 2021 · 2 comments

Comments

@miketroberts
Copy link

Apologies if this isn't the right place to report this (unsure if this is an issue with the image build, or with docker hub in general).

~/src → docker pull --disable-content-trust=false redis:6.0.10-alpine
No valid trust data for 6.0.10-alpine
~/src → docker pull --disable-content-trust=false redis:6.0.10
No valid trust data for 6.0.10
 ~/src → docker pull --disable-content-trust=false redis:6.2-rc3
No valid trust data for 6.2-rc3

This works for the previous images:

~/src → docker pull --disable-content-trust=false redis:6.0.9-alpine
Pull (1 of 1): redis:6.0.9-alpine@sha256:b0e84b6b92149194d99953e44f7d1fa1f470a769529bb05b4164eae60d8aea6c
docker.io/library/redis@sha256:b0e84b6b92149194d99953e44f7d1fa1f470a769529bb05b4164eae60d8aea6c: Pulling from library/redis

and for 5.0.10

~/src → docker pull --disable-content-trust=false redis:5.0.10-alpine
Pull (1 of 1): redis:5.0.10-alpine@sha256:e0256846c84d07095778890a8c481eceaca9a46a9d292a499555f40d248dfb29

Thanks.

@wglambert
Copy link

We don't have any involvement or insight into the signing process
nodejs/docker-node#1065 (comment)

@tianon
Copy link
Contributor

tianon commented Feb 3, 2021

Yep, as noted in docker-library/official-images#1516, it's unfortunately been broken for quite some time now. 😞

(Closing this one, since there's not really anything we can do at this level.)

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

3 participants