From 42d794da90324f87f82136e0287fb681f459dbc3 Mon Sep 17 00:00:00 2001 From: Masashi Honma Date: Wed, 18 Sep 2024 11:25:20 +0900 Subject: [PATCH] Updating supportability-review collection scripts (v0.71.0) Resolves #309. Signed-off-by: Masashi Honma --- collection/rancher/v2.x/supportability-review/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collection/rancher/v2.x/supportability-review/README.md b/collection/rancher/v2.x/supportability-review/README.md index 3e23981f..87705fa0 100644 --- a/collection/rancher/v2.x/supportability-review/README.md +++ b/collection/rancher/v2.x/supportability-review/README.md @@ -98,7 +98,7 @@ The script needs to be run on a linux machine running docker with access to your To be able to run this tool in an airgap environment, two images need to be mirrored in the private registry. - Supportability Review Image (SR Image): `ghcr.io/rancher/supportability-review:latest` - - Sonobuoy Image: `ghcr.io/rancher/mirrored-sonobuoy-sonobuoy:v0.57.1-rancher2` + - Sonobuoy Image: `ghcr.io/rancher/mirrored-sonobuoy-sonobuoy:v0.57.2-rancher1` ``` export SRC_SR_IMAGE="ghcr.io/rancher/supportability-review:latest" @@ -106,8 +106,8 @@ The script needs to be run on a linux machine running docker with access to your docker tag $SRC_SR_IMAGE $DST_SR_IMAGE docker push $DST_SR_IMAGE - export SRC_SONOBUOY_IMAGE="ghcr.io/rancher/mirrored-sonobuoy-sonobuoy:v0.57.1-rancher2" - export DST_SONOBUOY_IMAGE="registry.example.com/sonobuoy:v0.57.1-rancher2" + export SRC_SONOBUOY_IMAGE="ghcr.io/rancher/mirrored-sonobuoy-sonobuoy:v0.57.2-rancher1" + export DST_SONOBUOY_IMAGE="registry.example.com/sonobuoy:v0.57.2-rancher1" docker tag $SRC_SONOBUOY_IMAGE $DST_SONOBUOY_IMAGE docker push $DST_SONOBUOY_IMAGE ```