-
Notifications
You must be signed in to change notification settings - Fork 45
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
As a user I can view container image signatures #504
Comments
lubosmj
added a commit
to lubosmj/pulp_container
that referenced
this issue
Jan 10, 2022
lubosmj
added a commit
to lubosmj/pulp_container
that referenced
this issue
Jan 10, 2022
lubosmj
added a commit
to lubosmj/pulp_container
that referenced
this issue
Jan 10, 2022
lubosmj
added a commit
to lubosmj/pulp_container
that referenced
this issue
Jan 10, 2022
lubosmj
added a commit
to lubosmj/pulp_container
that referenced
this issue
Jan 10, 2022
lubosmj
added a commit
to lubosmj/pulp_container
that referenced
this issue
Jan 10, 2022
lubosmj
added a commit
to lubosmj/pulp_container
that referenced
this issue
Jan 10, 2022
lubosmj
added a commit
to lubosmj/pulp_container
that referenced
this issue
Jan 11, 2022
lubosmj
added a commit
that referenced
this issue
Jan 12, 2022
ipanova
pushed a commit
to ipanova/pulp_container
that referenced
this issue
Feb 14, 2022
ipanova
pushed a commit
to ipanova/pulp_container
that referenced
this issue
Feb 14, 2022
ipanova
pushed a commit
to ipanova/pulp_container
that referenced
this issue
Feb 14, 2022
ipanova
pushed a commit
to ipanova/pulp_container
that referenced
this issue
Feb 15, 2022
ipanova
pushed a commit
to ipanova/pulp_container
that referenced
this issue
Feb 15, 2022
ipanova
pushed a commit
to ipanova/pulp_container
that referenced
this issue
Feb 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Author: @ipanova (ipanova@redhat.com)
Redmine Issue: 9513, https://pulp.plan.io/issues/9513
Provide an extension of the docker/distribution API.
Assuming a signed image has already been pushed into the Pulp Container Registry, one can read the signature(s)( any user with access to the image) using the following calls:
GET /extensions/v2/<namespace>/<name>/signatures/
GET /extensions/v2/<namespace>/<name>/signatures/<imagesha256digest>
See https://docs.openshift.com/container-platform/3.10/admin_guide/image_signatures.html#reading-image-signatures-via-registry-api and https://github.com/openshift/origin/pull/12504/files
The text was updated successfully, but these errors were encountered: