1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/images-id.adoc
2020-06-11 21:16:34 +00:00

14 lines
415 B
Plaintext

// Module included in the following assemblies:
// * openshift_images/images-understand.aodc
[id="images-id_{context}"]
= Image IDs
An image ID is a SHA (Secure Hash Algorithm) code that can be used to
pull an image. A SHA image ID cannot change. A specific SHA identifier always
references the exact same container image content. For example:
----
docker.io/openshift/jenkins-2-centos7@sha256:ab312bda324
----