From 3311f1e33daf64b438374091286e3bace7010e8e Mon Sep 17 00:00:00 2001 From: Aaron Weitekamp Date: Mon, 20 Mar 2017 13:59:08 -0400 Subject: [PATCH] registry option acceptschema2: true Signed-off-by: Aaron Weitekamp --- .../registry/extended_registry_configuration.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install_config/registry/extended_registry_configuration.adoc b/install_config/registry/extended_registry_configuration.adoc index b3cde86f654c..4e4434d03eb4 100644 --- a/install_config/registry/extended_registry_configuration.adoc +++ b/install_config/registry/extended_registry_configuration.adoc @@ -172,7 +172,7 @@ middleware: repository: - name: openshift options: - acceptschema2: false + acceptschema2: true pullthrough: true enforcequota: false projectcachettl: 1m @@ -299,7 +299,7 @@ This section lists the supported link:https://docs.docker.com/registry/configura The following list includes storage drivers that need to be configured in the registry's configuration file: -* link:https://docs.docker.com/registry/storage-drivers/filesystem[Filesystem]. Filesystem is the default and does not need to be configured. +* link:https://docs.docker.com/registry/storage-drivers/filesystem[Filesystem]. Filesystem is the default and does not need to be configured. // * link:https://docs.docker.com/registry/storage-drivers/azure/[Microsoft Azure]// * link:https://docs.docker.com/registry/storage-drivers/s3/[S3]. Learn more about https://github.com/docker/docker.github.io/blob/master/registry/storage-drivers/s3.md#cloudfront-as-middleware-with-s3-backend[CloudFront configuration]. * link:https://docs.docker.com/registry/storage-drivers/swift/[OpenStack Swift] @@ -371,7 +371,7 @@ middleware: repository: - name: openshift <1> options: - acceptschema2: false <2> + acceptschema2: true <2> pullthrough: true <3> mirrorpullthrough: true <4> enforcequota: false <5> @@ -483,7 +483,7 @@ middleware: repository: - name: openshift options: - acceptschema2: false <1> + acceptschema2: true <1> pullthrough: true <2> mirrorpullthrough: true <3> enforcequota: false <4>