Skip to content

Commit 968dbbe

Browse files
flavianmissivrutkovs
authored andcommitted
CONTRIBUTING.md: fix typo on release extract cmd
1 parent c0d2ffb commit 968dbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This command would do the following:
9595

9696
Installer in the new image would also be updated - it would point to the new release:
9797
```
98-
$ oc adm release extract '--command-os=/usr/bin/openshift-install' --to=quay.io/vrutkovs/okd-release:4.4-updated-prometheus
98+
$ oc adm release extract --command='/usr/bin/openshift-install' --command-os=linux/arm64 quay.io/vrutkovs/okd-release:4.4-updated-prometheus
9999
```
100100
This installer would now use this release as a source of truth - and use Prometheus v2.17.1 pulling it from Dockerhub.
101101

0 commit comments

Comments
 (0)