mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 11:01:18 +00:00
Enable schema1 support on the test registries
We expect schema1 images to work. Also, docker/distribution doesn't provide useful errors for rejected schema1 images ( https://github.com/distribution/distribution/issues/2925 ), which makes it impractical for Skopeo to automatically convert schema1 to schema2. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
1b5fb465be
commit
38f4b9d032
@ -53,6 +53,9 @@ storage:
|
||||
enabled: true
|
||||
http:
|
||||
addr: %s
|
||||
compatibility:
|
||||
schema1:
|
||||
enabled: true
|
||||
%s`
|
||||
var (
|
||||
htpasswd string
|
||||
|
Loading…
Reference in New Issue
Block a user