mirror of
https://github.com/containers/skopeo.git
synced 2025-06-25 06:12: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
|
enabled: true
|
||||||
http:
|
http:
|
||||||
addr: %s
|
addr: %s
|
||||||
|
compatibility:
|
||||||
|
schema1:
|
||||||
|
enabled: true
|
||||||
%s`
|
%s`
|
||||||
var (
|
var (
|
||||||
htpasswd string
|
htpasswd string
|
||||||
|
Loading…
Reference in New Issue
Block a user