Skip to content

Commit 7315d32

Browse files
authored
Merge pull request #39257 from xenolinux/OSDOCS-2557
OSDOCS-2557: Add the overview page for registry book
2 parents 896f6cd + fc0c7b1 commit 7315d32

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
@@ -1198,8 +1198,8 @@ Name: Registry
11981198
Dir: registry
11991199
Distros: openshift-enterprise,openshift-origin
12001200
Topics:
1201-
- Name: Overview
1202-
File: architecture-component-imageregistry
1201+
- Name: Registry overview
1202+
File: index
12031203
- Name: Image Registry Operator in OpenShift Container Platform
12041204
File: configuring-registry-operator
12051205
Distros: openshift-enterprise
@@ -1224,8 +1224,6 @@ Topics:
12241224
File: configuring-registry-storage-baremetal
12251225
- Name: Configuring the registry for vSphere
12261226
File: configuring-registry-storage-vsphere
1227-
- Name: Registry options
1228-
File: registry-options
12291227
Distros: openshift-enterprise,openshift-origin
12301228
- Name: Accessing the registry
12311229
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)