Skip to content

Commit

Permalink
Merge pull request #310 from masap/fix-309
Browse files Browse the repository at this point in the history
Updating supportability-review collection scripts (v0.71.0)
  • Loading branch information
dkeightley authored Sep 18, 2024
2 parents 375fd98 + 42d794d commit 288eed2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions collection/rancher/v2.x/supportability-review/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ 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"
export DST_SR_IMAGE="registry.example.com/supportability-review:latest"
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
```
Expand Down

0 comments on commit 288eed2

Please sign in to comment.