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

docker images no longer signed/verifiable #256

Open
lmgray opened this issue Mar 23, 2021 · 1 comment
Open

docker images no longer signed/verifiable #256

lmgray opened this issue Mar 23, 2021 · 1 comment
Labels
enhancement pending To be done in the future

Comments

@lmgray
Copy link

lmgray commented Mar 23, 2021

It seems recent images available in docker.io are not being signed as they had been in the past:

$ export DOCKER_CONTENT_TRUST=1

$ docker pull fluent/fluentd:v0.12.43-2.0
Error: remote trust data does not exist for docker.io/fluent/fluentd: notary.docker.io does not have trust data for docker.io/fluent/fluentd

$ docker pull fluent/fluentd:v0.12-2
Error: remote trust data does not exist for docker.io/fluent/fluentd: notary.docker.io does not have trust data for docker.io/fluent/fluentd

In the past, e.g. `latest` was signed.  Is this an oversight?  Are any signed/verifiable images available or planned?

@kenhys kenhys added enhancement pending To be done in the future labels Aug 27, 2024
@kenhys
Copy link
Contributor

kenhys commented Aug 27, 2024

We can't provide signed image under current workflow.

https://docs.docker.com/engine/security/trust/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement pending To be done in the future
Projects
None yet
Development

No branches or pull requests

2 participants