
Chapter 13. Managing Images | Red Hat Product Documentation
An image stream can be configured to import tag and image metadata from an image repository in an external container image registry. You can do this using a few different methods. You can …
Chapter 1. Overview of images | Red Hat Product Documentation
Containers in OpenShift Container Platform are based on OCI- or Docker-formatted container images. An image is a binary that includes all of the requirements for running a single …
Chapter 6. Managing image streams - Red Hat
Image stream images allow you to retrieve metadata about an image from a particular image stream where it is tagged. Image stream image objects are automatically created in OpenShift …
Remotely Push and Pull Container Images to OpenShift - Red Hat
2016年5月19日 · Pulling an image to a local Docker instance is simply a task of using the fully qualified image name from the remote OSE repository, for example: $ docker pull docker …
Chapter 5. Managing images | Red Hat Product Documentation
OpenShift Container Platform provides the oc tag command, which is similar to the docker tag command, but operates on image streams instead of directly on images. 5.2.2. Image tag …
Workload Characterization: OpenShift Registry with OpenShift …
2020年4月24日 · Red Hat OpenShift Container Platform (OCP) provides a built-in container image registry which runs as a standard workload on the cluster. This registry is configured and …
Getting any Docker image running in your own OpenShift cluster - Red Hat
2016年2月22日 · So, let me introduce you to the “oc new-app” command and, using the gitlab/gitlab-ce:latest image from the Docker Hub, lets deploy GitLab in OpenShift to show how …
How do I push an image to the internal image registry?
The internal image registry of OpenShift can also be loaded with a pre-existing application image by pushing the image from a local system using a tool such as docker push or buildah push. …
Removing unused images from nodes using the image pruner in …
The image pruning described in Automatically pruning images and Manually pruning images is for removing unused images from the OpenShift internal registry. For removing unused images …
Chapter 1. OpenShift image registry overview - Red Hat
OpenShift Container Platform 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 …