You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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).
This works for the previous images:
and for 5.0.10
Thanks.
The text was updated successfully, but these errors were encountered: