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 8cfcbd6 commit ca5c12dCopy full SHA for ca5c12d
src/docker/RELEASE.md
@@ -3,18 +3,10 @@
3
Verify the source tree.
4
5
```
6
-git checkout main
7
-git pull upstream main
8
-git clean -fdx
9
-git checkout -b docker-bump
10
-pnpm i
+# Remove all old podman images
+podman rmi $(podman images -qa) -f && podman rmi $(podman images -qa) -f
+pixi run build-docker-images --with-debug --multiarch
11
12
-# Update the `defaultImageTag` in packages/core/typescript/itk-wasm/src/cli/default-image-tag.js
13
-# Based on:
14
-#
15
-# echo $(date '+%Y%m%d')-$(git rev-parse --short HEAD)
16
17
-./src/docker/build.sh --with-debug --multiarch
18
# DockerHub credential environmental variables must be set
19
./src/docker/push.sh
20
0 commit comments