Skip to content

Commit cb13bd2

Browse files
author
Matt Rogers
committed
Use stable tag for oc-compliance install procedure
Without the tag the user would pull down 'latest', which is an outdated image.
1 parent 410ffa0 commit cb13bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/oc-compliance-installing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
+
1313
[source,terminal]
1414
----
15-
$ podman run --rm -v ~/.local/bin:/mnt/out:Z registry.redhat.io/compliance/oc-compliance-rhel8 /bin/cp /usr/bin/oc-compliance /mnt/out/
15+
$ podman run --rm -v ~/.local/bin:/mnt/out:Z registry.redhat.io/compliance/oc-compliance-rhel8:stable /bin/cp /usr/bin/oc-compliance /mnt/out/
1616
----
1717
+
1818
.Example output

0 commit comments

Comments
 (0)