Skip to content

Commit

Permalink
Add MANIFEST_V1_SIGNED to V2_ACCEPT_HEADERS
Browse files Browse the repository at this point in the history
In many registries, MANIFEST_V1_SIGNED and MANIFEST_V1 is
interchangeable and considered equal.

closes #1444

(cherry picked from commit 2e59a91)
  • Loading branch information
lubosmj committed Dec 15, 2023
1 parent a9d1803 commit 6a34d50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES/1444.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Added ``application/vnd.docker.distribution.manifest.v1+prettyjws`` to the list of accepted
media types retrieved from a remote registry.
1 change: 1 addition & 0 deletions pulp_container/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
[
MEDIA_TYPE.MANIFEST_V2,
MEDIA_TYPE.MANIFEST_V1,
MEDIA_TYPE.MANIFEST_V1_SIGNED,
MEDIA_TYPE.MANIFEST_LIST,
MEDIA_TYPE.INDEX_OCI,
MEDIA_TYPE.MANIFEST_OCI,
Expand Down

0 comments on commit 6a34d50

Please sign in to comment.