File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
packages/core/typescript/itk-wasm/src Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ const defaultImageTag = '20231217-40780708'
2
+ export default defaultImageTag
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ import typescriptBindgen from './bindgen/typescript/typescript-bindgen.js'
11
11
import pythonBindgen from './bindgen/python/python-bindgen.js'
12
12
import pythonWebDemoBindgen from './bindgen/python-web-demo/python-web-demo-bindgen.js'
13
13
14
- const program = new Command ( )
14
+ import defaultImageTag from './default-image-tag.js'
15
15
16
- const defaultImageTag = '20231129-1565c734'
16
+ const program = new Command ( )
17
17
18
18
function processCommonOptions ( wasiDefault = false ) {
19
19
const options = program . opts ( )
Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ git checkout main
7
7
git pull upstream main
8
8
git clean -fdx
9
9
git checkout -b docker-bump
10
- npm ci
10
+ pnpm i
11
11
12
- # Update the `defaultImageTag` in src/ itk-wasm-cli .js
12
+ # Update the `defaultImageTag` in packages/core/typescript/ itk-wasm/src/default-image-tag .js
13
13
# Based on:
14
14
#
15
15
# echo $(date '+%Y%m%d')-$(git rev-parse --short HEAD)
16
16
#
17
17
./src/docker/build.sh --with-debug
18
18
# DockerHub credential environmental variables must be set
19
19
./src/docker/push.sh
20
- git add -- src/ itk-wasm-cli .js
20
+ git add -- packages/core/typescript/ itk-wasm/src/default-image-tag .js
21
21
git commit -m "feat(itk-wasm-cli): Update default Docker image for $(date '+%Y%m%d')-$(git rev-parse --short HEAD)"
22
22
```
You can’t perform that action at this time.
0 commit comments