We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462f263 commit b705fd4Copy full SHA for b705fd4
src/docker/RELEASE.md
@@ -4,7 +4,8 @@ Verify the source tree.
4
5
```
6
# Remove all old podman images
7
-podman rmi $(podman images -qa) -f && podman rmi $(podman images -qa) -f
+podman rmi $(podman images -qa) -f
8
9
pixi run build-docker-images --with-debug --multiarch
10
11
# DockerHub credential environmental variables must be set
0 commit comments