diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b78606..71b93bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest env: - release: "2024.6.0" + release: "2024.6.2" defaultpython: "3.10" strategy: diff --git a/README.md b/README.md index 66aa705..4fb9fec 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,15 @@ | `ghcr.io/dask/dask-notebook` | Jupyter Notebook image to use as helper entrypoint | [![][daskdev-dask-notebook-py310-release] ![][daskdev-dask-notebook-release] ![][daskdev-dask-notebook-latest]
![][daskdev-dask-notebook-py39-release]
![][daskdev-dask-notebook-py311-release]](https://github.com/dask/dask-docker/pkgs/container/dask-notebook) | [daskdev-dask-latest]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-latest-blue -[daskdev-dask-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.6.0-blue -[daskdev-dask-py39-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.6.0--py3.9-blue -[daskdev-dask-py310-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.6.0--py3.10-blue -[daskdev-dask-py311-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.6.0--py3.11-blue +[daskdev-dask-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.6.2-blue +[daskdev-dask-py39-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.6.2--py3.9-blue +[daskdev-dask-py310-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.6.2--py3.10-blue +[daskdev-dask-py311-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.6.2--py3.11-blue [daskdev-dask-notebook-latest]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-latest-blue -[daskdev-dask-notebook-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.6.0-blue -[daskdev-dask-notebook-py39-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.6.0--py3.9-blue -[daskdev-dask-notebook-py310-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.6.0--py3.10-blue -[daskdev-dask-notebook-py311-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.6.0--py3.11-blue +[daskdev-dask-notebook-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.6.2-blue +[daskdev-dask-notebook-py39-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.6.2--py3.9-blue +[daskdev-dask-notebook-py310-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.6.2--py3.10-blue +[daskdev-dask-notebook-py311-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.6.2--py3.11-blue ## Example diff --git a/build/docker-compose.yml b/build/docker-compose.yml index 1d7f3c1..760d4d0 100644 --- a/build/docker-compose.yml +++ b/build/docker-compose.yml @@ -6,7 +6,7 @@ services: context: ../base dockerfile: Dockerfile args: - release: "2024.6.0" + release: "2024.6.2" image: ghcr.io/dask/dask:latest hostname: dask-scheduler ports: @@ -28,7 +28,7 @@ services: dockerfile: Dockerfile args: python: "3.10" - release: "2024.6.0" + release: "2024.6.2" image: ghcr.io/dask/dask:latest hostname: dask-worker command: [ "dask-worker", "tcp://scheduler:8786" ] @@ -40,7 +40,7 @@ services: args: base: daskdev python: "3.10" - release: "2024.6.0" + release: "2024.6.2" depends_on: - docker-stacks-foundation image: ghcr.io/dask/dask-notebook:latest