From 968dbbeec8e089bddad887cff6d85a39d2c60ab1 Mon Sep 17 00:00:00 2001 From: Flavian Missi Date: Wed, 1 Nov 2023 16:49:28 +0100 Subject: [PATCH] CONTRIBUTING.md: fix typo on release extract cmd --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f81a92..8b10f64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.