mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Registry Overview
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
5c2db7589e
commit
fe404cb938
@@ -1187,8 +1187,8 @@ Name: Registry
|
||||
Dir: registry
|
||||
Distros: openshift-enterprise,openshift-origin
|
||||
Topics:
|
||||
- Name: Overview
|
||||
File: architecture-component-imageregistry
|
||||
- Name: Registry overview
|
||||
File: index
|
||||
- Name: Image Registry Operator in OpenShift Container Platform
|
||||
File: configuring-registry-operator
|
||||
Distros: openshift-enterprise
|
||||
@@ -1213,8 +1213,6 @@ Topics:
|
||||
File: configuring-registry-storage-baremetal
|
||||
- Name: Configuring the registry for vSphere
|
||||
File: configuring-registry-storage-vsphere
|
||||
- Name: Registry options
|
||||
File: registry-options
|
||||
Distros: openshift-enterprise,openshift-origin
|
||||
- Name: Accessing the registry
|
||||
File: accessing-the-registry
|
||||
|
||||
@@ -22,7 +22,7 @@ variety of techniques including industry standard Dockerfiles and publishing
|
||||
them to either the cluster image registry, or an external registry. It also
|
||||
provides integration with Jenkins based pipeline continuous integration
|
||||
workflows.
|
||||
* xref:../registry/architecture-component-imageregistry.adoc[Image Registry] -
|
||||
* xref:../registry/index.adoc[Image Registry] -
|
||||
The image registry provides a scalable repository for storing and retrieving
|
||||
container images that are produced by and run on the cluster. Image access is
|
||||
integrated with the cluster's role-based access controls and user authentication
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Module included in the following assemblies:
|
||||
//
|
||||
// * registry/registry-options.adoc
|
||||
// * registry/index.adoc
|
||||
|
||||
[id="registry-authentication-enabled-registry-overview_{context}"]
|
||||
= Authentication enabled Red Hat registry
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Module included in the following assemblies:
|
||||
//
|
||||
// * registry/registry-options.adoc
|
||||
// * registry/index.adoc
|
||||
|
||||
[id="authentication_{context}"]
|
||||
= Authentication
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Module included in the following assemblies:
|
||||
//
|
||||
//* registry/registry-options
|
||||
//* registry/architecture-component-imageregistry
|
||||
//* registry/index.adoc
|
||||
|
||||
[id="registry-integrated-openshift-registry_{context}"]
|
||||
= Integrated {product-title} registry
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Module included in the following assemblies:
|
||||
//
|
||||
// * registry/registry-options.adoc
|
||||
// * registry/index.adoc
|
||||
|
||||
[id="registry-quay-overview_{context}"]
|
||||
= Red Hat Quay registries
|
||||
@@ -10,7 +10,7 @@ available both as a hosted service and as software you can install in your own
|
||||
data center or cloud environment. Advanced registry features in Red Hat Quay
|
||||
include geo-replication, image scanning, and the ability to roll back images.
|
||||
|
||||
Visit the Quay.io site to set up your own hosted Quay registry account. After
|
||||
Visit the link:https://quay.io[Quay.io] site to set up your own hosted Quay registry account. After
|
||||
that, follow the Quay Tutorial to log in to the Quay registry and start managing
|
||||
your images.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Module included in the following assemblies:
|
||||
//
|
||||
// * registry/registry-options.adoc
|
||||
// * registry/index.adoc
|
||||
|
||||
[id="registry-third-party-registries_{context}"]
|
||||
= Third-party registries
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
[id="architecture-component-imageregistry"]
|
||||
= Image Registry
|
||||
include::modules/common-attributes.adoc[]
|
||||
:context: architecture-component-imageregistry
|
||||
|
||||
toc::[]
|
||||
|
||||
include::modules/registry-integrated-openshift-registry.adoc[leveloffset=+1]
|
||||
|
||||
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
|
||||
.Additional resources
|
||||
|
||||
* xref:../registry/configuring-registry-operator.adoc#configuring-registry-operator[Image Registry Operator in {product-title}]
|
||||
endif::[]
|
||||
|
||||
//* Link: Triggering updates on imagestream changes
|
||||
//* LINK TO API DOCS
|
||||
28
registry/index.adoc
Normal file
28
registry/index.adoc
Normal file
@@ -0,0 +1,28 @@
|
||||
[id="registry-overview"]
|
||||
= {product-title} registry overview
|
||||
include::modules/common-attributes.adoc[]
|
||||
:context: registry-overview
|
||||
|
||||
toc::[]
|
||||
|
||||
{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.
|
||||
|
||||
include::modules/registry-integrated-openshift-registry.adoc[leveloffset=+1]
|
||||
|
||||
.Additional resources
|
||||
|
||||
* xref:../registry/configuring-registry-operator.adoc#configuring-registry-operator[Image Registry Operator in {product-title}]
|
||||
|
||||
include::modules/registry-third-party-registries.adoc[leveloffset=+1]
|
||||
|
||||
include::modules/registry-quay-overview.adoc[leveloffset=+1]
|
||||
|
||||
.Additional resources
|
||||
|
||||
* link:https://access.redhat.com/documentation/en-us/red_hat_quay/[Red Hat Quay product documentation]
|
||||
|
||||
include::modules/registry-authentication-enabled-registry-overview.adoc[leveloffset=+1]
|
||||
|
||||
.Additional resources
|
||||
|
||||
* link:https://access.redhat.com/terms-based-registry/[Registry service accounts]
|
||||
@@ -1,21 +0,0 @@
|
||||
[id="registry-options"]
|
||||
= Registry options
|
||||
include::modules/common-attributes.adoc[]
|
||||
:context: registry-options
|
||||
|
||||
toc::[]
|
||||
|
||||
{product-title} can build images from your source code, deploy them, and manage
|
||||
their lifecycle. To enable this, {product-title} provides an internal,
|
||||
integrated container image registry that can be deployed in your {product-title}
|
||||
environment to locally manage images.
|
||||
|
||||
include::modules/registry-integrated-openshift-registry.adoc[leveloffset=+1]
|
||||
|
||||
include::modules/registry-third-party-registries.adoc[leveloffset=+1]
|
||||
|
||||
include::modules/registry-authentication.adoc[leveloffset=+2]
|
||||
|
||||
include::modules/registry-quay-overview.adoc[leveloffset=+1]
|
||||
|
||||
include::modules/registry-authentication-enabled-registry-overview.adoc[leveloffset=+1]
|
||||
@@ -41,7 +41,7 @@ include::modules/security-registries-ecosystem.adoc[leveloffset=+1]
|
||||
// OpenShift Container Registry
|
||||
include::modules/security-registries-openshift.adoc[leveloffset=+1]
|
||||
.Additional resources
|
||||
* xref:../../registry/architecture-component-imageregistry.adoc#architecture-component-imageregistry[Integrated {product-title} registry]
|
||||
* xref:../../registry/index.adoc#registry-overview[Integrated {product-title} registry]
|
||||
|
||||
// Quay Container Registry
|
||||
include::modules/security-registries-quay.adoc[leveloffset=+1]
|
||||
|
||||
@@ -218,7 +218,7 @@ or
|
||||
xref:../machine_management/creating_machinesets/creating-machineset-gcp.adoc#creating-machineset-gcp[GCP]
|
||||
by xref:../machine_management/deploying-machine-health-checks.adoc#deploying-machine-health-checks[deploying health checks] and xref:../machine_management/applying-autoscaling.adoc#applying-autoscaling[applying autoscaling to machines].
|
||||
|
||||
- **xref:../registry/registry-options.adoc#registry-options[Manage container registries]**: Each {product-title} cluster includes a built-in container registry for storing its images. You can also configure a separate link:https://access.redhat.com/documentation/en-us/red_hat_quay/[Red Hat Quay] registry to use with {product-title}. The link:https://quay.io[Quay.io] web site provides a public container registry that stores {product-title} containers and Operators.
|
||||
- **xref:../registry/index.adoc#registry-overview[Manage container registries]**: Each {product-title} cluster includes a built-in container registry for storing its images. You can also configure a separate link:https://access.redhat.com/documentation/en-us/red_hat_quay/[Red Hat Quay] registry to use with {product-title}. The link:https://quay.io[Quay.io] web site provides a public container registry that stores {product-title} containers and Operators.
|
||||
|
||||
- **xref:../authentication/understanding-authentication.adoc#understanding-authentication[Manage users and groups]**: Add users and groups with different levels of permissions to use or modify clusters.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user