From 38f4b9d0320b1633d1665a88420493b74668af3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 13 Jun 2022 19:30:13 +0200 Subject: [PATCH] Enable schema1 support on the test registries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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č --- integration/registry.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration/registry.go b/integration/registry.go index 670c2da5..80d0a7e2 100644 --- a/integration/registry.go +++ b/integration/registry.go @@ -53,6 +53,9 @@ storage: enabled: true http: addr: %s +compatibility: + schema1: + enabled: true %s` var ( htpasswd string