Skip to content

Commit 19c3b01

Browse files
committed
Improve image build of builder:devel
1 parent ba50c1b commit 19c3b01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)