Skip to content

Commit 565584e

Browse files
authored
Merge pull request #51104 from aswin2108/code-highlighting-fix
Code highlighting in image-tag section fixed
2 parents ad63527 + 5dc53f9 commit 565584e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

modules/images-container-repository-about.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
An image repository is a collection of related container images and tags identifying them. For example, the {product-title} Jenkins images are in the repository:
88

9+
[source,text]
910
----
1011
docker.io/openshift/jenkins-2-centos7
1112
----

modules/images-id.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
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:
88

9+
[source,text]
910
----
1011
docker.io/openshift/jenkins-2-centos7@sha256:ab312bda324
1112
----

modules/images-image-registry-about.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
An image registry is a content server that can store and serve container images. For example:
88

9+
[source,text]
910
----
1011
registry.redhat.io
1112
----

0 commit comments

Comments
 (0)