Skip to content

Commit daf50b8

Browse files
committed
[DATALAD RUNCMD] Update bundled docker to 19.03.15 from old 17.09.0-ce
That is needed so docker gains --gpus option and potentially something else more recent. We trusted chatgpt that 19.03 series introduced it and went for the most recent patch release in that series. Most recent docker is 29.0.0 but we did not want to jump too far ahead === Do not change lines below === { "chain": [], "cmd": "sed -i -e s,17.09.0-ce,19.03.15,g docker/Makefile", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 1020952 commit daf50b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ release: build
3737

3838
dist/docker/amd64:
3939
mkdir -p dist/linux/amd64
40-
curl -fsSL https://download.docker.com/linux/static/stable/x86_64/docker-17.09.0-ce.tgz | tar --strip-components=1 -xvz -C dist/linux/amd64
40+
curl -fsSL https://download.docker.com/linux/static/stable/x86_64/docker-19.03.15.tgz | tar --strip-components=1 -xvz -C dist/linux/amd64
4141

4242
dist/docker/arm64:
4343
mkdir -p dist/linux/arm64
44-
curl -fsSL https://download.docker.com/linux/static/stable/aarch64/docker-17.09.0-ce.tgz | tar --strip-components=1 -xvz -C dist/linux/arm64
44+
curl -fsSL https://download.docker.com/linux/static/stable/aarch64/docker-19.03.15.tgz | tar --strip-components=1 -xvz -C dist/linux/arm64
4545

0 commit comments

Comments
 (0)