Skip to content

Commit

Permalink
docs: fix image tag (#4352)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6b078b2)
  • Loading branch information
caroldelwing committed Oct 18, 2024
1 parent 32cb1ce commit 77b99df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,14 +395,14 @@ Enterprise Linux (RHEL) image with <VersionedLink text="Palette eXtended Kuberne
<TabItem value="Docker" label="Docker">
```bash
BUILD_ID_CAPI=$(docker run --net=host --volume /home/ubuntu/output:/home/imagebuilder/output --detach gcr.io/spectro-images-public/imagebuilder/capi-builder:v1.5.0)
BUILD_ID_CAPI=$(docker run --net=host --volume /root/output:/home/imagebuilder/output --detach gcr.io/spectro-images-public/imagebuilder/capi-builder:v4.4.4)
```
</TabItem>
<TabItem value="Podman" label="Podman">
```bash
BUILD_ID_CAPI=$(podman run --net=host --volume /home/ubuntu/output:/home/imagebuilder/output --detach gcr.io/spectro-images-public/imagebuilder/capi-builder:v1.5.0)
BUILD_ID_CAPI=$(podman run --net=host --volume /root/output:/home/imagebuilder/output --detach gcr.io/spectro-images-public/imagebuilder/capi-builder:v4.4.4)
```
</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,14 +390,14 @@ This guide teaches you how to use the [CAPI Image Builder](../../capi-image-buil
<TabItem value="Docker" label="Docker">
```bash
BUILD_ID_CAPI=$(docker run --net=host --volume /home/ubuntu/output:/home/imagebuilder/output --detach gcr.io/spectro-images-public/imagebuilder/capi-builder:v1.5.0)
BUILD_ID_CAPI=$(docker run --net=host --volume /root/output:/home/imagebuilder/output --detach gcr.io/spectro-images-public/imagebuilder/capi-builder:v4.4.4)
```
</TabItem>
<TabItem value="Podman" label="Podman">
```bash
BUILD_ID_CAPI=$(podman run --net=host --volume /home/ubuntu/output:/home/imagebuilder/output --detach gcr.io/spectro-images-public/imagebuilder/capi-builder:v1.5.0)
BUILD_ID_CAPI=$(podman run --net=host --volume /root/output:/home/imagebuilder/output --detach gcr.io/spectro-images-public/imagebuilder/capi-builder:v4.4.4)
```
</TabItem>
Expand Down

0 comments on commit 77b99df

Please sign in to comment.