Skip to content

Commit fc0c7b1

Browse files
committed
Registry Overview
1 parent 15fe8ee commit fc0c7b1

12 files changed

+39
-51
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,8 +1203,8 @@ Name: Registry
12031203
Dir: registry
12041204
Distros: openshift-enterprise,openshift-origin
12051205
Topics:
1206-
- Name: Overview
1207-
File: architecture-component-imageregistry
1206+
- Name: Registry overview
1207+
File: index
12081208
- Name: Image Registry Operator in OpenShift Container Platform
12091209
File: configuring-registry-operator
12101210
Distros: openshift-enterprise
@@ -1229,8 +1229,6 @@ Topics:
12291229
File: configuring-registry-storage-baremetal
12301230
- Name: Configuring the registry for vSphere
12311231
File: configuring-registry-storage-vsphere
1232-
- Name: Registry options
1233-
File: registry-options
12341232
Distros: openshift-enterprise,openshift-origin
12351233
- Name: Accessing the registry
12361234
File: accessing-the-registry

architecture/architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ variety of techniques including industry standard Dockerfiles and publishing
2222
them to either the cluster image registry, or an external registry. It also
2323
provides integration with Jenkins based pipeline continuous integration
2424
workflows.
25-
* xref:../registry/architecture-component-imageregistry.adoc[Image Registry] -
25+
* xref:../registry/index.adoc[Image Registry] -
2626
The image registry provides a scalable repository for storing and retrieving
2727
container images that are produced by and run on the cluster. Image access is
2828
integrated with the cluster's role-based access controls and user authentication

modules/registry-authentication-enabled-registry-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * registry/registry-options.adoc
3+
// * registry/index.adoc
44

55
[id="registry-authentication-enabled-registry-overview_{context}"]
66
= Authentication enabled Red Hat registry

modules/registry-authentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * registry/registry-options.adoc
3+
// * registry/index.adoc
44

55
[id="authentication_{context}"]
66
= Authentication

modules/registry-integrated-openshift-registry.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Module included in the following assemblies:
22
//
33
//* registry/registry-options
4-
//* registry/architecture-component-imageregistry
4+
//* registry/index.adoc
55

66
[id="registry-integrated-openshift-registry_{context}"]
77
= Integrated {product-title} registry

modules/registry-quay-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * registry/registry-options.adoc
3+
// * registry/index.adoc
44

55
[id="registry-quay-overview_{context}"]
66
= Red Hat Quay registries
@@ -10,7 +10,7 @@ available both as a hosted service and as software you can install in your own
1010
data center or cloud environment. Advanced registry features in Red Hat Quay
1111
include geo-replication, image scanning, and the ability to roll back images.
1212

13-
Visit the Quay.io site to set up your own hosted Quay registry account. After
13+
Visit the link:https://quay.io[Quay.io] site to set up your own hosted Quay registry account. After
1414
that, follow the Quay Tutorial to log in to the Quay registry and start managing
1515
your images.
1616

modules/registry-third-party-registries.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * registry/registry-options.adoc
3+
// * registry/index.adoc
44

55
[id="registry-third-party-registries_{context}"]
66
= Third-party registries

registry/architecture-component-imageregistry.adoc

Lines changed: 0 additions & 17 deletions
This file was deleted.

registry/index.adoc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[id="registry-overview"]
2+
= {product-title} registry overview
3+
include::modules/common-attributes.adoc[]
4+
:context: registry-overview
5+
6+
toc::[]
7+
8+
{product-title} can build images from your source code, deploy them, and manage their lifecycle. It provides an internal, integrated container image registry that can be deployed in your {product-title} environment to locally manage images. This overview contains reference information and links for registries commonly used with {product-title}, with a focus on the internal image registry.
9+
10+
include::modules/registry-integrated-openshift-registry.adoc[leveloffset=+1]
11+
12+
.Additional resources
13+
14+
* xref:../registry/configuring-registry-operator.adoc#configuring-registry-operator[Image Registry Operator in {product-title}]
15+
16+
include::modules/registry-third-party-registries.adoc[leveloffset=+1]
17+
18+
include::modules/registry-quay-overview.adoc[leveloffset=+1]
19+
20+
.Additional resources
21+
22+
* link:https://access.redhat.com/documentation/en-us/red_hat_quay/[Red Hat Quay product documentation]
23+
24+
include::modules/registry-authentication-enabled-registry-overview.adoc[leveloffset=+1]
25+
26+
.Additional resources
27+
28+
* link:https://access.redhat.com/terms-based-registry/[Registry service accounts]

registry/registry-options.adoc

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)