Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions install_config/registry/extended_registry_configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ middleware:
repository:
- name: openshift
options:
acceptschema2: false
acceptschema2: true
pullthrough: true
enforcequota: false
projectcachettl: 1m
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -483,7 +483,7 @@ middleware:
repository:
- name: openshift
options:
acceptschema2: false <1>
acceptschema2: true <1>
pullthrough: true <2>
mirrorpullthrough: true <3>
enforcequota: false <4>
Expand Down