Skip to content

Commit

Permalink
Enable schema1 support on the test registries
Browse files Browse the repository at this point in the history
We expect schema1 images to work.  Also, docker/distribution
doesn't provide useful errors for rejected schema1 images
( distribution/distribution#2925 ),
which makes it impractical for Skopeo to automatically convert
schema1 to schema2.

Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
mtrmac committed Jun 16, 2022
1 parent 1b5fb46 commit 38f4b9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ storage:
enabled: true
http:
addr: %s
compatibility:
schema1:
enabled: true
%s`
var (
htpasswd string
Expand Down

0 comments on commit 38f4b9d

Please sign in to comment.