Skip to content

Commit

Permalink
CONTRIBUTING.md: fix typo on release extract cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
flavianmissi authored and vrutkovs committed Nov 1, 2023
1 parent c0d2ffb commit 968dbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This command would do the following:

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

Expand Down

0 comments on commit 968dbbe

Please sign in to comment.