You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/k8s-best-practices-image-tagging.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
An image tag is a label applied to a container image in a repository that distinguishes a specific image from other images. Image tags may be used to categorize images (for example: latest, stable, development) and by versions within the categories. This allows the administrator to be specific when declaring which image to test, or which image to run in production.
5
5
6
-
See link:https://docs.openshift.com/container-platform/4.13/openshift_images/managing_images/tagging-images.html[Tagging Images]
6
+
See link:https://docs.openshift.com/container-platform/latest/openshift_images/managing_images/tagging-images.html[Tagging Images]
7
7
8
8
See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#manageability-containers-image-tag[manageability-containers-image-tag]
0 commit comments