mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
14 lines
415 B
Plaintext
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
|
|
----
|