Skip to content

Commit ca5c12d

Browse files
committed
docs(docker): update release images build steps
1 parent 8cfcbd6 commit ca5c12d

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

src/docker/RELEASE.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,10 @@
33
Verify the source tree.
44

55
```
6-
git checkout main
7-
git pull upstream main
8-
git clean -fdx
9-
git checkout -b docker-bump
10-
pnpm i
6+
# Remove all old podman images
7+
podman rmi $(podman images -qa) -f && podman rmi $(podman images -qa) -f
8+
pixi run build-docker-images --with-debug --multiarch
119
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
1810
# DockerHub credential environmental variables must be set
1911
./src/docker/push.sh
2012

0 commit comments

Comments
 (0)