Skip to content

Commit c1edc14

Browse files
committed
Improve image build of builder:devel
1 parent e614960 commit c1edc14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ podman run -ti --user 0 --rm \
3232
```bash
3333
export IMAGE='quay.io/openshift-examples/builder:devel'
3434
podman manifest rm ${IMAGE}
35+
podman rmi ${IMAGE}
3536
podman build --platform linux/amd64,linux/arm64 \
3637
--manifest ${IMAGE} \
3738
--no-cache \

0 commit comments

Comments
 (0)