From 89e009c9ab876f484b34bd8df3c11256baac5fca Mon Sep 17 00:00:00 2001 From: Peter Dekkers Date: Mon, 29 May 2023 14:55:55 +0200 Subject: [PATCH] Updated docker builds to use version 1.5.0 --- .github/workflows/dockerx.yml | 2 +- bin/dockerbuild.sh | 2 +- bin/dockerbuild_singleplatform.sh | 2 +- bin/roboquant.sh | 2 +- binder/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dockerx.yml b/.github/workflows/dockerx.yml index b3bd3f5..78d4429 100644 --- a/.github/workflows/dockerx.yml +++ b/.github/workflows/dockerx.yml @@ -26,4 +26,4 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: roboquant/jupyter:1.4.0,roboquant/jupyter:latest + tags: roboquant/jupyter:1.5.0,roboquant/jupyter:latest diff --git a/bin/dockerbuild.sh b/bin/dockerbuild.sh index 77acbb9..0d5f6f9 100755 --- a/bin/dockerbuild.sh +++ b/bin/dockerbuild.sh @@ -11,4 +11,4 @@ rm -f notebooks/*.nbconvert.ipynb jupyter nbconvert --clear-output --inplace notebooks/*.ipynb # Build for AMD64 and ARM64 platforms -docker buildx build --platform linux/amd64,linux/arm64/v8 -t roboquant/jupyter:1.4.0 -t roboquant/jupyter:latest --push . +docker buildx build --platform linux/amd64,linux/arm64/v8 -t roboquant/jupyter:1.5.0 -t roboquant/jupyter:latest --push . diff --git a/bin/dockerbuild_singleplatform.sh b/bin/dockerbuild_singleplatform.sh index d7022ee..7cf3d70 100755 --- a/bin/dockerbuild_singleplatform.sh +++ b/bin/dockerbuild_singleplatform.sh @@ -5,4 +5,4 @@ rm -f notebooks/*.nbconvert.ipynb jupyter nbconvert --clear-output --inplace notebooks/*.ipynb # Build for local platform only -docker build -t roboquant/jupyter:1.4.0 -t roboquant/jupyter:latest . +docker build -t roboquant/jupyter:1.5.0 -t roboquant/jupyter:latest . diff --git a/bin/roboquant.sh b/bin/roboquant.sh index 6f92475..e3a7b66 100755 --- a/bin/roboquant.sh +++ b/bin/roboquant.sh @@ -1 +1 @@ -docker run --rm -p 8888:8888 roboquant/jupyter \ No newline at end of file +docker run -p 8888:8888 roboquant/jupyter \ No newline at end of file diff --git a/binder/Dockerfile b/binder/Dockerfile index 1a65d6d..99ec250 100644 --- a/binder/Dockerfile +++ b/binder/Dockerfile @@ -1 +1 @@ -FROM roboquant/jupyter:1.4.0 +FROM roboquant/jupyter:1.5.0