1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/images-id.adoc
2022-10-03 14:10:37 +00:00

13 lines
429 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:
[source,text]
----
docker.io/openshift/jenkins-2-centos7@sha256:ab312bda324
----