Skip to content

Commit

Permalink
Change RedHatGov to lowercase for image paths
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Hocutt <[email protected]>
  • Loading branch information
jaredhocutt committed Feb 12, 2024
1 parent b328764 commit 29415bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Once your key pair is in place, create the simulated disconnected environment
using the CloudFormation script.

```bash
curl https://raw.githubusercontent.com/RedHatGov/ocp4-disconnected/main/hack/cloudformation.yaml -o /tmp/ocp4-disconnected-cf.yaml
curl https://raw.githubusercontent.com/redhatgov/ocp4-disconnected/main/hack/cloudformation.yaml -o /tmp/ocp4-disconnected-cf.yaml

aws cloudformation create-stack \
--stack-name ocp4-disconnected \
Expand Down
4 changes: 2 additions & 2 deletions docs/bundle_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ want a specific z-stream release, you can also specify the version as `x.y.z`
(e.g. `4.12.30`).

```bash
podman pull ghcr.io/RedHatGov/ocp4-disconnected:latest
podman pull ghcr.io/redhatgov/ocp4-disconnected:latest

podman run -it --rm --name ocp4-disconnected --platform linux/amd64 --volume /mnt/ocp4_data:/mnt/data:z ghcr.io/RedHatGov/ocp4-disconnected:latest
podman run -it --rm --name ocp4-disconnected --platform linux/amd64 --volume /mnt/ocp4_data:/mnt/data:z ghcr.io/redhatgov/ocp4-disconnected:latest
```

After the tool finishes, all of the content we need is in a single tar file at
Expand Down

0 comments on commit 29415bf

Please sign in to comment.