mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
// Module included in the following assemblies:
|
|
// * openshift_images/image-streams-managing.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="images-using-imagestream-images_{context}"]
|
|
= Image stream images
|
|
|
|
[role="_abstract"]
|
|
To precisely identify and manage the actual image content associated with a specific tag, reference and use image stream images in {product-title}. This ensures your application deployments reliably target immutable image definitions.
|
|
|
|
An image stream image points from within an image stream to a particular image ID.
|
|
|
|
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 {product-title} whenever you import or tag an image into the image stream. You should never have to explicitly define an image stream image object in any image stream definition that you use to create image streams.
|
|
|
|
The image stream image consists of the image stream name and image ID from the repository, delimited by an `@` sign:
|
|
|
|
----
|
|
<image-stream-name>@<image-id>
|
|
----
|
|
|
|
To refer to the image in the `ImageStream` object example, the image stream image looks like:
|
|
|
|
----
|
|
origin-ruby-sample@sha256:47463d94eb5c049b2d23b03a9530bf944f8f967a0fe79147dd6b9135bf7dd13d
|
|
----
|