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
I maybe missed some news and could not find a similar topic, so i am creating this issue.
did golang images stopped getting signed?
I noticed this because our CI was using outdated 1.15 images and 1.16 builds fail because of missing trust data
Pulling 1.15 with Content Trust enabled
> docker pull golang:1.15
Pull (1 of 1): golang:1.15@sha256:68d8b4d7ec2847a6886fa31323bfc166e6850ce4927939c12c0f536153d28394
sha256:68d8b4d7ec2847a6886fa31323bfc166e6850ce4927939c12c0f536153d28394: Pulling from library/golang
Digest: sha256:68d8b4d7ec2847a6886fa31323bfc166e6850ce4927939c12c0f536153d28394
Status: Image is up to date for golang@sha256:68d8b4d7ec2847a6886fa31323bfc166e6850ce4927939c12c0f536153d28394
Tagging golang@sha256:68d8b4d7ec2847a6886fa31323bfc166e6850ce4927939c12c0f536153d28394 as golang:1.15
docker.io/library/golang:1.15
Pulling 1.15 with Content Trust disabled
> docker pull --disable-content-trust golang:1.15
1.15: Pulling from library/golang
Digest: sha256:689e121cba70452d374b53f64669f8c6ae68cfa4b3c5c20e518f21ce4de350be
Status: Image is up to date for golang:1.15
docker.io/library/golang:1.15
Pulling 1.16 with Content Trust enabled
> docker pull golang:1.16
No valid trust data for 1.16
Pulling 1.16 with Content Trust disabled
> docker pull --disable-content-trust golang:1.16
1.16: Pulling from library/golang
Digest: sha256:29b63705e5851b1f95862c5a26396f981e907c763e113bf470682759c9d9a702
Status: Downloaded newer image for golang:1.16
docker.io/library/golang:1.16
The text was updated successfully, but these errors were encountered:
Hello,
I maybe missed some news and could not find a similar topic, so i am creating this issue.
did golang images stopped getting signed?
I noticed this because our CI was using outdated 1.15 images and 1.16 builds fail because of missing trust data
Pulling 1.15 with Content Trust enabled
Pulling 1.15 with Content Trust disabled
Pulling 1.16 with Content Trust enabled
Pulling 1.16 with Content Trust disabled
The text was updated successfully, but these errors were encountered: