Skip to content

Commit

Permalink
Merge branch 'version-4-4' into DOC-1430-version-4-4
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding authored Oct 18, 2024
2 parents 44ba081 + f52842c commit 1884fcb
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 1884fcb

Please sign in to comment.