From c8fa5bbb5dab32bdf4fcf4c9f80179740d10d95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 08:20:51 +0000 Subject: [PATCH 001/339] Bump actions/checkout from 3.0.0 to 3.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/a12a3943b4bdde767164f792f33f40b04645d846...dcd71f646680f2efd8db4afa5ad64fdcba30e748) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index abf384a4..eef8183f 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 349afaa3..366f4a2e 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 - name: Login to DockerHub uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index a58e00b1..2ac27f83 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 - name: Login to DockerHub uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index e13c731e..ce8cd243 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 - name: Login to DockerHub uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 110ae57c..47fbe0f5 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 710af445..3d026693 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 - name: Lint Dockerfiles run: | echo "::add-matcher::.github/hadolint-matcher.json" diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 19bdb47d..983719f3 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 - name: Login to DockerHub uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index a930de54..c97ff368 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 - name: Login to DockerHub uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 4f86fba5..aea37763 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: windows-2019 steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 - name: Login to DockerHub uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 From f0a1476c66784f362fef21bc0ed8f58efcb7396d Mon Sep 17 00:00:00 2001 From: Anthony DiPietro <51377278+adipietro18@users.noreply.github.com> Date: Thu, 21 Apr 2022 15:58:03 -0400 Subject: [PATCH 002/339] Update Miniconda3 Debian to Miniconda3-py39_4.11.0 (#288) --- miniconda3/debian/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 09abc8ba..082f1c6f 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -27,22 +27,22 @@ ENV PATH /opt/conda/bin:$PATH CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache -ARG CONDA_VERSION=py39_4.10.3 +ARG CONDA_VERSION=py39_4.11.0 RUN set -x && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh"; \ - SHA256SUM="1ea2f885b4dbc3098662845560bc64271eb17085387a70c2ba3f29fff6f8d52f"; \ + SHA256SUM="4ee9c3aa53329cd7a63b49877c0babb49b19b7e5af29807b793a76bdb1d362b4"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-s390x.sh"; \ - SHA256SUM="1faed9abecf4a4ddd4e0d8891fc2cdaa3394c51e877af14ad6b9d4aadb4e90d8"; \ + SHA256SUM="e5e5e89cdcef9332fe632cd25d318cf71f681eef029a24495c713b18e66a8018"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-aarch64.sh"; \ - SHA256SUM="4879820a10718743f945d88ef142c3a4b30dfc8e448d1ca08e019586374b773f"; \ + SHA256SUM="00c7127a8a8d3f4b9c2ab3391c661239d5b9a88eafe895fd0f3f2a8d9c0f4556"; \ elif [ "${UNAME_M}" = "ppc64le" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-ppc64le.sh"; \ - SHA256SUM="fa92ee4773611f58ed9333f977d32bbb64769292f605d518732183be1f3321fa"; \ + SHA256SUM="8ee1f8d17ef7c8cb08a85f7d858b1cb55866c06fcf7545b98c3b82e4d0277e66"; \ fi && \ wget "${MINICONDA_URL}" -O miniconda.sh -q && \ echo "${SHA256SUM} miniconda.sh" > shasum && \ From fec2d43315f2c8e29ef52fe075976e1fb2f71127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 08:16:26 +0000 Subject: [PATCH 003/339] Bump actions/checkout from 3.0.1 to 3.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/dcd71f646680f2efd8db4afa5ad64fdcba30e748...2541b1294d2704b0964813337f33b291d3f8596b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index eef8183f..042b52fb 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 366f4a2e..98948584 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 2ac27f83..ca76fcc8 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index ce8cd243..b35faaf5 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 47fbe0f5..bd7e80eb 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3d026693..d7de56c7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Lint Dockerfiles run: | echo "::add-matcher::.github/hadolint-matcher.json" diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 983719f3..b316b60b 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index c97ff368..5ad12206 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index aea37763..77d25d64 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: windows-2019 steps: - - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 From 8640a4995fcb42febbee4778f121900048e01c72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 08:20:29 +0000 Subject: [PATCH 004/339] Bump docker/login-action from 1.14.1 to 2 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/dd4fa0671be5250ee6f50aedf4cb05514abda2c7...49ed152c8eca782a232dede0303416e8f356c37b) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 4 ++-- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 98948584..d4271c23 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index ca76fcc8..c30c51ca 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index b35faaf5..7026ed93 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -19,14 +19,14 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index bd7e80eb..f31291cf 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -21,14 +21,14 @@ jobs: submodules: true - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b if: github.ref == 'refs/heads/master' with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b if: github.ref == 'refs/heads/master' with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index b316b60b..7032d9f7 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 5ad12206..a099e742 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 77d25d64..2348fd23 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From 4883f7f546ff3340c9ff59dd2ff9b3b1186d6176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 08:20:33 +0000 Subject: [PATCH 005/339] Bump docker/build-push-action from 2.10.0 to 3 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.10.0 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/ac9327eae2b366085ac7f6a2d02df8aa8ead720a...e551b19e49efd4e98792db7592c17c09b89db8d8) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 042b52fb..53a95d8f 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -24,7 +24,7 @@ jobs: driver-opts: network=host - name: build anaconda3/alpine - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 with: context: ./anaconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index d4271c23..a4020747 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -51,7 +51,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index c30c51ca..72a579f8 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -49,7 +49,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 7026ed93..2f664dd1 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -58,7 +58,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} @@ -85,7 +85,7 @@ jobs: latest=false - name: build-push pkg-builder-concourse - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index f31291cf..147e0329 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -57,7 +57,7 @@ jobs: type=match,pattern=crr-(.*),group=1 - name: build-push - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 with: context: ./concourse-rsync-resource builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 7032d9f7..7b5d789b 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -45,7 +45,7 @@ jobs: latest=false - name: build miniconda3/alpine - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 with: context: ./miniconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index a099e742..ca3aed58 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -48,7 +48,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 2cccd8bfc7583672e8a3e9da96b985f56f8d544d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 08:20:37 +0000 Subject: [PATCH 006/339] Bump docker/metadata-action from 3.7.0 to 4.0.1 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.7.0 to 4.0.1. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/f2a13332ac1ce8c0a71aeac48a150dbb1838ab67...69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index a4020747..c0fbe83f 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -39,7 +39,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@f2a13332ac1ce8c0a71aeac48a150dbb1838ab67 + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 72a579f8..5090db46 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -39,7 +39,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@f2a13332ac1ce8c0a71aeac48a150dbb1838ab67 + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 2f664dd1..cad12613 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -47,7 +47,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@f2a13332ac1ce8c0a71aeac48a150dbb1838ab67 + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a with: images: | continuumio/anaconda-pkg-build @@ -72,7 +72,7 @@ jobs: - name: Docker meta for Concourse id: concourse-meta - uses: docker/metadata-action@f2a13332ac1ce8c0a71aeac48a150dbb1838ab67 + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 147e0329..4622e7aa 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -46,7 +46,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@f2a13332ac1ce8c0a71aeac48a150dbb1838ab67 + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a with: images: | continuumio/concourse-rsync-resource diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 7b5d789b..25337f0f 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@f2a13332ac1ce8c0a71aeac48a150dbb1838ab67 + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a with: images: continuumio/miniconda3 tags: | diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index ca3aed58..0bd04e3c 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -39,7 +39,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@f2a13332ac1ce8c0a71aeac48a150dbb1838ab67 + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a with: images: continuumio/miniconda3 tags: | diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 2348fd23..86f96ef5 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@f2a13332ac1ce8c0a71aeac48a150dbb1838ab67 + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a with: images: continuumio/miniconda3 tags: | From 9608bad8c7817a46f3504098c2abc46c0f402cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 08:20:44 +0000 Subject: [PATCH 007/339] Bump docker/setup-buildx-action from 1.6.0 to 2 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.6.0 to 2. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/94ab11c41e45d028884a99163086648e898eed25...dc7b9719a96d48369863986a06765841d7ea23f6) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 53a95d8f..d1373edb 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index c0fbe83f..3681acef 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 5090db46..e2f4d047 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index cad12613..46039d16 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -40,7 +40,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 with: version: latest driver-opts: network=host diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 4622e7aa..ed7d6094 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -39,7 +39,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 25337f0f..d2f11c85 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 0bd04e3c..34b3abd7 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 with: version: latest driver-opts: network=host From a934b6561e240a870251489b0fa9232d39240cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 07:40:08 +0000 Subject: [PATCH 008/339] Bump docker/setup-qemu-action from 1.2.0 to 2 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.2.0 to 2. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/27d0a4f181a40b142cce983c5393082c365d1480...8b122486cedac8393e77aa9734c3528886e4a1a8) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 3681acef..dfd2debf 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -26,7 +26,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 + uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 with: platforms: linux/arm64/v8 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index e2f4d047..5ddaa64d 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -26,7 +26,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 + uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 with: platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 46039d16..2ba88295 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -36,7 +36,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 + uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 34b3abd7..8883013e 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -26,7 +26,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 + uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 with: platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x From af4978ee1ebf0bfc4b5db4a1e81ef17909193829 Mon Sep 17 00:00:00 2001 From: Paul Yim Date: Fri, 10 Jun 2022 16:15:21 -0400 Subject: [PATCH 009/339] Update to Miniconda3 v4.12.0 versions and hashses --- miniconda3/debian/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 082f1c6f..1f4f461a 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -27,22 +27,22 @@ ENV PATH /opt/conda/bin:$PATH CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache -ARG CONDA_VERSION=py39_4.11.0 +ARG CONDA_VERSION=py39_4.12.0 RUN set -x && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh"; \ - SHA256SUM="4ee9c3aa53329cd7a63b49877c0babb49b19b7e5af29807b793a76bdb1d362b4"; \ + SHA256SUM="78f39f9bae971ec1ae7969f0516017f2413f17796670f7040725dd83fcff5689"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-s390x.sh"; \ - SHA256SUM="e5e5e89cdcef9332fe632cd25d318cf71f681eef029a24495c713b18e66a8018"; \ + SHA256SUM="ff6fdad3068ab5b15939c6f422ac329fa005d56ee0876c985e22e622d930e424"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-aarch64.sh"; \ - SHA256SUM="00c7127a8a8d3f4b9c2ab3391c661239d5b9a88eafe895fd0f3f2a8d9c0f4556"; \ + SHA256SUM="5f4f865812101fdc747cea5b820806f678bb50fe0a61f19dc8aa369c52c4e513"; \ elif [ "${UNAME_M}" = "ppc64le" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-ppc64le.sh"; \ - SHA256SUM="8ee1f8d17ef7c8cb08a85f7d858b1cb55866c06fcf7545b98c3b82e4d0277e66"; \ + SHA256SUM="1fe3305d0ccc9e55b336b051ae12d82f33af408af4b560625674fa7ad915102b"; \ fi && \ wget "${MINICONDA_URL}" -O miniconda.sh -q && \ echo "${SHA256SUM} miniconda.sh" > shasum && \ From 4df6fd6a5e298a3e987c0b91f4cc12126c279424 Mon Sep 17 00:00:00 2001 From: Paul Yim Date: Fri, 10 Jun 2022 16:03:00 -0400 Subject: [PATCH 010/339] Update to Anaconda Distribution v2022.05 versions and hashses --- anaconda3/amazonlinux/Dockerfile | 2 +- anaconda3/debian/Dockerfile | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 32aae6f4..06717f1f 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -25,7 +25,7 @@ RUN yum install -y \ subversion && \ yum clean all && \ rm -rf /var/cache/yum && \ - wget --quiet https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-aarch64.sh -O ~/anaconda.sh && \ + wget --quiet https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-aarch64.sh -O ~/anaconda.sh && \ /bin/bash ~/anaconda.sh -b -p /opt/conda && \ rm ~/anaconda.sh && \ ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 5731f414..26498f9e 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -30,17 +30,17 @@ RUN set -x && \ && rm -rf /var/lib/apt/lists/* && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh"; \ - SHA256SUM="fedf9e340039557f7b5e8a8a86affa9d299f5e9820144bd7b92ae9f7ee08ac60"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh"; \ + SHA256SUM="a7c0afe862f6ea19a596801fc138bde0463abcbce1b753e8d5c474b506a2db2d"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-s390x.sh"; \ - SHA256SUM="1504e9259816c5804eff1304fe7e339517b9fc1a08bfd991bc525a7efb6568f1"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-s390x.sh"; \ + SHA256SUM="c14415df69e439acd7458737a84a45c6067376cbec2fccf5e2393f9837760ea7"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-aarch64.sh"; \ - SHA256SUM="4daacb88fbd3a6c14e28cd3b37004ed4c2643e2b187302e927eb81a074e837bc"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-aarch64.sh"; \ + SHA256SUM="dc6bb4eab3996e0658f8bc4bbd229c18f55269badd74acc36d9e23143268b795"; \ elif [ "${UNAME_M}" = "ppc64le" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-ppc64le.sh"; \ - SHA256SUM="7eb6a95925ee756240818599f8dcbba7a155adfb05ef6cd5336aa3c083de65f3"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-ppc64le.sh"; \ + SHA256SUM="a50bf5bd26b5c5a2c24028c1aff6da2fa4d4586ca43ae3acdf7ffb9b50d7f282"; \ fi && \ wget "${ANACONDA_URL}" -O anaconda.sh -q && \ echo "${SHA256SUM} anaconda.sh" > shasum && \ From 9fc4262f409582417ea654358ac6a09381c7efa9 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Thu, 14 Jul 2022 15:43:55 +0200 Subject: [PATCH 011/339] Update cached gcc version to 11.2.0 to be in line with aggregate/cbc.yaml See also: https://github.com/AnacondaRecipes/aggregate/blob/master/conda_build_config.yaml#L52 --- anaconda-pkg-build/linux/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index e965bacb..ec5a281a 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -2,18 +2,15 @@ # packages released on the "defaults" (repo.anaconda.com) channels. ARG BASEVERSION=7 +ARG GCC_VER=11.2.0 FROM centos:${BASEVERSION} AS base-amd64 -ARG GCC_VER=7.5 FROM centos:${BASEVERSION} AS base-ppc64le -ARG GCC_VER=7.3 FROM amazonlinux:2 AS base-arm64 -ARG GCC_VER=10.2 FROM clefos:${BASEVERSION} AS base-s390x -ARG GCC_VER=7.5 # hadolint ignore=DL3006 FROM base-$TARGETARCH From 646e56ed51de10e68a9d0b404f26770a5bb510f1 Mon Sep 17 00:00:00 2001 From: Anaconda Renovate Bot Date: Wed, 26 Jan 2022 14:56:40 +0000 Subject: [PATCH 012/339] chore(deps): add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..20f49f31 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>anaconda/renovate-config" + ] +} From 6799f39621816ddaa4e91b96a944c34586846819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 13:51:13 +0200 Subject: [PATCH 013/339] Bump docker/build-push-action from 3.0.0 to 3.1.1 (#304) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/e551b19e49efd4e98792db7592c17c09b89db8d8...c84f38281176d4c9cdb1626ffafcd6b3911b5d94) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index d1373edb..61acdba6 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -24,7 +24,7 @@ jobs: driver-opts: network=host - name: build anaconda3/alpine - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 with: context: ./anaconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index dfd2debf..0e5ceea7 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -51,7 +51,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 5ddaa64d..3da2c165 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -49,7 +49,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 2ba88295..933fc65c 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -58,7 +58,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} @@ -85,7 +85,7 @@ jobs: latest=false - name: build-push pkg-builder-concourse - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index ed7d6094..796cb36e 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -57,7 +57,7 @@ jobs: type=match,pattern=crr-(.*),group=1 - name: build-push - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 with: context: ./concourse-rsync-resource builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index d2f11c85..6e04b548 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -45,7 +45,7 @@ jobs: latest=false - name: build miniconda3/alpine - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 with: context: ./miniconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 8883013e..293f8dd6 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -48,7 +48,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 2fe48cbe0fa78d5a374ccfab173f2add1f0e8aaf Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Fri, 16 Sep 2022 15:57:26 +0200 Subject: [PATCH 014/339] chore(deps): update docker/build-push-action digest to e27bcee (#306) * chore(deps): update docker/build-push-action digest to e27bcee * Revert "chore(deps): update docker/build-push-action digest to e27bcee" This reverts commit 93018bf99fb0d2b3065eae0c9325149cb054ac9a. * Add tag to action pinnings to avoid renovate updates to head Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 61acdba6..047ee078 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -24,7 +24,7 @@ jobs: driver-opts: network=host - name: build anaconda3/alpine - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 with: context: ./anaconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 3da2c165..177e9646 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -49,7 +49,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 933fc65c..7a45e85f 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -85,7 +85,7 @@ jobs: latest=false - name: build-push pkg-builder-concourse - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 796cb36e..d508da50 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -57,7 +57,7 @@ jobs: type=match,pattern=crr-(.*),group=1 - name: build-push - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 with: context: ./concourse-rsync-resource builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 293f8dd6..2bfc20bf 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -48,7 +48,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From a3481b582940441d8150d55e71ffed0eb4e21f9b Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Fri, 16 Sep 2022 16:05:29 +0200 Subject: [PATCH 015/339] chore(deps): update docker/setup-buildx-action digest to bea6a01 (#309) * chore(deps): update docker/setup-buildx-action digest to bea6a01 * Revert "chore(deps): update docker/setup-buildx-action digest to bea6a01" This reverts commit 8847c681483acf8ca77a7147ffb4a820aa23fa2c. * Add tag to action pinnings to avoid renovate updates to head Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 047ee078..a14be8e9 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 0e5ceea7..adaa1e46 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 177e9646..bdbcb934 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 7a45e85f..6d4b04d0 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -40,7 +40,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index d508da50..2b8f8fe0 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -39,7 +39,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 6e04b548..2c698c59 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 2bfc20bf..50828f50 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2 with: version: latest driver-opts: network=host From c7100954958d7dc13262e87c3cbe13e0bf0bbb25 Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Fri, 16 Sep 2022 16:16:14 +0200 Subject: [PATCH 016/339] chore(deps): update docker/login-action digest to 21f251a (#307) * chore(deps): update docker/login-action digest to 21f251a * Revert "chore(deps): update docker/login-action digest to 21f251a" This reverts commit 7a99b07ff19f3ecccfc0dbc7e2e3c4f99272cbbb. * Add tag to action pinnings to avoid renovate updates to head Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 4 ++-- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 6 +++--- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 4 ++-- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index adaa1e46..94126771 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -51,7 +51,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index bdbcb934..b34a44f3 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 6d4b04d0..4521eb34 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -19,14 +19,14 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws @@ -58,7 +58,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 2b8f8fe0..954ec27b 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 if: github.ref == 'refs/heads/master' with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 2c698c59..3a6fbd3d 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -45,7 +45,7 @@ jobs: latest=false - name: build miniconda3/alpine - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 with: context: ./miniconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 50828f50..1781721b 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 86f96ef5..fe24e18a 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From 11ecee42721a44725814092f17642c93c8ada7f1 Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Fri, 16 Sep 2022 16:22:16 +0200 Subject: [PATCH 017/339] chore(deps): update docker/setup-qemu-action digest to c5ffa2a (#310) * chore(deps): update docker/setup-qemu-action digest to c5ffa2a * Revert "chore(deps): update docker/setup-qemu-action digest to c5ffa2a" This reverts commit 49a93a4ce759e7c4c7e7fc5dd8ddd404195fdebd. * Add tag to action pinnings to avoid renovate updates to head Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 94126771..ae52508f 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -26,7 +26,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 + uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # tag=v2 with: platforms: linux/arm64/v8 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index b34a44f3..a4ba15d2 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -26,7 +26,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 + uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # tag=v2 with: platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 4521eb34..bba04962 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -36,7 +36,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 + uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # tag=v2 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 1781721b..4bfb77b4 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -26,7 +26,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 + uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # tag=v2 with: platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x From 309e7771bb200bcf08ccfecae6350b6420670f65 Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Fri, 16 Sep 2022 16:28:37 +0200 Subject: [PATCH 018/339] chore(deps): update docker/metadata-action digest to 59bc9dd (#308) * chore(deps): update docker/metadata-action digest to 59bc9dd * Revert "chore(deps): update docker/metadata-action digest to 59bc9dd" This reverts commit b67191e22c4a61c5bfb590cf35a4666ca7bfebc2. * Add tag to action pinnings to avoid renovate updates to head Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 4 ++-- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index a4ba15d2..07e00d8f 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -39,7 +39,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index bba04962..f0342c0b 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -47,7 +47,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4 with: images: | continuumio/anaconda-pkg-build @@ -72,7 +72,7 @@ jobs: - name: Docker meta for Concourse id: concourse-meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 954ec27b..216a6af9 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -21,7 +21,7 @@ jobs: submodules: true - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 if: github.ref == 'refs/heads/master' with: username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -46,7 +46,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4 with: images: | continuumio/concourse-rsync-resource diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 3a6fbd3d..be4d6ca9 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4 with: images: continuumio/miniconda3 tags: | diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 4bfb77b4..feb56945 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -39,7 +39,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4 with: images: continuumio/miniconda3 tags: | diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index fe24e18a..04024dd1 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a + uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4 with: images: continuumio/miniconda3 tags: | From 4a041ffeb5c74d1a600002b498e64d48d09be157 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Thu, 22 Sep 2022 19:06:15 +0200 Subject: [PATCH 019/339] Update build image to miniconda3 py39_4.12.0, ensure there are no files/folders with out of range user IDs (#317) * Update anaconda-pkg-build image to miniconda3 py39_4.12.0 * Ensure there are no files/folders with out of range user IDs Those userids can cause issues with namespaces on Linux. --- anaconda-pkg-build/linux/Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index ec5a281a..8b88a396 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -85,13 +85,15 @@ ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 -ARG MC_VER=py39_4.10.3 +ARG MC_VER=py39_4.12.0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${MC_VER}-Linux-$(uname -m)".sh \ && sha256sum /tmp/miniconda.sh \ && /bin/bash /tmp/miniconda.sh -bfp /opt/conda \ - && rm -fv /tmp/miniconda.sh + && rm -fv /tmp/miniconda.sh \ + # ensure there are no out of range userids + && chown -R root:root /opt/conda # hadolint ignore=DL3059 RUN MC_ARCH="$(uname -m)" \ From b3c3ef327384f82be69356b994e9ea91d8be4d88 Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Mon, 14 Nov 2022 19:21:12 +0100 Subject: [PATCH 020/339] chore(deps): update docker/build-push-action digest to c56af95 (#328) --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index a14be8e9..ab0a331f 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -24,7 +24,7 @@ jobs: driver-opts: network=host - name: build anaconda3/alpine - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 + uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 with: context: ./anaconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index ae52508f..a0a7b6ee 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -51,7 +51,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 + uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 07e00d8f..709408c5 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -49,7 +49,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 + uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index f0342c0b..79036c15 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -58,7 +58,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 + uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} @@ -85,7 +85,7 @@ jobs: latest=false - name: build-push pkg-builder-concourse - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 + uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 216a6af9..7681191e 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -57,7 +57,7 @@ jobs: type=match,pattern=crr-(.*),group=1 - name: build-push - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 + uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 with: context: ./concourse-rsync-resource builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index be4d6ca9..f3a6d088 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -45,7 +45,7 @@ jobs: latest=false - name: build miniconda3/alpine - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 + uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 with: context: ./miniconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index feb56945..5de209be 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -48,7 +48,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3 + uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From f210ba681f801051ef6e0a5898e2895911227bf3 Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Mon, 14 Nov 2022 19:22:01 +0100 Subject: [PATCH 021/339] chore(deps): update docker/login-action digest to f4ef78c (#329) --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 4 ++-- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index a0a7b6ee..c63ecbc5 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 709408c5..409de012 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 79036c15..95bae930 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -19,14 +19,14 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 7681191e..5df3c888 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -21,14 +21,14 @@ jobs: submodules: true - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 if: github.ref == 'refs/heads/master' with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 if: github.ref == 'refs/heads/master' with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index f3a6d088..67a011f5 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 5de209be..2d1bcd13 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 04024dd1..2f422410 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2 + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From 796de057d33647aba770b01b45166bba70e127e1 Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Mon, 14 Nov 2022 19:48:18 +0100 Subject: [PATCH 022/339] chore(deps): update docker/metadata-action digest to 5739616 (#330) * chore(deps): update docker/metadata-action digest to 5739616 * Update anaconda_amazonlinux_ci.yml Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index c63ecbc5..20ae5eca 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -39,7 +39,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a + uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 409de012..2a7351e6 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -39,7 +39,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4 + uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 95bae930..1ede9a23 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -47,7 +47,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4 + uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 with: images: | continuumio/anaconda-pkg-build @@ -72,7 +72,7 @@ jobs: - name: Docker meta for Concourse id: concourse-meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4 + uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 5df3c888..ee3759f7 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -46,7 +46,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4 + uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 with: images: | continuumio/concourse-rsync-resource diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 67a011f5..3caf2c57 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4 + uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 with: images: continuumio/miniconda3 tags: | diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 2d1bcd13..de44b318 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -39,7 +39,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4 + uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 with: images: continuumio/miniconda3 tags: | diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 2f422410..94795832 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4 + uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 with: images: continuumio/miniconda3 tags: | From 5285450985cacfd95dd1e0a916ff073852d941f4 Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Tue, 15 Nov 2022 10:31:24 +0100 Subject: [PATCH 023/339] chore(deps): update actions/checkout digest to 5c3ccc2 (#327) * chore(deps): update actions/checkout digest to 5c3ccc2 * Update to latest tagged version Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index ab0a331f..f02a4c66 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 20ae5eca..866a9ea9 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 2a7351e6..ed5a8c42 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 1ede9a23..711e9d4d 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index ee3759f7..67e1736c 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d7de56c7..b31aebac 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 - name: Lint Dockerfiles run: | echo "::add-matcher::.github/hadolint-matcher.json" diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 3caf2c57..c9943457 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index de44b318..b6a480e4 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 94795832..80f8cbb4 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: windows-2019 steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 From 8160d9c19c490645d672019cea961839b7e7fa31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 10:32:28 +0100 Subject: [PATCH 024/339] Bump docker/setup-qemu-action from 2.0.0 to 2.1.0 (#324) Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/8b122486cedac8393e77aa9734c3528886e4a1a8...e81a89b1732b9c48d79cd809d8d81d79c4647a18) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 866a9ea9..d5114181 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -26,7 +26,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # tag=v2 + uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # tag=v2 with: platforms: linux/arm64/v8 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index ed5a8c42..c3f45f57 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -26,7 +26,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # tag=v2 + uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # tag=v2 with: platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 711e9d4d..f53134f0 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -36,7 +36,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # tag=v2 + uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # tag=v2 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index b6a480e4..25ef6435 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -26,7 +26,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # tag=v2 + uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # tag=v2 with: platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x From 93efd11979c729765af0e627321693d33c3288b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 10:44:32 +0100 Subject: [PATCH 025/339] Bump docker/setup-buildx-action from 2.0.0 to 2.2.1 (#332) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.0.0 to 2.2.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/dc7b9719a96d48369863986a06765841d7ea23f6...8c0edbc76e98fa90f69d9a2c020dcb50019dc325) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index f02a4c66..5845a92a 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index d5114181..5bad8312 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index c3f45f57..b5683e28 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index f53134f0..4558d906 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -40,7 +40,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 67e1736c..560f241c 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -39,7 +39,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index c9943457..46544275 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 25ef6435..c73d52b7 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2 with: version: latest driver-opts: network=host From efcda4a279fca8b5e00d8ba61a09abcc86383f42 Mon Sep 17 00:00:00 2001 From: Paul Yim Date: Tue, 15 Nov 2022 15:12:20 -0500 Subject: [PATCH 026/339] Updates for AD-2022.10 (#333) --- anaconda3/amazonlinux/Dockerfile | 2 +- anaconda3/debian/Dockerfile | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 06717f1f..56bc43d7 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -25,7 +25,7 @@ RUN yum install -y \ subversion && \ yum clean all && \ rm -rf /var/cache/yum && \ - wget --quiet https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-aarch64.sh -O ~/anaconda.sh && \ + wget --quiet https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-aarch64.sh -O ~/anaconda.sh && \ /bin/bash ~/anaconda.sh -b -p /opt/conda && \ rm ~/anaconda.sh && \ ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 26498f9e..9f30a6b9 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -30,17 +30,17 @@ RUN set -x && \ && rm -rf /var/lib/apt/lists/* && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh"; \ - SHA256SUM="a7c0afe862f6ea19a596801fc138bde0463abcbce1b753e8d5c474b506a2db2d"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh"; \ + SHA256SUM="e7ecbccbc197ebd7e1f211c59df2e37bc6959d081f2235d387e08c9026666acd"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-s390x.sh"; \ - SHA256SUM="c14415df69e439acd7458737a84a45c6067376cbec2fccf5e2393f9837760ea7"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-s390x.sh"; \ + SHA256SUM="f5ccc24aedab1f3f9cccf1945ca1061bee194fa42a212ec26425f3b77fdd943a"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-aarch64.sh"; \ - SHA256SUM="dc6bb4eab3996e0658f8bc4bbd229c18f55269badd74acc36d9e23143268b795"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-aarch64.sh"; \ + SHA256SUM="fbadbfae5992a8c96af0a4621262080eea44e22baee2172e3dfb640f5cf8d22d"; \ elif [ "${UNAME_M}" = "ppc64le" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-ppc64le.sh"; \ - SHA256SUM="a50bf5bd26b5c5a2c24028c1aff6da2fa4d4586ca43ae3acdf7ffb9b50d7f282"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-ppc64le.sh"; \ + SHA256SUM="8fdebc79f63b74daad421a2674d43299fa9c5007d85cf00e8dc1a81fbf2787e4"; \ fi && \ wget "${ANACONDA_URL}" -O anaconda.sh -q && \ echo "${SHA256SUM} anaconda.sh" > shasum && \ From 00347caf3fe9ce90ed4c3dc0e8343ca84666dd10 Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Mon, 5 Dec 2022 13:49:39 +0100 Subject: [PATCH 027/339] chore(deps): update actions/checkout action to v3 (#334) --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 5845a92a..4c5faad5 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 5bad8312..ef583066 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index b5683e28..5b9348e2 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 4558d906..07e8eede 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 560f241c..003247cc 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b31aebac..339db368 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 - name: Lint Dockerfiles run: | echo "::add-matcher::.github/hadolint-matcher.json" diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 46544275..0c19b3b8 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index c73d52b7..548e8819 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 80f8cbb4..53a89987 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: windows-2019 steps: - - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 From 0c4f95390df134b85cf65609247114258186ba0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 11:31:26 +0100 Subject: [PATCH 028/339] Bump actions/checkout from 3.1.0 to 3.2.0 (#335) * Bump actions/checkout from 3.1.0 to 3.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...755da8c3cf115ac066823e79a1e1788f8940201b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Avoid double trigger in PRs * Fix lint findings Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- .github/workflows/anaconda_alpine_ci.yml | 4 +++- .github/workflows/anaconda_amazonlinux_ci.yml | 4 +++- .github/workflows/anaconda_debian_ci.yml | 4 +++- .github/workflows/anaconda_pkg_build_linux.yml | 4 +++- .github/workflows/concourse_rsync_resource.yml | 4 +++- .github/workflows/lint.yml | 12 ++++-------- .github/workflows/miniconda_alpine_ci.yml | 4 +++- .github/workflows/miniconda_debian_ci.yml | 4 +++- .github/workflows/miniconda_nanoserver_ci.yml | 4 +++- scripts/build_anaconda.sh | 2 -- scripts/conda_build_in_docker.sh | 6 +++--- 11 files changed, 31 insertions(+), 21 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 4c5faad5..34484edf 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -1,6 +1,8 @@ name: Build Anaconda3 Alpine Image on: push: + branches: + - master paths: - 'anaconda3/alpine/Dockerfile' - '.github/workflows/anaconda_alpine_ci.yml' @@ -14,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index ef583066..700d3c83 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -1,6 +1,8 @@ name: Build Anaconda3 amazonlinux Image on: push: + branches: + - master tags: - 'anaconda3-*' paths: @@ -16,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 5b9348e2..4572b656 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -1,6 +1,8 @@ name: Build Anaconda3 Debian Image on: push: + branches: + - master tags: - 'anaconda3-*' paths: @@ -16,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 07e8eede..3f1c8516 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -1,6 +1,8 @@ name: Build and publish Linux package builder images on: push: + branches: + - master tags: - 'pkg-build-*' paths: @@ -16,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 003247cc..88042a1a 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -1,6 +1,8 @@ name: Build and publish the concourse-rsync-resource image on: push: + branches: + - master tags: - 'crr-*' paths: @@ -16,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 339db368..39c7d777 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,19 +1,15 @@ name: Lint with Hadolint on: - pull_request: - paths: - - '**/Dockerfile' - - '.github/workflows/lint.yml' push: - paths: - - '**/Dockerfile' - - '.github/workflows/lint.yml' + branches: + - master + pull_request: jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - name: Lint Dockerfiles run: | echo "::add-matcher::.github/hadolint-matcher.json" diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 0c19b3b8..6aa90ad7 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -1,6 +1,8 @@ name: Build Miniconda3 Alpine Image on: push: + branches: + - master tags: - 'miniconda3-v*.*.*-alpine' paths: @@ -16,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 548e8819..3bd23026 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -1,6 +1,8 @@ name: Build Miniconda3 Debian Image on: push: + branches: + - master tags: - 'miniconda3-v*.*.*' paths: @@ -16,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 53a89987..eddb22ec 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -1,6 +1,8 @@ name: Build Miniconda3 Nanoserver Image on: push: + branches: + - master tags: - 'miniconda3-v*.*.*-nanoserver' paths: @@ -16,7 +18,7 @@ jobs: build: runs-on: windows-2019 steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/scripts/build_anaconda.sh b/scripts/build_anaconda.sh index 5234c476..af1a47e0 100644 --- a/scripts/build_anaconda.sh +++ b/scripts/build_anaconda.sh @@ -25,8 +25,6 @@ case ${key} in ;; *) usage - exit 0 - shift ;; esac done diff --git a/scripts/conda_build_in_docker.sh b/scripts/conda_build_in_docker.sh index 103e2ee7..885ce8d8 100755 --- a/scripts/conda_build_in_docker.sh +++ b/scripts/conda_build_in_docker.sh @@ -35,16 +35,16 @@ ABS_RECIPE_PATH=$(unset CDPATH && cd "$1" && echo "${PWD}") ABS_OUTPUT_PATH=$(unset CDPATH && cd "$2" && echo "${PWD}") CONDA_ENVS="" # shellcheck disable=SC2154 -if [ -n "${CONDA_PY}" ]; then +if [[ -n "${CONDA_PY}" ]]; then CONDA_ENVS="${CONDA_ENVS} -e CONDA_PY" fi # shellcheck disable=SC2154 -if [ -n "${CONDA_NPY}" ]; then +if [[ -n "${CONDA_NPY}" ]]; then CONDA_ENVS="${CONDA_ENVS} -e CONDA_NPY" fi # Since docker run as uid 0 by default we export our uid and gid and set ownership # of files in our volume /output before exiting the container. -# shellcheck disable=SC2086 +# shellcheck disable=SC2086,SC2312 cat <<'EOF' | docker run --rm ${CONDA_ENVS} -e CONDA_CHANNELS="$3" -e HOST_UID="$(id -u)" -e HOST_GID="$(id -g)" -v "${ABS_RECIPE_PATH}:/recipe:ro" -v "${ABS_OUTPUT_PATH}:/output" -i continuumio/anaconda bash -x set -o errtrace -o nounset -o pipefail -o errexit IFS=',' read -a array <<< "$CONDA_CHANNELS" From 488b480e02bbbe54abe29ce266a800eb41a6650c Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Fri, 23 Dec 2022 12:04:32 +0100 Subject: [PATCH 029/339] chore(deps): update alpine docker tag to v3.17 (#311) * chore(deps): update alpine docker tag to v3.17 * Directly use frolvlad/alpine-glibc:alpine-3.17 * Set missing container label in miniconda builds Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- .github/workflows/miniconda_alpine_ci.yml | 1 + .github/workflows/miniconda_debian_ci.yml | 1 + anaconda3/alpine/Dockerfile | 50 +---------------------- miniconda3/alpine/Dockerfile | 50 +---------------------- 4 files changed, 4 insertions(+), 98 deletions(-) diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 6aa90ad7..7ac75984 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -53,4 +53,5 @@ jobs: builder: ${{ steps.buildx.outputs.name }} file: ./miniconda3/alpine/Dockerfile tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 3bd23026..9fb69e20 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -56,5 +56,6 @@ jobs: builder: ${{ steps.buildx.outputs.name }} file: ./miniconda3/debian/Dockerfile tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }} diff --git a/anaconda3/alpine/Dockerfile b/anaconda3/alpine/Dockerfile index 90dd304b..fd2296d3 100644 --- a/anaconda3/alpine/Dockerfile +++ b/anaconda3/alpine/Dockerfile @@ -1,52 +1,4 @@ -FROM alpine:3.9 as alpine-glibc - -LABEL maintainer="Vlad Frolov" -LABEL src=https://github.com/frol/docker-alpine-glibc -ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 -ENV PATH /opt/conda/bin:$PATH - -SHELL ["/bin/ash", "-eo", "pipefail", "-c"] - -# hadolint ignore=DL3018 -RUN ALPINE_GLIBC_BASE_URL="https://github.com/sgerrand/alpine-pkg-glibc/releases/download" && \ - ALPINE_GLIBC_PACKAGE_VERSION="2.28-r0" && \ - ALPINE_GLIBC_BASE_PACKAGE_FILENAME="glibc-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \ - ALPINE_GLIBC_BIN_PACKAGE_FILENAME="glibc-bin-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \ - ALPINE_GLIBC_I18N_PACKAGE_FILENAME="glibc-i18n-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \ - apk add --no-cache --virtual=.build-dependencies wget ca-certificates && \ - echo \ - "-----BEGIN PUBLIC KEY-----\ - MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApZ2u1KJKUu/fW4A25y9m\ - y70AGEa/J3Wi5ibNVGNn1gT1r0VfgeWd0pUybS4UmcHdiNzxJPgoWQhV2SSW1JYu\ - tOqKZF5QSN6X937PTUpNBjUvLtTQ1ve1fp39uf/lEXPpFpOPL88LKnDBgbh7wkCp\ - m2KzLVGChf83MS0ShL6G9EQIAUxLm99VpgRjwqTQ/KfzGtpke1wqws4au0Ab4qPY\ - KXvMLSPLUp7cfulWvhmZSegr5AdhNw5KNizPqCJT8ZrGvgHypXyiFvvAH5YRtSsc\ - Zvo9GI2e2MaZyo9/lvb+LbLEJZKEQckqRj4P26gmASrZEPStwc+yqy1ShHLA0j6m\ - 1QIDAQAB\ - -----END PUBLIC KEY-----" | sed 's/ */\n/g' > "/etc/apk/keys/sgerrand.rsa.pub" && \ - wget -q \ - "$ALPINE_GLIBC_BASE_URL/$ALPINE_GLIBC_PACKAGE_VERSION/$ALPINE_GLIBC_BASE_PACKAGE_FILENAME" \ - "$ALPINE_GLIBC_BASE_URL/$ALPINE_GLIBC_PACKAGE_VERSION/$ALPINE_GLIBC_BIN_PACKAGE_FILENAME" \ - "$ALPINE_GLIBC_BASE_URL/$ALPINE_GLIBC_PACKAGE_VERSION/$ALPINE_GLIBC_I18N_PACKAGE_FILENAME" && \ - apk add --no-cache \ - "$ALPINE_GLIBC_BASE_PACKAGE_FILENAME" \ - "$ALPINE_GLIBC_BIN_PACKAGE_FILENAME" \ - "$ALPINE_GLIBC_I18N_PACKAGE_FILENAME" && \ - \ - rm "/etc/apk/keys/sgerrand.rsa.pub" && \ - /usr/glibc-compat/bin/localedef --force --inputfile POSIX --charmap UTF-8 "$LANG" || true && \ - echo "export LANG=$LANG" > /etc/profile.d/locale.sh && \ - \ - apk del glibc-i18n && \ - \ - rm "/root/.wget-hsts" && \ - apk del .build-dependencies && \ - rm \ - "$ALPINE_GLIBC_BASE_PACKAGE_FILENAME" \ - "$ALPINE_GLIBC_BIN_PACKAGE_FILENAME" \ - "$ALPINE_GLIBC_I18N_PACKAGE_FILENAME" - -FROM alpine-glibc +FROM frolvlad/alpine-glibc:alpine-3.17 LABEL maintainer="Anaconda, Inc" ENV ANACONDA_VERSION 2021.05 diff --git a/miniconda3/alpine/Dockerfile b/miniconda3/alpine/Dockerfile index 1b27fb8b..a5ee3e8a 100644 --- a/miniconda3/alpine/Dockerfile +++ b/miniconda3/alpine/Dockerfile @@ -1,52 +1,4 @@ -FROM alpine:3.14 as alpine-glibc - -LABEL maintainer="Vlad Frolov" -LABEL src=https://github.com/frol/docker-alpine-glibc -ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 - -SHELL ["/bin/ash", "-eo", "pipefail", "-c"] - -# hadolint ignore=DL3018 -RUN ALPINE_GLIBC_BASE_URL="https://github.com/sgerrand/alpine-pkg-glibc/releases/download" && \ - ALPINE_GLIBC_PACKAGE_VERSION="2.33-r0" && \ - ALPINE_GLIBC_BASE_PACKAGE_FILENAME="glibc-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \ - ALPINE_GLIBC_BIN_PACKAGE_FILENAME="glibc-bin-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \ - ALPINE_GLIBC_I18N_PACKAGE_FILENAME="glibc-i18n-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \ - apk add -q --no-cache --virtual=.build-dependencies wget ca-certificates && \ - echo \ - "-----BEGIN PUBLIC KEY-----\ - MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApZ2u1KJKUu/fW4A25y9m\ - y70AGEa/J3Wi5ibNVGNn1gT1r0VfgeWd0pUybS4UmcHdiNzxJPgoWQhV2SSW1JYu\ - tOqKZF5QSN6X937PTUpNBjUvLtTQ1ve1fp39uf/lEXPpFpOPL88LKnDBgbh7wkCp\ - m2KzLVGChf83MS0ShL6G9EQIAUxLm99VpgRjwqTQ/KfzGtpke1wqws4au0Ab4qPY\ - KXvMLSPLUp7cfulWvhmZSegr5AdhNw5KNizPqCJT8ZrGvgHypXyiFvvAH5YRtSsc\ - Zvo9GI2e2MaZyo9/lvb+LbLEJZKEQckqRj4P26gmASrZEPStwc+yqy1ShHLA0j6m\ - 1QIDAQAB\ - -----END PUBLIC KEY-----" | sed 's/ */\n/g' > "/etc/apk/keys/sgerrand.rsa.pub" && \ - wget -q \ - "$ALPINE_GLIBC_BASE_URL/$ALPINE_GLIBC_PACKAGE_VERSION/$ALPINE_GLIBC_BASE_PACKAGE_FILENAME" \ - "$ALPINE_GLIBC_BASE_URL/$ALPINE_GLIBC_PACKAGE_VERSION/$ALPINE_GLIBC_BIN_PACKAGE_FILENAME" \ - "$ALPINE_GLIBC_BASE_URL/$ALPINE_GLIBC_PACKAGE_VERSION/$ALPINE_GLIBC_I18N_PACKAGE_FILENAME" && \ - apk add -q --no-cache \ - "$ALPINE_GLIBC_BASE_PACKAGE_FILENAME" \ - "$ALPINE_GLIBC_BIN_PACKAGE_FILENAME" \ - "$ALPINE_GLIBC_I18N_PACKAGE_FILENAME" && \ - \ - rm "/etc/apk/keys/sgerrand.rsa.pub" && \ - /usr/glibc-compat/bin/localedef --force --inputfile POSIX --charmap UTF-8 "$LANG" || true && \ - echo "export LANG=$LANG" > /etc/profile.d/locale.sh && \ - \ - apk del -q glibc-i18n && \ - \ - rm "/root/.wget-hsts" && \ - apk del -q .build-dependencies && \ - rm \ - "$ALPINE_GLIBC_BASE_PACKAGE_FILENAME" \ - "$ALPINE_GLIBC_BIN_PACKAGE_FILENAME" \ - "$ALPINE_GLIBC_I18N_PACKAGE_FILENAME" - - -FROM alpine-glibc +FROM frolvlad/alpine-glibc:alpine-3.17 LABEL maintainer="Anaconda, Inc" From e50c6323cd703e0c2df7aa56eb18e05757df2402 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Fri, 23 Dec 2022 16:31:17 +0100 Subject: [PATCH 030/339] Update to miniconda3-py310_22.11.1-1 (#336) * Release miniconda3 Debian + Alpine via same tag * Update to miniconda3-py310_22.11.1-1 * Install with bash --- .github/workflows/miniconda_alpine_ci.yml | 4 ++-- miniconda3/alpine/Dockerfile | 4 ++-- miniconda3/debian/Dockerfile | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 7ac75984..e3073b37 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -4,7 +4,7 @@ on: branches: - master tags: - - 'miniconda3-v*.*.*-alpine' + - 'miniconda3-v*.*.*' paths: - 'miniconda3/alpine/Dockerfile' - '.github/workflows/miniconda_alpine_ci.yml' @@ -42,7 +42,7 @@ jobs: tags: | type=ref,event=branch,suffix=-alpine type=ref,event=pr,suffix=-alpine - type=match,pattern=miniconda3-v(.*)-alpine,group=1,suffix=-alpine + type=match,pattern=miniconda3-v(.*),group=1,suffix=-alpine flavor: | latest=false diff --git a/miniconda3/alpine/Dockerfile b/miniconda3/alpine/Dockerfile index a5ee3e8a..b7d95b83 100644 --- a/miniconda3/alpine/Dockerfile +++ b/miniconda3/alpine/Dockerfile @@ -5,8 +5,8 @@ LABEL maintainer="Anaconda, Inc" ENV PATH /opt/conda/bin:$PATH # Leave these args here to better use the Docker build cache -ARG CONDA_VERSION=py39_4.10.3 -ARG SHA256SUM=1ea2f885b4dbc3098662845560bc64271eb17085387a70c2ba3f29fff6f8d52f +ARG CONDA_VERSION=py310_22.11.1-1 +ARG SHA256SUM=00938c3534750a0e4069499baf8f4e6dc1c2e471c86a59caa0dd03f4a9269db6 # hadolint ignore=DL3018 RUN apk add -q --no-cache bash procps && \ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 1f4f461a..b0d9f06f 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -27,28 +27,28 @@ ENV PATH /opt/conda/bin:$PATH CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache -ARG CONDA_VERSION=py39_4.12.0 +ARG CONDA_VERSION=py310_22.11.1-1 RUN set -x && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh"; \ - SHA256SUM="78f39f9bae971ec1ae7969f0516017f2413f17796670f7040725dd83fcff5689"; \ + SHA256SUM="00938c3534750a0e4069499baf8f4e6dc1c2e471c86a59caa0dd03f4a9269db6"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-s390x.sh"; \ - SHA256SUM="ff6fdad3068ab5b15939c6f422ac329fa005d56ee0876c985e22e622d930e424"; \ + SHA256SUM="a150511e7fd19d07b770f278fb5dd2df4bc24a8f55f06d6274774f209a36c766"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-aarch64.sh"; \ - SHA256SUM="5f4f865812101fdc747cea5b820806f678bb50fe0a61f19dc8aa369c52c4e513"; \ + SHA256SUM="48a96df9ff56f7421b6dd7f9f71d548023847ba918c3826059918c08326c2017"; \ elif [ "${UNAME_M}" = "ppc64le" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-ppc64le.sh"; \ - SHA256SUM="1fe3305d0ccc9e55b336b051ae12d82f33af408af4b560625674fa7ad915102b"; \ + SHA256SUM="4c86c3383bb27b44f7059336c3a46c34922df42824577b93eadecefbf7423836"; \ fi && \ wget "${MINICONDA_URL}" -O miniconda.sh -q && \ echo "${SHA256SUM} miniconda.sh" > shasum && \ if [ "${CONDA_VERSION}" != "latest" ]; then sha256sum --check --status shasum; fi && \ mkdir -p /opt && \ - sh miniconda.sh -b -p /opt/conda && \ + bash miniconda.sh -b -p /opt/conda && \ rm miniconda.sh shasum && \ ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \ From d80f796d2e2dcef72eb795bcd6b4bae3e23dc082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 14:05:36 +0100 Subject: [PATCH 031/339] Bump actions/checkout from 3.2.0 to 3.3.0 (#337) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/755da8c3cf115ac066823e79a1e1788f8940201b...ac593985615ec2ede58e132d2e21d2b1cbd6127c) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 34484edf..7e0dc355 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 700d3c83..4b27147b 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 4572b656..cbfa60bc 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 3f1c8516..b8c01281 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 88042a1a..5bc82627 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 39c7d777..d288d5d5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - name: Lint Dockerfiles run: | echo "::add-matcher::.github/hadolint-matcher.json" diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index e3073b37..cb9d1422 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 9fb69e20..e8fc6eee 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index eddb22ec..81f01004 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: windows-2019 steps: - - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 From e234cf3e769806c389fd202c1d0a61104a1077ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 16:51:09 +0100 Subject: [PATCH 032/339] Bump docker/metadata-action from 4.1.1 to 4.3.0 (#340) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.1.1 to 4.3.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/57396166ad8aefe6098280995947635806a0e6ea...507c2f2dc502c992ad446e3d7a5dfbe311567a96) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 4b27147b..0177df8a 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 + uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index cbfa60bc..803ea6a3 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 + uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index b8c01281..2045781c 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 + uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 with: images: | continuumio/anaconda-pkg-build @@ -74,7 +74,7 @@ jobs: - name: Docker meta for Concourse id: concourse-meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 + uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 5bc82627..9dd5443c 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -48,7 +48,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 + uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 with: images: | continuumio/concourse-rsync-resource diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index cb9d1422..8af7207b 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -36,7 +36,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 + uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 with: images: continuumio/miniconda3 tags: | diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index e8fc6eee..b4dde7e8 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 + uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 with: images: continuumio/miniconda3 tags: | diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 81f01004..4a72eab3 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -29,7 +29,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4 + uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 with: images: continuumio/miniconda3 tags: | From 87fc5ba21e1108b4481739318025f8bc4886e8d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 16:51:32 +0100 Subject: [PATCH 033/339] Bump docker/build-push-action from 3.2.0 to 3.3.0 (#339) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/c56af957549030174b10d6867f20e78cfd7debc5...37abcedcc1da61a57767b7588cb9d03eb57e28b3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 7e0dc355..f0c771be 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -26,7 +26,7 @@ jobs: driver-opts: network=host - name: build anaconda3/alpine - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 with: context: ./anaconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 0177df8a..fbb5ee17 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 803ea6a3..cde2c3ab 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 2045781c..4562feef 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} @@ -87,7 +87,7 @@ jobs: latest=false - name: build-push pkg-builder-concourse - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 9dd5443c..ac3361eb 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -59,7 +59,7 @@ jobs: type=match,pattern=crr-(.*),group=1 - name: build-push - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 with: context: ./concourse-rsync-resource builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 8af7207b..9ee62aa4 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -47,7 +47,7 @@ jobs: latest=false - name: build miniconda3/alpine - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 with: context: ./miniconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index b4dde7e8..49f899e6 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 44b72d5fb39df87a8ed7c710fbfcd5a2bf5bd4db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:08:04 +0100 Subject: [PATCH 034/339] Bump docker/setup-buildx-action from 2.2.1 to 2.4.0 (#342) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.2.1 to 2.4.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/8c0edbc76e98fa90f69d9a2c020dcb50019dc325...15c905b16b06416d2086efa066dd8e3a35cc7f98) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index f0c771be..1ce8982a 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2 + uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index fbb5ee17..6bfe5010 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2 + uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index cde2c3ab..1c89f7f9 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2 + uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 4562feef..0d3122ef 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2 + uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index ac3361eb..c5d13722 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2 + uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 9ee62aa4..17b3c8c1 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2 + uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # tag=v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 49f899e6..a5a9d085 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2 + uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # tag=v2 with: version: latest driver-opts: network=host From 4f1d2db36b90f52367189855e762f6c041391adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:08:20 +0100 Subject: [PATCH 035/339] Bump docker/build-push-action from 3.3.0 to 4.0.0 (#343) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/37abcedcc1da61a57767b7588cb9d03eb57e28b3...3b5e8027fcad23fda98b2e3ac259d8d67585f671) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 1ce8982a..396bf8ad 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -26,7 +26,7 @@ jobs: driver-opts: network=host - name: build anaconda3/alpine - uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 with: context: ./anaconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 6bfe5010..94389d2c 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 1c89f7f9..8c083c83 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 0d3122ef..2d91599f 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} @@ -87,7 +87,7 @@ jobs: latest=false - name: build-push pkg-builder-concourse - uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index c5d13722..8e83b511 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -59,7 +59,7 @@ jobs: type=match,pattern=crr-(.*),group=1 - name: build-push - uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 with: context: ./concourse-rsync-resource builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 17b3c8c1..ad735ae7 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -47,7 +47,7 @@ jobs: latest=false - name: build miniconda3/alpine - uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 with: context: ./miniconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index a5a9d085..a107c45a 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From e7d1c9d68f77d5d1ac7f8617d8e6db95c1a8899a Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Tue, 7 Feb 2023 11:04:19 +0100 Subject: [PATCH 036/339] chore(deps): update docker/setup-buildx-action digest to 8c0edbc (#344) --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 396bf8ad..39274fb8 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # tag=v2 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 94389d2c..65a9c7a6 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # tag=v2 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 8c083c83..79865924 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # tag=v2 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 2d91599f..c73a254e 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # tag=v2 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 8e83b511..4c25857f 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # tag=v2 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index ad735ae7..c95eb5e1 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # tag=v2 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index a107c45a..b2445ba3 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # tag=v2 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2 with: version: latest driver-opts: network=host From a646a2016240c00bd9bbac8e80bba17bf8002a33 Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Tue, 7 Feb 2023 11:04:41 +0100 Subject: [PATCH 037/339] chore(deps): update docker/build-push-action action to v4 (#345) --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 39274fb8..44d940be 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -26,7 +26,7 @@ jobs: driver-opts: network=host - name: build anaconda3/alpine - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 with: context: ./anaconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 65a9c7a6..1cfbd8e0 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 79865924..ceb68d24 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index c73a254e..cf6ff371 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} @@ -87,7 +87,7 @@ jobs: latest=false - name: build-push pkg-builder-concourse - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 4c25857f..d9fe6f18 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -59,7 +59,7 @@ jobs: type=match,pattern=crr-(.*),group=1 - name: build-push - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 with: context: ./concourse-rsync-resource builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index c95eb5e1..23393673 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -47,7 +47,7 @@ jobs: latest=false - name: build miniconda3/alpine - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 with: context: ./miniconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index b2445ba3..fb3cd44c 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # tag=v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From c1236635eb90df402e8e7f752c8d461fd66c3c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 11:45:33 +0100 Subject: [PATCH 038/339] Bump docker/setup-buildx-action from 2.4.0 to 2.4.1 (#346) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/15c905b16b06416d2086efa066dd8e3a35cc7f98...f03ac48505955848960e80bbb68046aa35c7b9e7) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 44d940be..3700f1de 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2 + uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 1cfbd8e0..78966d97 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2 + uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index ceb68d24..e255d5be 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2 + uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index cf6ff371..16111909 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2 + uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index d9fe6f18..af5f1270 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2 + uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 23393673..ec49b1ee 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2 + uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index fb3cd44c..915a7378 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2 + uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2 with: version: latest driver-opts: network=host From 66f816d92a273bb4aad1c81624e7722457233d01 Mon Sep 17 00:00:00 2001 From: M-Waszkiewicz-Anaconda <125905367+M-Waszkiewicz-Anaconda@users.noreply.github.com> Date: Thu, 9 Mar 2023 19:13:18 +0100 Subject: [PATCH 039/339] add explicit ps command (#349) --- anaconda-pkg-build/linux/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 8b88a396..485e3d95 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -72,6 +72,7 @@ RUN yum install -q -y deltarpm \ file \ net-tools \ openssh-clients \ + procps-ng \ psmisc \ rsync \ tar \ From 9bec62b6aae3567c01694a97c3d109ed5409d690 Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Mon, 13 Mar 2023 10:12:38 +0100 Subject: [PATCH 040/339] chore(deps): update docker/setup-buildx-action digest to 4b4e9c3 (#351) --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 3700f1de..c8b054b2 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2 + uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 78966d97..2b810a1b 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2 + uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index e255d5be..3b75093e 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2 + uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 16111909..ec426dee 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2 + uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index af5f1270..d40aad35 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2 + uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index ec49b1ee..fa1d17d4 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2 + uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 915a7378..a355161b 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2 + uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 with: version: latest driver-opts: network=host From a3defd2798e8361f07591b78bcfcc69948a2bde6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 12:14:10 +0100 Subject: [PATCH 041/339] Bump actions/checkout from 3.3.0 to 3.4.0 (#353) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/ac593985615ec2ede58e132d2e21d2b1cbd6127c...24cb9080177205b6e8c946b17badbe402adc938f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index c8b054b2..58864315 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 2b810a1b..99d6e587 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 3b75093e..ca35fcfc 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index ec426dee..183ae9e5 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index d40aad35..8db6f771 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d288d5d5..6a349047 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 - name: Lint Dockerfiles run: | echo "::add-matcher::.github/hadolint-matcher.json" diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index fa1d17d4..0b0370c4 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index a355161b..51a24d0c 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 4a72eab3..7f812f66 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: windows-2019 steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 From a0103ea0d2ae8399e816010d646c85f09fb6ea49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 10:44:24 +0100 Subject: [PATCH 042/339] Bump actions/checkout from 3.4.0 to 3.5.0 (#354) --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 58864315..828f9ca3 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 99d6e587..75c14f89 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index ca35fcfc..6a04b18a 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 183ae9e5..31f3905a 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 8db6f771..9912269b 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6a349047..bc897659 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 - name: Lint Dockerfiles run: | echo "::add-matcher::.github/hadolint-matcher.json" diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 0b0370c4..437a2d23 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 51a24d0c..fb5a8117 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 7f812f66..240592f2 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: windows-2019 steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 From 659e13727f254a5e6cd36110b33f2159512e58b4 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Fri, 24 Mar 2023 19:43:03 +0100 Subject: [PATCH 043/339] Update Miniconda in pkg-build container to py39_23.1.0-1 + enable libmamba solver (#350) * Update Miniconda in pkg-build container to py39_23.1.0-1 * Enable libmamba solver for builds --- anaconda-pkg-build/linux/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 485e3d95..847517d8 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -86,7 +86,7 @@ ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 -ARG MC_VER=py39_4.12.0 +ARG MC_VER=py39_23.1.0-1 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${MC_VER}-Linux-$(uname -m)".sh \ @@ -100,7 +100,7 @@ RUN curl -sSL -o /tmp/miniconda.sh \ RUN MC_ARCH="$(uname -m)" \ && if [ "${MC_ARCH}" = "x86_64" ]; then subdir="64"; else subdir="${MC_ARCH}"; fi \ && /opt/conda/bin/conda update --all --quiet --yes \ - && /opt/conda/bin/conda install --quiet --yes conda-build \ + && /opt/conda/bin/conda install --quiet --yes conda-build conda-libmamba-solver \ && /opt/conda/bin/conda clean --all --yes \ # Cache our C and C++ compilers so we don't have to download them with # each build; skipping the Fortran compiler as it's not used often @@ -118,6 +118,7 @@ RUN MC_ARCH="$(uname -m)" \ # hadolint ignore=DL3059 RUN rm -fv /opt/conda/.condarc \ && /opt/conda/bin/conda config --system --set show_channel_urls True \ + && /opt/conda/bin/conda config --system --set solver libmamba \ && /opt/conda/bin/conda config --system --set add_pip_as_python_dependency False \ && /opt/conda/bin/conda config --show-sources From 34bec11e8ff957bf92186cb40e3f96db20f82db9 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Tue, 28 Mar 2023 11:08:38 +0200 Subject: [PATCH 044/339] Set solver right after `conda clean ...` to avoid incompatible caches (#355) --- anaconda-pkg-build/linux/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 847517d8..c310ee6a 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -102,6 +102,9 @@ RUN MC_ARCH="$(uname -m)" \ && /opt/conda/bin/conda update --all --quiet --yes \ && /opt/conda/bin/conda install --quiet --yes conda-build conda-libmamba-solver \ && /opt/conda/bin/conda clean --all --yes \ + # The solver has to be set right after the `conda clean` call and before the next + # `conda install` call to avoid incompatible cache formats. + && /opt/conda/bin/conda config --system --set solver libmamba \ # Cache our C and C++ compilers so we don't have to download them with # each build; skipping the Fortran compiler as it's not used often # enough to justify the cache space. Note that we do NOT want to @@ -118,7 +121,6 @@ RUN MC_ARCH="$(uname -m)" \ # hadolint ignore=DL3059 RUN rm -fv /opt/conda/.condarc \ && /opt/conda/bin/conda config --system --set show_channel_urls True \ - && /opt/conda/bin/conda config --system --set solver libmamba \ && /opt/conda/bin/conda config --system --set add_pip_as_python_dependency False \ && /opt/conda/bin/conda config --show-sources From c11b760766c29d61bc1c5d55d23f0cbb3cdcb25f Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Tue, 28 Mar 2023 16:42:42 +0200 Subject: [PATCH 045/339] Move config reset _before_ all `conda config --set` calls (#356) --- anaconda-pkg-build/linux/Dockerfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index c310ee6a..04be033e 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -102,6 +102,10 @@ RUN MC_ARCH="$(uname -m)" \ && /opt/conda/bin/conda update --all --quiet --yes \ && /opt/conda/bin/conda install --quiet --yes conda-build conda-libmamba-solver \ && /opt/conda/bin/conda clean --all --yes \ + && rm -fv /opt/conda/.condarc \ + && /opt/conda/bin/conda config --system --set show_channel_urls True \ + && /opt/conda/bin/conda config --system --set add_pip_as_python_dependency False \ + && /opt/conda/bin/conda config --show-sources \ # The solver has to be set right after the `conda clean` call and before the next # `conda install` call to avoid incompatible cache formats. && /opt/conda/bin/conda config --system --set solver libmamba \ @@ -118,12 +122,6 @@ RUN MC_ARCH="$(uname -m)" \ && /opt/conda/bin/conda install --download-only --quiet --yes \ "gcc_linux-$subdir=${GCC_VER}" "gxx_linux-$subdir=${GCC_VER}" -# hadolint ignore=DL3059 -RUN rm -fv /opt/conda/.condarc \ - && /opt/conda/bin/conda config --system --set show_channel_urls True \ - && /opt/conda/bin/conda config --system --set add_pip_as_python_dependency False \ - && /opt/conda/bin/conda config --show-sources - ENV PATH="/opt/conda/bin:${PATH}" CMD [ "/bin/bash" ] From 3f8fbe3cc472887a99afde854fdf8e18889dc131 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Wed, 29 Mar 2023 11:12:16 +0200 Subject: [PATCH 046/339] Delete index-cache (#358) --- anaconda-pkg-build/linux/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 04be033e..6862e36a 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -120,7 +120,8 @@ RUN MC_ARCH="$(uname -m)" \ # Note, too, that this MUST come _after_ the `conda clean --all` above, # or the compilers will be dumped from the package cache. && /opt/conda/bin/conda install --download-only --quiet --yes \ - "gcc_linux-$subdir=${GCC_VER}" "gxx_linux-$subdir=${GCC_VER}" + "gcc_linux-$subdir=${GCC_VER}" "gxx_linux-$subdir=${GCC_VER}" \ + && /opt/conda/bin/conda clean --index-cache --yes ENV PATH="/opt/conda/bin:${PATH}" From 099cf60cdbbccc62cfb3ac65b21c33c6e03daf0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 09:43:58 +0200 Subject: [PATCH 047/339] Bump actions/checkout from 3.5.0 to 3.5.2 (#360) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8f4b7f84864484a7bf31766abe9204da3cbe65b3...8e5e7e5ab8b370d6c329ec480221332ada57f0ab) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 828f9ca3..678d81f1 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 75c14f89..60bcafeb 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 6a04b18a..bcc28d3c 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 31f3905a..dd36ec37 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 9912269b..8e44f36c 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bc897659..dfd18346 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Lint Dockerfiles run: | echo "::add-matcher::.github/hadolint-matcher.json" diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 437a2d23..8be3b53d 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index fb5a8117..d1d86c54 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 240592f2..e202c9c0 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: windows-2019 steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 From 76adde2d5ab9c0233786c85a3b1d78bd01c65349 Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Mon, 24 Apr 2023 09:44:34 +0200 Subject: [PATCH 048/339] chore(deps): update docker/metadata-action digest to c4ee3ad (#363) --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 60bcafeb..894485db 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 + uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index bcc28d3c..40307069 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 + uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index dd36ec37..27360ec4 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 + uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 with: images: | continuumio/anaconda-pkg-build @@ -74,7 +74,7 @@ jobs: - name: Docker meta for Concourse id: concourse-meta - uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 + uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 8e44f36c..f6858be9 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -48,7 +48,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 + uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 with: images: | continuumio/concourse-rsync-resource diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 8be3b53d..9c5b429b 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -36,7 +36,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 + uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 with: images: continuumio/miniconda3 tags: | diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index d1d86c54..7582dfde 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 + uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 with: images: continuumio/miniconda3 tags: | diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index e202c9c0..400903e1 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -29,7 +29,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # tag=v4 + uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 with: images: continuumio/miniconda3 tags: | From ada77c1f772f96124c757843426b07bd1b9c799d Mon Sep 17 00:00:00 2001 From: Paul Yim Date: Tue, 2 May 2023 14:13:48 -0400 Subject: [PATCH 049/339] Updates for AD-2023.03-1 (#364) --- anaconda3/amazonlinux/Dockerfile | 2 +- anaconda3/debian/Dockerfile | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 56bc43d7..ed20bcfc 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -25,7 +25,7 @@ RUN yum install -y \ subversion && \ yum clean all && \ rm -rf /var/cache/yum && \ - wget --quiet https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-aarch64.sh -O ~/anaconda.sh && \ + wget --quiet https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-aarch64.sh -O ~/anaconda.sh && \ /bin/bash ~/anaconda.sh -b -p /opt/conda && \ rm ~/anaconda.sh && \ ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 9f30a6b9..46c9e5bd 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -30,17 +30,17 @@ RUN set -x && \ && rm -rf /var/lib/apt/lists/* && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh"; \ - SHA256SUM="e7ecbccbc197ebd7e1f211c59df2e37bc6959d081f2235d387e08c9026666acd"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-x86_64.sh"; \ + SHA256SUM="95102d7c732411f1458a20bdf47e4c1b0b6c8a21a2edfe4052ca370aaae57bab"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-s390x.sh"; \ - SHA256SUM="f5ccc24aedab1f3f9cccf1945ca1061bee194fa42a212ec26425f3b77fdd943a"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-s390x.sh"; \ + SHA256SUM="5af1406c6350b4ba6839c49faa32a3c90f2b9845a03c35843f118dd9dd013421"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-aarch64.sh"; \ - SHA256SUM="fbadbfae5992a8c96af0a4621262080eea44e22baee2172e3dfb640f5cf8d22d"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-aarch64.sh"; \ + SHA256SUM="54e600faa2af63a25717af30ecaddf1ee428cdfebd3721a70f41462e232e8153"; \ elif [ "${UNAME_M}" = "ppc64le" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-ppc64le.sh"; \ - SHA256SUM="8fdebc79f63b74daad421a2674d43299fa9c5007d85cf00e8dc1a81fbf2787e4"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-ppc64le.sh"; \ + SHA256SUM="a31f2d6da83534cff7c994403cc11fa634b31fcd10eb4153d00233345ee084b2"; \ fi && \ wget "${ANACONDA_URL}" -O anaconda.sh -q && \ echo "${SHA256SUM} anaconda.sh" > shasum && \ From 60eb8fe8f841c7d64a2439920562edc8e409c80f Mon Sep 17 00:00:00 2001 From: Paul Yim Date: Tue, 2 May 2023 14:14:04 -0400 Subject: [PATCH 050/339] Updates for Miniconda-23.3.1-0 (#365) --- miniconda3/debian/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index b0d9f06f..8ed1879f 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -27,22 +27,22 @@ ENV PATH /opt/conda/bin:$PATH CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache -ARG CONDA_VERSION=py310_22.11.1-1 +ARG CONDA_VERSION=py310_23.3.1-0 RUN set -x && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh"; \ - SHA256SUM="00938c3534750a0e4069499baf8f4e6dc1c2e471c86a59caa0dd03f4a9269db6"; \ + SHA256SUM="aef279d6baea7f67940f16aad17ebe5f6aac97487c7c03466ff01f4819e5a651"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-s390x.sh"; \ - SHA256SUM="a150511e7fd19d07b770f278fb5dd2df4bc24a8f55f06d6274774f209a36c766"; \ + SHA256SUM="ed4f51afc967e921ff5721151f567a4c43c4288ac93ec2393c6238b8c4891de8"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-aarch64.sh"; \ - SHA256SUM="48a96df9ff56f7421b6dd7f9f71d548023847ba918c3826059918c08326c2017"; \ + SHA256SUM="6950c7b1f4f65ce9b87ee1a2d684837771ae7b2e6044e0da9e915d1dee6c924c"; \ elif [ "${UNAME_M}" = "ppc64le" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-ppc64le.sh"; \ - SHA256SUM="4c86c3383bb27b44f7059336c3a46c34922df42824577b93eadecefbf7423836"; \ + SHA256SUM="b3de538cd542bc4f5a2f2d2a79386288d6e04f0e1459755f3cefe64763e51d16"; \ fi && \ wget "${MINICONDA_URL}" -O miniconda.sh -q && \ echo "${SHA256SUM} miniconda.sh" > shasum && \ From 3ad30e6cbaa3ef1555a395b460b2fd5a76873577 Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Mon, 12 Jun 2023 08:11:23 +0200 Subject: [PATCH 051/339] chore(deps): update actions/checkout digest to c85c95e (#372) --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 678d81f1..9ec9bdcd 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 894485db..a9bb81bb 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 40307069..eb55d23c 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 27360ec4..2506e6b0 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index f6858be9..50d09201 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dfd18346..34997af6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Lint Dockerfiles run: | echo "::add-matcher::.github/hadolint-matcher.json" diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 9c5b429b..e784461f 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 7582dfde..960052bb 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 400903e1..d150c8bf 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: windows-2019 steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 From 8c5c4228c31cda572018efe11c56c0fcb612bc5d Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Mon, 12 Jun 2023 08:12:43 +0200 Subject: [PATCH 052/339] chore(deps): update docker/setup-qemu-action digest to 2b82ce8 (#377) --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index a9bb81bb..2b0c0b6f 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # tag=v2 + uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 with: platforms: linux/arm64/v8 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index eb55d23c..3d9deff7 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # tag=v2 + uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 with: platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 2506e6b0..89165d76 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # tag=v2 + uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 960052bb..59ff2375 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # tag=v2 + uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 with: platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x From bee98f81ce698b3e54a6c4294fea300844a1961f Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Mon, 12 Jun 2023 08:14:18 +0200 Subject: [PATCH 053/339] chore(deps): update docker/login-action digest to 465a078 (#374) --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 4 ++-- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 2b0c0b6f..7756d9a9 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Login to DockerHub - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 3d9deff7..23338231 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Login to DockerHub - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 89165d76..e33776cc 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Login to DockerHub - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 50d09201..cb2453d8 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -23,14 +23,14 @@ jobs: submodules: true - name: Login to DockerHub - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/master' with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/master' with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index e784461f..ae186508 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Login to DockerHub - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 59ff2375..3548168e 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Login to DockerHub - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index d150c8bf..372f6f32 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Login to DockerHub - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From 5db71935abb2a0aaf36b3f446993c3c7f065183d Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Tue, 20 Jun 2023 09:35:44 +0200 Subject: [PATCH 054/339] chore(deps): update docker/build-push-action digest to 2eb1c19 (#373) --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 9ec9bdcd..74871fc6 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -26,7 +26,7 @@ jobs: driver-opts: network=host - name: build anaconda3/alpine - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 + uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 with: context: ./anaconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 7756d9a9..abb58128 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 + uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 23338231..358e2d86 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 + uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index e33776cc..93dd4eba 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 + uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} @@ -87,7 +87,7 @@ jobs: latest=false - name: build-push pkg-builder-concourse - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 + uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index cb2453d8..6335c7ca 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -59,7 +59,7 @@ jobs: type=match,pattern=crr-(.*),group=1 - name: build-push - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 + uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 with: context: ./concourse-rsync-resource builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index ae186508..bb89e4c9 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -47,7 +47,7 @@ jobs: latest=false - name: build miniconda3/alpine - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 + uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 with: context: ./miniconda3/alpine builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 3548168e..d094da41 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 + uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From bfbada7651ba031f10d6480280d5838b31494e0b Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Tue, 20 Jun 2023 09:36:08 +0200 Subject: [PATCH 055/339] chore(deps): update docker/metadata-action digest to 818d4b7 (#375) --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index abb58128..2dbb8709 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 + uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 358e2d86..4e40f167 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 + uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 93dd4eba..2c9775bf 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 + uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 with: images: | continuumio/anaconda-pkg-build @@ -74,7 +74,7 @@ jobs: - name: Docker meta for Concourse id: concourse-meta - uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 + uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 6335c7ca..5df4442c 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -48,7 +48,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 + uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 with: images: | continuumio/concourse-rsync-resource diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index bb89e4c9..1ae55976 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -36,7 +36,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 + uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 with: images: continuumio/miniconda3 tags: | diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index d094da41..3432bca2 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 + uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 with: images: continuumio/miniconda3 tags: | diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 372f6f32..7677c5e3 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -29,7 +29,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4 + uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 with: images: continuumio/miniconda3 tags: | From b0e3a290ecfa3adadddf5ab56c86ec80299030e1 Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Tue, 20 Jun 2023 09:36:27 +0200 Subject: [PATCH 056/339] chore(deps): update docker/setup-buildx-action digest to ecf9528 (#376) --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 74871fc6..63dba56a 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 + uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 2dbb8709..385a7f2d 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 + uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 4e40f167..ebf7dfc6 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 + uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 2c9775bf..5974c1c8 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 + uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 5df4442c..182cba09 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 + uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 1ae55976..04359044 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 + uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 3432bca2..136b72cb 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 + uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2 with: version: latest driver-opts: network=host From d51a2b0315589fbd070543014ddd22780d1bddcf Mon Sep 17 00:00:00 2001 From: anaconda-renovate-bot Date: Thu, 13 Jul 2023 13:50:29 +0200 Subject: [PATCH 057/339] chore(deps): update docker/setup-buildx-action digest to 4c0219f (#383) --- .github/workflows/anaconda_alpine_ci.yml | 2 +- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml index 63dba56a..b435dd31 100644 --- a/.github/workflows/anaconda_alpine_ci.yml +++ b/.github/workflows/anaconda_alpine_ci.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2 + uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 385a7f2d..8b69b62f 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2 + uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index ebf7dfc6..61933485 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2 + uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 5974c1c8..257ac2a7 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2 + uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 182cba09..a33c88ba 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2 + uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 04359044..057aae2d 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2 + uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 136b72cb..5acc93b7 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2 + uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2 with: version: latest driver-opts: network=host From 5b3ee4fd4d339031b0bc0d291ec6e4f96adc042b Mon Sep 17 00:00:00 2001 From: Jaida Rice <100002667+Jrice1317@users.noreply.github.com> Date: Tue, 18 Jul 2023 00:14:38 -0700 Subject: [PATCH 058/339] INST-12: Updates for AD-2023.07-1 (#386) * Update versions and hashes * Update version & hashes for Anaconda Distribution * Update version to 2023.07-1 --- anaconda3/amazonlinux/Dockerfile | 2 +- anaconda3/debian/Dockerfile | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index ed20bcfc..297bf715 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -25,7 +25,7 @@ RUN yum install -y \ subversion && \ yum clean all && \ rm -rf /var/cache/yum && \ - wget --quiet https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-aarch64.sh -O ~/anaconda.sh && \ + wget --quiet https://repo.anaconda.com/archive/Anaconda3-2023.07-1-Linux-aarch64.sh -O ~/anaconda.sh && \ /bin/bash ~/anaconda.sh -b -p /opt/conda && \ rm ~/anaconda.sh && \ ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 46c9e5bd..140a9eaa 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -30,17 +30,17 @@ RUN set -x && \ && rm -rf /var/lib/apt/lists/* && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-x86_64.sh"; \ - SHA256SUM="95102d7c732411f1458a20bdf47e4c1b0b6c8a21a2edfe4052ca370aaae57bab"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.07-1-Linux-x86_64.sh"; \ + SHA256SUM="111ce0a7f26e606863008a9519fd608b1493e483b6f487aea71d82b13fe0967e"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-s390x.sh"; \ - SHA256SUM="5af1406c6350b4ba6839c49faa32a3c90f2b9845a03c35843f118dd9dd013421"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.07-1-Linux-s390x.sh"; \ + SHA256SUM="49aad1bc077334f30177443c234f3c982f1c9751fc78c4c29fb4cf736e4f61ef"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-aarch64.sh"; \ - SHA256SUM="54e600faa2af63a25717af30ecaddf1ee428cdfebd3721a70f41462e232e8153"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.07-1-Linux-aarch64.sh"; \ + SHA256SUM="2ebe549375f3f5ffec9558a8a8405ebd697e69c8133b8f9c1c5cd4ff69d1cc74"; \ elif [ "${UNAME_M}" = "ppc64le" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-ppc64le.sh"; \ - SHA256SUM="a31f2d6da83534cff7c994403cc11fa634b31fcd10eb4153d00233345ee084b2"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.07-1-Linux-ppc64le.sh"; \ + SHA256SUM="ee149f55ebdd3f15fc1db4e9cddb5126da62e7a193fa15026c9fa009a2575d0a"; \ fi && \ wget "${ANACONDA_URL}" -O anaconda.sh -q && \ echo "${SHA256SUM} anaconda.sh" > shasum && \ From 912aa2402e807e2faeaf1e778c6be7cd73e70e1f Mon Sep 17 00:00:00 2001 From: Jaida Rice <100002667+Jrice1317@users.noreply.github.com> Date: Tue, 18 Jul 2023 00:15:04 -0700 Subject: [PATCH 059/339] INST-179: Updates for Miniconda-23.5.2-0 (#387) * Update version and hashes for Miniconda-23.5.2-0 * Update version and hashes for Miniconda-23.5.2-0 * Revert changes to Alpine --- miniconda3/debian/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 8ed1879f..f41890b5 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -27,22 +27,22 @@ ENV PATH /opt/conda/bin:$PATH CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache -ARG CONDA_VERSION=py310_23.3.1-0 +ARG CONDA_VERSION=py311_23.5.2-0 RUN set -x && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh"; \ - SHA256SUM="aef279d6baea7f67940f16aad17ebe5f6aac97487c7c03466ff01f4819e5a651"; \ + SHA256SUM="634d76df5e489c44ade4085552b97bebc786d49245ed1a830022b0b406de5817"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-s390x.sh"; \ - SHA256SUM="ed4f51afc967e921ff5721151f567a4c43c4288ac93ec2393c6238b8c4891de8"; \ + SHA256SUM="221a4cd7f0a9275c3263efa07fa37385746de884f4306bb5d1fe5733ca770550"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-aarch64.sh"; \ - SHA256SUM="6950c7b1f4f65ce9b87ee1a2d684837771ae7b2e6044e0da9e915d1dee6c924c"; \ + SHA256SUM="3962738cfac270ae4ff30da0e382aecf6b3305a12064b196457747b157749a7a"; \ elif [ "${UNAME_M}" = "ppc64le" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-ppc64le.sh"; \ - SHA256SUM="b3de538cd542bc4f5a2f2d2a79386288d6e04f0e1459755f3cefe64763e51d16"; \ + SHA256SUM="92237cb2a443dd15005ec004f2f744b14de02cd5513a00983c2f191eb43d1b29"; \ fi && \ wget "${MINICONDA_URL}" -O miniconda.sh -q && \ echo "${SHA256SUM} miniconda.sh" > shasum && \ From a1f01ff22f477519630488a02779f3e979e178dd Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:36:33 +0200 Subject: [PATCH 060/339] Remove non maintained code / images (#390) Removes: * Alpine containers as Apline is not glibc based and manually adding it is a hack that still leads to unresolved symbols. * nanoserver containers as those have been an experiment to test (and also build) in containers that never succeeded. * scripts folder, as those scripts are not used anywhere in the repo and are not maintained or updated by us. * ci folder, as those version files are not used anymore and are relicts from the time when the automation for building the containers has been concourse based. --- .github/workflows/anaconda_alpine_ci.yml | 35 ---- .github/workflows/miniconda_alpine_ci.yml | 57 ------ .github/workflows/miniconda_nanoserver_ci.yml | 53 ----- anaconda3/alpine/Dockerfile | 27 --- ci/anaconda-alpine | 1 - ci/anaconda-amazonlinux | 1 - ci/anaconda-debian | 1 - ci/build-docker-images.yaml | 184 ------------------ ci/config.yaml | 2 - ci/miniconda-alpine | 1 - ci/miniconda-debian | 1 - miniconda3/alpine/Dockerfile | 26 --- miniconda3/nanoserver/Dockerfile | 30 --- qa-images/s390x/README.md | 17 -- qa-images/s390x/clefos.Dockerfile | 72 ------- qa-images/s390x/ubuntu.Dockerfile | 71 ------- scripts/build_anaconda.sh | 44 ----- scripts/conda_build_in_docker.sh | 62 ------ 18 files changed, 685 deletions(-) delete mode 100644 .github/workflows/anaconda_alpine_ci.yml delete mode 100644 .github/workflows/miniconda_alpine_ci.yml delete mode 100644 .github/workflows/miniconda_nanoserver_ci.yml delete mode 100644 anaconda3/alpine/Dockerfile delete mode 100644 ci/anaconda-alpine delete mode 100644 ci/anaconda-amazonlinux delete mode 100644 ci/anaconda-debian delete mode 100644 ci/build-docker-images.yaml delete mode 100644 ci/config.yaml delete mode 100644 ci/miniconda-alpine delete mode 100644 ci/miniconda-debian delete mode 100644 miniconda3/alpine/Dockerfile delete mode 100644 miniconda3/nanoserver/Dockerfile delete mode 100644 qa-images/s390x/README.md delete mode 100644 qa-images/s390x/clefos.Dockerfile delete mode 100644 qa-images/s390x/ubuntu.Dockerfile delete mode 100644 scripts/build_anaconda.sh delete mode 100755 scripts/conda_build_in_docker.sh diff --git a/.github/workflows/anaconda_alpine_ci.yml b/.github/workflows/anaconda_alpine_ci.yml deleted file mode 100644 index b435dd31..00000000 --- a/.github/workflows/anaconda_alpine_ci.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Build Anaconda3 Alpine Image -on: - push: - branches: - - master - paths: - - 'anaconda3/alpine/Dockerfile' - - '.github/workflows/anaconda_alpine_ci.yml' - pull_request: - paths: - - 'anaconda3/alpine/Dockerfile' - - '.github/workflows/anaconda_alpine_ci.yml' - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2 - with: - version: latest - driver-opts: network=host - - - name: build anaconda3/alpine - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 - with: - context: ./anaconda3/alpine - builder: ${{ steps.buildx.outputs.name }} - file: ./anaconda3/alpine/Dockerfile - tags: continuumio/anaconda3/alpine:latest - push: false diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml deleted file mode 100644 index 057aae2d..00000000 --- a/.github/workflows/miniconda_alpine_ci.yml +++ /dev/null @@ -1,57 +0,0 @@ -name: Build Miniconda3 Alpine Image -on: - push: - branches: - - master - tags: - - 'miniconda3-v*.*.*' - paths: - - 'miniconda3/alpine/Dockerfile' - - '.github/workflows/miniconda_alpine_ci.yml' - pull_request: - paths: - - 'miniconda3/alpine/Dockerfile' - - '.github/workflows/miniconda_alpine_ci.yml' - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - - - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 - if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2 - with: - version: latest - driver-opts: network=host - - - name: Docker meta - id: meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 - with: - images: continuumio/miniconda3 - tags: | - type=ref,event=branch,suffix=-alpine - type=ref,event=pr,suffix=-alpine - type=match,pattern=miniconda3-v(.*),group=1,suffix=-alpine - flavor: | - latest=false - - - name: build miniconda3/alpine - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 - with: - context: ./miniconda3/alpine - builder: ${{ steps.buildx.outputs.name }} - file: ./miniconda3/alpine/Dockerfile - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }} diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml deleted file mode 100644 index 7677c5e3..00000000 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ /dev/null @@ -1,53 +0,0 @@ -name: Build Miniconda3 Nanoserver Image -on: - push: - branches: - - master - tags: - - 'miniconda3-v*.*.*-nanoserver' - paths: - - 'miniconda3/nanoserver/Dockerfile' - - '.github/workflows/miniconda_nanoserver_ci.yml' - pull_request: - paths: - - 'miniconda3/nanoserver/Dockerfile' - - '.github/workflows/miniconda_nanoserver_ci.yml' - workflow_dispatch: - -jobs: - build: - runs-on: windows-2019 - steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - - - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 - if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Docker meta - id: meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 - with: - images: continuumio/miniconda3 - tags: | - type=ref,event=branch,suffix=-nanoserver - type=ref,event=pr,suffix=-nanoserver - type=match,pattern=miniconda3-v(.*)-nanoserver,group=1,suffix=-nanoserver - flavor: | - latest=false - - # The build push action does not support windows builds yet, - # thus using raw commands https://github.com/docker/build-push-action/issues/18 - # TODO: Parse and use the meta action generated tag list - - name: Build - run: | - echo "${{ steps.meta.outputs.tags }}" - cd miniconda3/nanoserver && docker build . -t continuumio/miniconda3:master-nanoserver && docker image inspect continuumio/miniconda3:master-nanoserver - - - name: Push - if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') - run: | - cd miniconda3/nanoserver && docker push continuumio/miniconda3:master-nanoserver diff --git a/anaconda3/alpine/Dockerfile b/anaconda3/alpine/Dockerfile deleted file mode 100644 index fd2296d3..00000000 --- a/anaconda3/alpine/Dockerfile +++ /dev/null @@ -1,27 +0,0 @@ -FROM frolvlad/alpine-glibc:alpine-3.17 - -LABEL maintainer="Anaconda, Inc" -ENV ANACONDA_VERSION 2021.05 -ENV ANACONDA_MD5 25e3ebae8905450ddac0f5c93f89c467 - -# Create non-root user, install dependencies, install Anaconda -RUN addgroup -S anaconda && \ - adduser -D -u 10151 anaconda -G anaconda && \ - wget --quiet https://repo.continuum.io/archive/Anaconda3-$ANACONDA_VERSION-Linux-x86_64.sh -O anaconda.sh && \ - echo "${ANACONDA_MD5} anaconda.sh" > anaconda.md5 && \ - if ! md5sum -s -c anaconda.md5; then exit 1; fi && \ - mkdir -p /opt && \ - sh ./anaconda.sh -b -p /opt/conda && \ - rm anaconda.sh anaconda.md5 && \ - ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ - chown -R anaconda /opt && \ - echo ". /opt/conda/etc/profile.d/conda.sh" >> /home/anaconda/.profile && \ - echo "conda activate base" >> /home/anaconda/.profile && \ - find /opt/conda/ -follow -type f -name '*.a' -delete && \ - find /opt/conda/ -follow -type f -name '*.js.map' -delete && \ - /opt/conda/bin/conda clean -afy - -USER 10151 -ENV PATH "/bin:/sbin:/usr/bin" - -CMD [ "sh", "--login", "-i" ] diff --git a/ci/anaconda-alpine b/ci/anaconda-alpine deleted file mode 100644 index 851f0ff1..00000000 --- a/ci/anaconda-alpine +++ /dev/null @@ -1 +0,0 @@ -2021.05-alpine diff --git a/ci/anaconda-amazonlinux b/ci/anaconda-amazonlinux deleted file mode 100644 index f629fd8e..00000000 --- a/ci/anaconda-amazonlinux +++ /dev/null @@ -1 +0,0 @@ -2021.05-arm64 diff --git a/ci/anaconda-debian b/ci/anaconda-debian deleted file mode 100644 index fd10862f..00000000 --- a/ci/anaconda-debian +++ /dev/null @@ -1 +0,0 @@ -2021.05 diff --git a/ci/build-docker-images.yaml b/ci/build-docker-images.yaml deleted file mode 100644 index a940e5d1..00000000 --- a/ci/build-docker-images.yaml +++ /dev/null @@ -1,184 +0,0 @@ -# fly -t concourse set-pipeline -p docker-images -c build-docker-images.yaml -l config.yaml - -resource_types: -- name: docker-manifest - type: docker-image - source: - repository: mbialon/concourse-docker-manifest-resource - -resources: -- name: image-manifest - type: docker-manifest - source: - repository: mbialon/image - username: condabot - password: ((dockerhub_password)) - -- name: docker-images - type: git - source: - uri: https://((recipe-repo-access-token))@github.com/ContinuumIO/docker-images.git - branch: master - -- name: docker-image-miniconda - type: docker-image - source: - password: ((dockerhub_password)) - repository: continuumio/miniconda - username: condabot - -- name: docker-image-miniconda2 - type: docker-image - source: - password: ((dockerhub_password)) - repository: continuumio/miniconda2 - username: condabot - -- name: docker-image-miniconda3 - type: docker-image - source: - password: ((dockerhub_password)) - repository: continuumio/miniconda3 - username: condabot - -- name: docker-image-anaconda - type: docker-image - source: - password: ((dockerhub_password)) - repository: continuumio/anaconda - username: condabot - -- name: docker-image-anaconda2 - type: docker-image - source: - password: ((dockerhub_password)) - repository: continuumio/anaconda2 - username: condabot - -- name: docker-image-anaconda3 - type: docker-image - source: - password: ((dockerhub_password)) - repository: continuumio/anaconda3 - username: condabot - -- name: anaconda3-amd64-debian - type: docker-image - source: - password: ((dockerhub_password)) - repository: continuumio/anaconda3 - username: condabot - tag: 2021.05 - -- name: anaconda3-amd64-alpine - type: docker-image - source: - password: ((dockerhub_password)) - repository: continuumio/anaconda3 - username: condabot - tag: 2021.05-alpine - -- name: anaconda3-arm64-amazonlinux - type: docker-image - source: - password: ((dockerhub_password)) - repository: continuumio/anaconda3 - username: condabot - tag: 2021.05-amazonlinux - -jobs: - - name: build_miniconda - plan: - - get: docker-images - - put: docker-image-miniconda - params: - build: docker-images/miniconda/alpine - tag_file: docker-images/ci/miniconda-alpine - - put: docker-image-miniconda - params: - build: docker-images/miniconda/debian - tag_as_latest: true - tag_file: docker-images/ci/miniconda-debian - - name: build_miniconda2 - plan: - - get: docker-images - - put: docker-image-miniconda2 - params: - build: docker-images/miniconda/alpine - tag_file: docker-images/ci/miniconda-alpine - - put: docker-image-miniconda2 - params: - build: docker-images/miniconda/debian - tag_as_latest: true - tag_file: docker-images/ci/miniconda-debian - - name: build_miniconda3 - plan: - - get: docker-images - - put: docker-image-miniconda3 - params: - build: docker-images/miniconda3/alpine - tag_file: docker-images/ci/miniconda-alpine - - put: docker-image-miniconda3 - params: - build: docker-images/miniconda3/debian - tag_as_latest: true - tag_file: docker-images/ci/miniconda-debian - - - name: build_anaconda - plan: - - get: docker-images - - put: docker-image-anaconda - params: - build: docker-images/anaconda/alpine - tag_file: docker-images/ci/anaconda-alpine - - put: docker-image-anaconda - params: - build: docker-images/anaconda/debian - tag_as_latest: true - tag_file: docker-images/ci/anaconda-debian - - name: build_anaconda2 - plan: - - get: docker-images - - put: docker-image-anaconda2 - params: - build: docker-images/anaconda/alpine - tag_file: docker-images/ci/anaconda-alpine - - put: docker-image-anaconda2 - params: - build: docker-images/anaconda/debian - tag_as_latest: true - tag_file: docker-images/ci/anaconda-debian - - name: build_anaconda3 - plan: - - get: docker-images - - put: docker-image-anaconda3 - params: - build: docker-images/anaconda3/alpine - tag_file: docker-images/ci/anaconda-alpine - - put: docker-image-anaconda3 - params: - build: docker-images/anaconda3/debian - tag_as_latest: true - tag_file: docker-images/ci/anaconda-debian - - put: docker-image-anaconda3 - params: - build: docker-images/anaconda3/amazonlinux - tag_file: docker-images/ci/anaconda-amazonlinux - - name: build manifest from images - plan: - - get: anaconda3-amd64-debian - - get: anaconda3-amd64-alpine - - get: anaconda3-arm64-amazonlinux - - put: build manifest - params: - tag_file: docker-images/ci/anaconda-debian - manifests: - - arch: amd64 - os: linux - digest_file: anaconda3-amd64-debian/digest - - arch: amd64 - os: linux - digest_file: anaconda3-amd64-alpine/digest - - arch: arm64 - os: linux - digest_file: anaconda3-amazonlinux/digest diff --git a/ci/config.yaml b/ci/config.yaml deleted file mode 100644 index bfd28789..00000000 --- a/ci/config.yaml +++ /dev/null @@ -1,2 +0,0 @@ -recipe-repo-access-token: ((common.recipe-repo-access-token)) -dockerhub_password: ((docker-images.dockerhub_password)) diff --git a/ci/miniconda-alpine b/ci/miniconda-alpine deleted file mode 100644 index 887c446a..00000000 --- a/ci/miniconda-alpine +++ /dev/null @@ -1 +0,0 @@ -4.9.2-alpine diff --git a/ci/miniconda-debian b/ci/miniconda-debian deleted file mode 100644 index dad10c76..00000000 --- a/ci/miniconda-debian +++ /dev/null @@ -1 +0,0 @@ -4.9.2 diff --git a/miniconda3/alpine/Dockerfile b/miniconda3/alpine/Dockerfile deleted file mode 100644 index b7d95b83..00000000 --- a/miniconda3/alpine/Dockerfile +++ /dev/null @@ -1,26 +0,0 @@ -FROM frolvlad/alpine-glibc:alpine-3.17 - -LABEL maintainer="Anaconda, Inc" - -ENV PATH /opt/conda/bin:$PATH - -# Leave these args here to better use the Docker build cache -ARG CONDA_VERSION=py310_22.11.1-1 -ARG SHA256SUM=00938c3534750a0e4069499baf8f4e6dc1c2e471c86a59caa0dd03f4a9269db6 - -# hadolint ignore=DL3018 -RUN apk add -q --no-cache bash procps && \ - wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh -O miniconda.sh && \ - echo "${SHA256SUM} miniconda.sh" > miniconda.sha256 && \ - if ! sha256sum -cs miniconda.sha256; then exit 1; fi && \ - mkdir -p /opt && \ - sh miniconda.sh -b -p /opt/conda && \ - rm miniconda.sh miniconda.sha256 && \ - ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ - echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \ - echo "conda activate base" >> ~/.bashrc && \ - find /opt/conda/ -follow -type f -name '*.a' -delete && \ - find /opt/conda/ -follow -type f -name '*.js.map' -delete && \ - /opt/conda/bin/conda clean -afy - -CMD ["/bin/bash"] diff --git a/miniconda3/nanoserver/Dockerfile b/miniconda3/nanoserver/Dockerfile deleted file mode 100644 index b7419020..00000000 --- a/miniconda3/nanoserver/Dockerfile +++ /dev/null @@ -1,30 +0,0 @@ -FROM mcr.microsoft.com/windows/servercore:1809 AS buildbase - -WORKDIR /tmp - -# default and makes hadolint skip this intermediate container -SHELL [ "cmd", "/S", "/C" ] - -RUN powershell (New-Object System.Net.WebClient).DownloadFile('https://repo.anaconda.com/miniconda/Miniconda3-py39_4.10.3-Windows-x86_64.exe', 'Miniconda3.exe') && \ - powershell (Get-FileHash .\Miniconda3.exe).Hash -eq 'b33797064593ab2229a0135dc69001bea05cb56a20c2f243b1231213642e260a' && \ - powershell Unblock-File Miniconda3.exe && \ - Miniconda3.exe /InstallationType=JustMe /RegisterPython=1 /S /D=C:\Miniconda3 - -FROM mcr.microsoft.com/windows/nanoserver:1809 - -# default and makes hadolint skip this container -SHELL [ "cmd", "/S", "/C" ] - -COPY --from=buildbase C:/Miniconda3 C:/Miniconda3 - -USER ContainerAdministrator - -RUN C:\Miniconda3\Library\bin\conda init && \ - C:\Miniconda3\Library\bin\conda clean -afy - -# Test -RUN conda list && \ - conda create --name testenv numpy --dry-run && \ - conda clean -afy - -CMD ["cmd"] diff --git a/qa-images/s390x/README.md b/qa-images/s390x/README.md deleted file mode 100644 index 3116ae1c..00000000 --- a/qa-images/s390x/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# `Dockerfile`s for creating test images for QA to use. - -Based on [anaconda-pkg-build](https://github.com/ContinuumIO/docker-images/blob/master/anaconda-pkg-build/linux/Dockerfile). - -## Build examples - -``` -docker build -f ubuntu.Dockerfile -t anaconda-qa/ubuntu20 . -docker build -f clefos.Dockerfile -t anaconda-qa/clefos7 . -``` - -## Run examples - -``` -docker run -it --rm anaconda-qa/ubuntu20 -docker run -it --rm anaconda-qa/clefos7 -``` \ No newline at end of file diff --git a/qa-images/s390x/clefos.Dockerfile b/qa-images/s390x/clefos.Dockerfile deleted file mode 100644 index 30e2a509..00000000 --- a/qa-images/s390x/clefos.Dockerfile +++ /dev/null @@ -1,72 +0,0 @@ -# Dockerfile for container images that Anaconda, Inc. used to provide test containers for QA. - -ARG BASEVERSION=7 - -FROM clefos:${BASEVERSION} - -# hadolint ignore=DL3031,DL3033 -RUN yum install -q -y deltarpm \ - # Hack to force locale generation, if needed - && yum update -q -y glibc-common \ - && yum install -q -y \ - #---------------------------------------- - # X11-related libraries needed for various CDTs - #---------------------------------------- - libX11 \ - libXau \ - libxcb \ - libXcomposite \ - libXcursor \ - libXdamage \ - libXdmcp \ - libXext \ - libXfixes \ - libXi \ - libXinerama \ - libXrandr \ - libXrender \ - libXScrnSaver \ - libXt \ - libXtst \ - #---------------------------------------- - # MESA 3D graphics library - #---------------------------------------- - #mesa-libEGL \ - #mesa-libGL \ - #mesa-libGLU \ - #---------------------------------------- - # X11 virtual framebuffer; useful for testing GUI apps - #---------------------------------------- - xorg-x11-server-Xvfb \ - #---------------------------------------- - # Other hardware and low-level system libraries - #---------------------------------------- - #alsa-lib \ - #libselinux \ - #pam \ - #pciutils-libs \ - #---------------------------------------- - # Low-level and basic system utilities. - # - # NOTE: previous versions of this image included tools like `patch` - # and `make`; these days, we prefer package recipes list the - # equivalent conda packages as build dependencies, rather than - # assume the build container provides these tools. - #---------------------------------------- - curl \ - file \ - net-tools \ - openssh-clients \ - psmisc \ - rsync \ - util-linux \ - #wget \ - which \ - && yum clean all - -# Set the locale -ENV LANG en_US.UTF-8 -ENV LANGUAGE en_US:en -ENV LC_ALL en_US.UTF-8 - -CMD [ "/bin/bash" ] diff --git a/qa-images/s390x/ubuntu.Dockerfile b/qa-images/s390x/ubuntu.Dockerfile deleted file mode 100644 index fd6f9bed..00000000 --- a/qa-images/s390x/ubuntu.Dockerfile +++ /dev/null @@ -1,71 +0,0 @@ -# Dockerfile for container images that Anaconda, Inc. used to provide test containers for QA. - -ARG BASEVERSION=20.04 - -FROM ubuntu:${BASEVERSION} - -# hadolint ignore=DL3008 -RUN apt-get update \ - # # Hack to force locale generation, if needed - && apt-get install -q -y --no-install-recommends locales locales-all \ - && apt-get install -q -y --no-install-recommends \ - #---------------------------------------- - # X11-related libraries needed for various CDTs - #---------------------------------------- - libx11-6 \ - libxau6 \ - libxcb1 \ - libxcomposite1 \ - libxcursor1 \ - libxdamage1 \ - libxdmcp6 \ - libxext6 \ - libxfixes3 \ - libxi6 \ - libxinerama1 \ - libxrandr2 \ - libxrender1 \ - libxss1 \ - libxt6 \ - libxtst6 \ - #---------------------------------------- - # MESA 3D graphics library - #---------------------------------------- - #mesa-libEGL \ - #mesa-libGL \ - #mesa-libGLU \ - #---------------------------------------- - # X11 virtual framebuffer; useful for testing GUI apps - #---------------------------------------- - xvfb \ - #---------------------------------------- - # Other hardware and low-level system libraries - #---------------------------------------- - #alsa-lib \ - #libselinux \ - #pam \ - #pciutils-libs \ - #---------------------------------------- - # Low-level and basic system utilities. - # - # NOTE: previous versions of this image included tools like `patch` - # and `make`; these days, we prefer package recipes list the - # equivalent conda packages as build dependencies, rather than - # assume the build container provides these tools. - #---------------------------------------- - curl \ - file \ - net-tools \ - openssh-client \ - psmisc \ - rsync \ - util-linux \ - && apt-get clean \ - && rm -rf /var/lib/apt/lists/* - -# Set the locale -ENV LANG en_US.UTF-8 -ENV LANGUAGE en_US:en -ENV LC_ALL en_US.UTF-8 - -CMD [ "/usr/bin/bash" ] diff --git a/scripts/build_anaconda.sh b/scripts/build_anaconda.sh deleted file mode 100644 index af1a47e0..00000000 --- a/scripts/build_anaconda.sh +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/bash - -set -o errtrace -o nounset -o pipefail -o errexit - -function usage { - echo -e "Usage: ./build_anaconda.sh -v version [-r repository] \n" - exit 1 -} -REPO="continuumio" - -while [[ $# -gt 0 ]] -do -key="$1" - -case ${key} in - -v|--version) - VERSION="$2" - shift - shift - ;; - -r|--repository) - REPO="$2" - shift - shift - ;; - *) - usage - ;; -esac -done - -cd .. - -echo "ANACONDA3 ALPINE" - -pushd anaconda3/alpine -docker build . -t "${REPO}/anaconda3:${VERSION}-alpine" -popd - -echo "ANACONDA3 DEBIAN" - -pushd anaconda3/debian -docker build . -t "${REPO}/anaconda3:${VERSION}" -t "${REPO}/anaconda3:latest" -popd diff --git a/scripts/conda_build_in_docker.sh b/scripts/conda_build_in_docker.sh deleted file mode 100755 index 885ce8d8..00000000 --- a/scripts/conda_build_in_docker.sh +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/bash - -set -o errtrace -o nounset -o pipefail -o errexit -x - -# -# This script allows you to build (linux) conda recipes with the only requirement that you have docker installed -# -# Examples -# -------- -# -# $ mkdir /tmp/conda_pkg -# $ ./conda_build_in_docker.sh ~/vc/conda-recipes/jinja2 /tmp/conda_pkg -# $ ls /tmp/conda_pkg -# jinja2-2.7.3-py27_0.tar.bz2 repodata.json repodata.json.bz2 -# -# You can also run the script with custom channels: -# -# $ ./conda_build_in_docker.sh ~/vc/conda-recipes/jinja2 /tmp/conda_pkg stuarteberg,asmeurer -# -# -# Notes -# ----- -# Your user need to be in the docker group (docker is not invoked with "sudo"). -# To add your user to the docker group you may write: -# -# $ sudo adduser $(whoami) docker -# -# TODO -# ---- -# Provide an mechanism to re-use package cache between -# invocations. Could be a 4th positional argument: -# and then -v $ABS_PKG_CACHE:/opt/conda/pkgs - -ABS_RECIPE_PATH=$(unset CDPATH && cd "$1" && echo "${PWD}") -ABS_OUTPUT_PATH=$(unset CDPATH && cd "$2" && echo "${PWD}") -CONDA_ENVS="" -# shellcheck disable=SC2154 -if [[ -n "${CONDA_PY}" ]]; then - CONDA_ENVS="${CONDA_ENVS} -e CONDA_PY" -fi -# shellcheck disable=SC2154 -if [[ -n "${CONDA_NPY}" ]]; then - CONDA_ENVS="${CONDA_ENVS} -e CONDA_NPY" -fi -# Since docker run as uid 0 by default we export our uid and gid and set ownership -# of files in our volume /output before exiting the container. -# shellcheck disable=SC2086,SC2312 -cat <<'EOF' | docker run --rm ${CONDA_ENVS} -e CONDA_CHANNELS="$3" -e HOST_UID="$(id -u)" -e HOST_GID="$(id -g)" -v "${ABS_RECIPE_PATH}:/recipe:ro" -v "${ABS_OUTPUT_PATH}:/output" -i continuumio/anaconda bash -x -set -o errtrace -o nounset -o pipefail -o errexit -IFS=',' read -a array <<< "$CONDA_CHANNELS" -for element in "${array[@]}" -do - conda config --add channels "$element" -done -conda info -conda config --set always_yes true -conda install patchelf -conda update -n root conda-build -conda build /recipe -cp `conda info --root`/conda-bld/linux-64/* /output -chown $HOST_GID:$HOST_UID /output/* -EOF From ffad38500a0510c94289c03bc1f32a51f328e1e0 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:47:22 +0200 Subject: [PATCH 061/339] Switch from custom lint code to pre-commit and apply (#391) --- .dockerignore | 2 +- .github/hadolint-matcher.json | 15 --------------- .github/shellcheck-matcher.json | 17 ----------------- .github/workflows/lint.yml | 20 ++++++------------- .pre-commit-config.yaml | 34 +++++++++++++++++++++++++++++++++ Makefile | 17 ++--------------- 6 files changed, 43 insertions(+), 62 deletions(-) delete mode 100644 .github/hadolint-matcher.json delete mode 100644 .github/shellcheck-matcher.json create mode 100644 .pre-commit-config.yaml diff --git a/.dockerignore b/.dockerignore index 28856791..f4b11987 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,2 @@ .git -.github \ No newline at end of file +.github diff --git a/.github/hadolint-matcher.json b/.github/hadolint-matcher.json deleted file mode 100644 index f7209745..00000000 --- a/.github/hadolint-matcher.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "problemMatcher": [ - { - "owner": "hadolint", - "pattern": [ - { - "regexp": "(.*)\\:(\\d+)\\s(.*)", - "file": 1, - "line": 2, - "message": 3 - } - ] - } - ] -} diff --git a/.github/shellcheck-matcher.json b/.github/shellcheck-matcher.json deleted file mode 100644 index 1c8be36f..00000000 --- a/.github/shellcheck-matcher.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "problemMatcher": [ - { - "owner": "shellcheck", - "pattern": [ - { - "regexp": "^(.+):(\\d+):(\\d+):\\s(note|warning|error):\\s(.*)\\s\\[(SC\\d+)\\]$", - "file": 1, - "line": 2, - "column": 3, - "message": 5, - "code": 6 - } - ] - } - ] -} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 34997af6..edb77589 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: Lint with Hadolint +name: pre-commit on: push: branches: @@ -6,19 +6,11 @@ on: pull_request: jobs: - lint: + check: runs-on: ubuntu-latest steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - - name: Lint Dockerfiles - run: | - echo "::add-matcher::.github/hadolint-matcher.json" - make lint-docker - echo "::remove-matcher owner=hadolint::" - - name: Install shellcheck - run: sudo apt-get install -y shellcheck - - name: Lint Shell Scripts - run: | - echo "::add-matcher::.github/shellcheck-matcher.json" - make lint-sh - echo "::remove-matcher owner=shellcheck::" + - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4 + with: + python-version: '3.11' + - uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # tag=v3.0.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 00000000..957402ff --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,34 @@ +# Apply to all files without commiting: +# pre-commit run --all-files +# Update this file: +# pre-commit autoupdate +repos: + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.4.0 + hooks: + - id: check-added-large-files + - id: fix-byte-order-marker + - id: check-case-conflict + - id: check-merge-conflict + - id: check-yaml + - id: detect-private-key + - id: end-of-file-fixer + - id: mixed-line-ending + - id: trailing-whitespace + - repo: https://github.com/hadolint/hadolint + rev: v2.12.0 + hooks: + - id: hadolint-docker + - repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.24.1 + hooks: + - id: check-github-workflows + - id: check-renovate + - repo: https://github.com/codespell-project/codespell + rev: v2.2.5 + hooks: + - id: codespell + - repo: meta + hooks: + - id: check-hooks-apply + - id: check-useless-excludes diff --git a/Makefile b/Makefile index 54a25b77..828f4f09 100644 --- a/Makefile +++ b/Makefile @@ -1,19 +1,6 @@ SHELL := /bin/bash -o pipefail -o errexit -lint: lint-docker lint-sh - -lint-docker: - export LINT_ERRORS=0; \ - IFS=$$'\n'; for dockerfile in $(shell git ls-files | { grep Dockerfile || echo ""; }); do \ - docker run --rm -i -v "$$(pwd)":/workdir -w /workdir ghcr.io/hadolint/hadolint /bin/hadolint "$${dockerfile}" || LINT_ERRORS=$$((LINT_ERRORS+1)); \ - done; \ - exit "$${LINT_ERRORS}" - -lint-sh: - export LINT_ERRORS=0; \ - IFS=$$'\n'; for shellscript in $(shell git ls-files -z | xargs -0 file | grep "shell script" | cut -d: -f1 || echo ""); do \ - shellcheck --enable=all "$${shellscript}" || LINT_ERRORS=$$((LINT_ERRORS+1)); \ - done; \ - exit "$${LINT_ERRORS}" +lint: + pre-commit run --all-files .PHONY: $(MAKECMDGOALS) From c4672852ada101982d88380c6b6200eb84c19a95 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:17:29 +0200 Subject: [PATCH 062/339] Prepare switch of renaming master to main branch (#392) --- .github/workflows/anaconda_amazonlinux_ci.yml | 6 +++--- .github/workflows/anaconda_debian_ci.yml | 6 +++--- .github/workflows/anaconda_pkg_build_linux.yml | 10 +++++----- .github/workflows/concourse_rsync_resource.yml | 8 ++++---- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 6 +++--- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 8b69b62f..08c15a66 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -2,7 +2,7 @@ name: Build Anaconda3 amazonlinux Image on: push: branches: - - master + - main tags: - 'anaconda3-*' paths: @@ -22,7 +22,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 - if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -61,4 +61,4 @@ jobs: platforms: linux/arm64/v8 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }} + push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 61933485..97352e3c 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -2,7 +2,7 @@ name: Build Anaconda3 Debian Image on: push: branches: - - master + - main tags: - 'anaconda3-*' paths: @@ -22,7 +22,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 - if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -59,4 +59,4 @@ jobs: platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }} + push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 257ac2a7..5739595b 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -2,7 +2,7 @@ name: Build and publish Linux package builder images on: push: branches: - - master + - main tags: - 'pkg-build-*' paths: @@ -22,14 +22,14 @@ jobs: - name: Login to DockerHub uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 - if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 - if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws username: ${{ secrets.AWS_ACCESS_KEY_ID }} @@ -70,7 +70,7 @@ jobs: BASEVERSION=7 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }} + push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} - name: Docker meta for Concourse id: concourse-meta @@ -97,4 +97,4 @@ jobs: BASEVERSION=7 tags: ${{ steps.concourse-meta.outputs.tags }} labels: ${{ steps.concourse-meta.outputs.labels }} - push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }} + push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index a33c88ba..85f48f5e 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -2,7 +2,7 @@ name: Build and publish the concourse-rsync-resource image on: push: branches: - - master + - main tags: - 'crr-*' paths: @@ -24,14 +24,14 @@ jobs: - name: Login to DockerHub uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' with: registry: public.ecr.aws username: ${{ secrets.AWS_ACCESS_KEY_ID }} @@ -66,4 +66,4 @@ jobs: file: ./concourse-rsync-resource/Dockerfile tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }} + push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index edb77589..5999147b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,7 +2,7 @@ name: pre-commit on: push: branches: - - master + - main pull_request: jobs: diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 5acc93b7..cfbfe22a 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -2,7 +2,7 @@ name: Build Miniconda3 Debian Image on: push: branches: - - master + - main tags: - 'miniconda3-v*.*.*' paths: @@ -22,7 +22,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 - if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -58,4 +58,4 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x - push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }} + push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} From ee2fd7e00eedc4601ba0eeb67ccb58a6ad7d584f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:19:35 +0200 Subject: [PATCH 063/339] chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#393) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/c85c95e3d7251135ab7dc9ce3241c5835cc595a9...f43a0e5ff2bd294095638e18286ca9a3d1956744) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 08c15a66..ca96113d 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Login to DockerHub uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 97352e3c..8faa3e7d 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Login to DockerHub uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 5739595b..2ac2b7da 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Login to DockerHub uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 85f48f5e..1ef288ae 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5999147b..a0064bd4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index cfbfe22a..d717159a 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Login to DockerHub uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 From b403414485c6cf8a54c65d4b7f00fd4620a1878c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:33:29 +0200 Subject: [PATCH 064/339] chore(deps): bump actions/checkout from 3.6.0 to 4.0.0 (#395) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/f43a0e5ff2bd294095638e18286ca9a3d1956744...3df4ab11eba7bda6032a0b82a6bb43b11571feac) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index ca96113d..02602107 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 - name: Login to DockerHub uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 8faa3e7d..5c22f67d 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 - name: Login to DockerHub uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 2ac2b7da..e4309329 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 - name: Login to DockerHub uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 1ef288ae..774853e7 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a0064bd4..36207cde 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index d717159a..07d581e6 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 - name: Login to DockerHub uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 From ab988ef6abd7e94a8677614e71d8d07abd28c763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:05:17 +0200 Subject: [PATCH 065/339] chore(deps): bump docker/setup-buildx-action from 2.9.1 to 2.10.0 (#394) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/4c0219f9ac95b02789c1075625400b2acbff50b1...885d1462b80bc1c1c7f0b00334ad271f09369c55) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 02602107..73e15b13 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2 + uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 5c22f67d..4815d818 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2 + uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index e4309329..94f8fb88 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2 + uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 774853e7..fd236568 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2 + uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 07d581e6..2a7da650 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2 + uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 with: version: latest driver-opts: network=host From 9776f53b8d679c8a193682ddcf21aabbd5373833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:05:37 +0200 Subject: [PATCH 066/339] chore(deps): bump docker/build-push-action from 4.1.1 to 4.2.1 (#397) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 4.2.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/2eb1c1961a95fc15694676618e422e8ba1d63825...0a97817b6ade9f46837855d676c4cca3a2471fc9) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 73e15b13..546a74fc 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 4815d818..10176568 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 94f8fb88..66dd5426 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} @@ -87,7 +87,7 @@ jobs: latest=false - name: build-push pkg-builder-concourse - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index fd236568..77a33ca2 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -59,7 +59,7 @@ jobs: type=match,pattern=crr-(.*),group=1 - name: build-push - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: context: ./concourse-rsync-resource builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 2a7da650..42fc66a1 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From d75737e1d80a9204d46701e186de198e6bf536e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:17:47 +0200 Subject: [PATCH 067/339] chore(deps): bump docker/build-push-action from 4.2.1 to 5.0.0 (#398) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.1 to 5.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/0a97817b6ade9f46837855d676c4cca3a2471fc9...0565240e2d4ab88bba5387d719585280857ece09) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 546a74fc..e1dad1a7 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 10176568..222e3a8f 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 66dd5426..ee9e4473 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} @@ -87,7 +87,7 @@ jobs: latest=false - name: build-push pkg-builder-concourse - uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 77a33ca2..72fb8265 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -59,7 +59,7 @@ jobs: type=match,pattern=crr-(.*),group=1 - name: build-push - uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 with: context: ./concourse-rsync-resource builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 42fc66a1..f85d6ffc 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 44ea3152bdc46dd76824f9e788d12ead53bbe664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:22:02 +0200 Subject: [PATCH 068/339] chore(deps): bump docker/setup-buildx-action from 2.10.0 to 3.0.0 (#401) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.10.0 to 3.0.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/885d1462b80bc1c1c7f0b00334ad271f09369c55...f95db51fddba0c2d1ec667646a06c2ce06100226) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index e1dad1a7..cb5943f1 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 + uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 222e3a8f..4769a63f 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 + uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index ee9e4473..f48e69ce 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 + uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 72fb8265..5c31d1e4 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 + uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index f85d6ffc..f1fca314 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 + uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v2 with: version: latest driver-opts: network=host From 26916e936aaef37bb9f72e8439b32b4b4b30fd5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:22:21 +0200 Subject: [PATCH 069/339] chore(deps): bump docker/login-action from 2.2.0 to 3.0.0 (#400) Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/465a07811f14bebb1938fbed4728c6a1ff8901fc...343f7c4344506bcbf9b4de18042ae17996df046d) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 4 ++-- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index cb5943f1..a0efce81 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 4769a63f..6d5c921d 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index f48e69ce..8a730fa9 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 5c31d1e4..301e5f0d 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -23,14 +23,14 @@ jobs: submodules: true - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 if: github.ref == 'refs/heads/main' with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 if: github.ref == 'refs/heads/main' with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index f1fca314..6a99510c 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From 811b6b691d0759907b027f5d605e20791361a989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:22:37 +0200 Subject: [PATCH 070/339] chore(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#402) Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/2b82ce82d56a2a04d2637cd93a637ae1b359c0a7...68827325e0b33c7199eb31dd4e31fbe9023e06e3) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index a0efce81..8eec8469 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v2 with: platforms: linux/arm64/v8 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 6d5c921d..5c709633 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v2 with: platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 8a730fa9..9058f679 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v2 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 6a99510c..6f10dc02 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v2 with: platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x From 3eb24d2baa1ee610d806c51637c40fe6e5808117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:18:24 +0200 Subject: [PATCH 071/339] chore(deps): bump docker/metadata-action from 4.6.0 to 5.0.0 (#399) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.6.0 to 5.0.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/818d4b7b91585d195f67373fd9cb0332e31a7175...96383f45573cb7f253c731d3b3ab81c87ef81934) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 8eec8469..8025484f 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v4 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 5c709633..861798cf 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v4 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 9058f679..158472de 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v4 with: images: | continuumio/anaconda-pkg-build @@ -74,7 +74,7 @@ jobs: - name: Docker meta for Concourse id: concourse-meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v4 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 301e5f0d..e3c1675e 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -48,7 +48,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v4 with: images: | continuumio/concourse-rsync-resource diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 6f10dc02..8ec142f6 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v4 with: images: continuumio/miniconda3 tags: | From 18153a64db894b1d089b6ae8b07ddd7202fbd57c Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 08:24:36 +0200 Subject: [PATCH 072/339] chore(deps): update actions/checkout action to v4 (#412) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 8025484f..c4d23a42 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 861798cf..bdacaa78 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 158472de..a5d88268 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index e3c1675e..3e4a35ad 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 36207cde..d71a8ba8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 8ec142f6..4d39b416 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 From 8ca176f842baa33c35afdf68a525d56469eeaba5 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 08:25:12 +0200 Subject: [PATCH 073/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.26.3 (#411) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 957402ff..6dd444e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.24.1 + rev: 0.26.3 hooks: - id: check-github-workflows - id: check-renovate From b097672d37c0da5379742161595ce1011f52563c Mon Sep 17 00:00:00 2001 From: Anju <79927493+ansthomas@users.noreply.github.com> Date: Tue, 26 Sep 2023 08:37:41 -0500 Subject: [PATCH 074/339] Add docker image for LTS packages (#403) Co-authored-by: Anju Thomas Co-authored-by: Jean-Christophe Morin Co-authored-by: Jean-Christophe Morin <38703886+JeanChristopheMorinPerso@users.noreply.github.com> Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- .../anaconda_pkg_build_lts_linux.yml | 73 +++++++++++++++++++ anaconda-pkg-build-lts/linux/Dockerfile | 12 +++ 2 files changed, 85 insertions(+) create mode 100644 .github/workflows/anaconda_pkg_build_lts_linux.yml create mode 100644 anaconda-pkg-build-lts/linux/Dockerfile diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml new file mode 100644 index 00000000..af62c6dd --- /dev/null +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -0,0 +1,73 @@ +name: Build and publish Linux package builder images for LTS +on: + push: + branches: + - main + tags: + - 'lts-pkg-build-*' + paths: + - 'anaconda-pkg-build-lts/linux/Dockerfile' + - '.github/workflows/anaconda_pkg_build_lts_linux.yml' + pull_request: + paths: + - 'anaconda-pkg-build-lts/linux/Dockerfile' + - '.github/workflows/anaconda_pkg_build_lts_linux.yml' + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 + + - name: Login to DockerHub + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + + - name: Login to Public ECR + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') + with: + registry: public.ecr.aws + username: ${{ secrets.AWS_ACCESS_KEY_ID }} + password: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + env: + AWS_REGION: us-east-1 + + - name: Set up QEMU + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v2 + + - name: Set up Docker Buildx + id: buildx + uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v2 + with: + version: latest + driver-opts: network=host + + - name: Docker meta + id: meta + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v4 + with: + images: | + continuumio/anaconda-pkg-build + public.ecr.aws/y0o4y9o3/anaconda-pkg-build + tags: | + type=ref,event=branch,suffix=-lts + type=ref,event=pr,suffix=-lts + type=match,pattern=lts-pkg-build-(.*),group=1,suffix=-lts + + - name: build-push pkg-builder + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 + with: + context: ./anaconda-pkg-build-lts/linux + builder: ${{ steps.buildx.outputs.name }} + file: ./anaconda-pkg-build-lts/linux/Dockerfile + platforms: linux/amd64,linux/ppc64le,linux/arm64/v8,linux/s390x + build-args: | + BASEVERSION=7 + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/anaconda-pkg-build-lts/linux/Dockerfile b/anaconda-pkg-build-lts/linux/Dockerfile new file mode 100644 index 00000000..1ea9445e --- /dev/null +++ b/anaconda-pkg-build-lts/linux/Dockerfile @@ -0,0 +1,12 @@ +# Dockerfile for container images that Anaconda, Inc. uses to build conda +# packages released on the "defaults" (repo.anaconda.com) channels. + +FROM continuumio/anaconda-pkg-build:2023.03.28 + +RUN /opt/conda/bin/conda install --quiet --yes jcmorin-ana-org::anaconda-time-machine=0.4.0 \ + && /opt/conda/bin/conda update --quiet --yes conda conda-build \ + && /opt/conda/bin/conda clean --index-cache --yes + +ENV PATH="/opt/conda/bin:${PATH}" + +CMD [ "/bin/bash" ] From 2eb07d3901ea42e11f5182a804a87d168a6dabbb Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:09:59 +0200 Subject: [PATCH 075/339] chore(deps): update docker/setup-qemu-action digest to 2b82ce8 (#410) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index c4d23a42..67b2c663 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v2 + uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 with: platforms: linux/arm64/v8 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index bdacaa78..0b109d66 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v2 + uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 with: platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index a5d88268..a072f13b 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v2 + uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 4d39b416..7ddccd53 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v2 + uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 with: platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x From 2bf853c769c8f4f321c21a69634f574ffe52a8b2 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:10:10 +0200 Subject: [PATCH 076/339] chore(deps): update docker/setup-buildx-action digest to 885d146 (#409) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 67b2c663..77968b34 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v2 + uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 0b109d66..11488706 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v2 + uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index a072f13b..852d2d35 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v2 + uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 3e4a35ad..a12cee7a 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v2 + uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 7ddccd53..7544a15b 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v2 + uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 with: version: latest driver-opts: network=host From f586e46f04c90bd8f3ee40503c04afa354eb597a Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:10:21 +0200 Subject: [PATCH 077/339] chore(deps): update docker/metadata-action digest to 818d4b7 (#408) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 77968b34..b3adcc8c 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v4 + uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 11488706..addce876 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v4 + uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 852d2d35..d201b784 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v4 + uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 with: images: | continuumio/anaconda-pkg-build @@ -74,7 +74,7 @@ jobs: - name: Docker meta for Concourse id: concourse-meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v4 + uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index a12cee7a..65b4a5a7 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -48,7 +48,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v4 + uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 with: images: | continuumio/concourse-rsync-resource diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 7544a15b..e8671ce9 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v4 + uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 with: images: continuumio/miniconda3 tags: | From 90adc4a2c55a30862ce21794b537c245b40d97cd Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:10:33 +0200 Subject: [PATCH 078/339] chore(deps): update docker/login-action digest to 465a078 (#407) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 4 ++-- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index b3adcc8c..401f9f68 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index addce876..b0a98cf8 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index d201b784..f5e47d5a 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 65b4a5a7..519e09d4 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -23,14 +23,14 @@ jobs: submodules: true - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/main' with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/main' with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index e8671ce9..2d17d229 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From bd9c2fe9aed3bd9cf7be9abcc55531cc455148e9 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:11:10 +0200 Subject: [PATCH 079/339] chore(deps): update docker/build-push-action digest to 0a97817 (#406) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 401f9f68..7f23c2b2 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index b0a98cf8..6b7a3f53 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index f5e47d5a..851f62c6 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} @@ -87,7 +87,7 @@ jobs: latest=false - name: build-push pkg-builder-concourse - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 519e09d4..d994e034 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -59,7 +59,7 @@ jobs: type=match,pattern=crr-(.*),group=1 - name: build-push - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: context: ./concourse-rsync-resource builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 2d17d229..3de1c29d 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 0f5ddda38d84909f656398b5e8c25c40afe9525c Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:04:19 +0200 Subject: [PATCH 080/339] Disable latest tag for lts container (#415) --- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index af62c6dd..c2c99405 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -58,6 +58,8 @@ jobs: type=ref,event=branch,suffix=-lts type=ref,event=pr,suffix=-lts type=match,pattern=lts-pkg-build-(.*),group=1,suffix=-lts + flavor: | + latest=false - name: build-push pkg-builder uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 From 752b2d84e020c93eaa5b27631fb20e1f5cf2f636 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Morin <38703886+JeanChristopheMorinPerso@users.noreply.github.com> Date: Wed, 27 Sep 2023 05:36:30 -0400 Subject: [PATCH 081/339] Update the time machine plugin in the LTS image (#416) --- anaconda-pkg-build-lts/linux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anaconda-pkg-build-lts/linux/Dockerfile b/anaconda-pkg-build-lts/linux/Dockerfile index 1ea9445e..9eb1f1f1 100644 --- a/anaconda-pkg-build-lts/linux/Dockerfile +++ b/anaconda-pkg-build-lts/linux/Dockerfile @@ -3,7 +3,7 @@ FROM continuumio/anaconda-pkg-build:2023.03.28 -RUN /opt/conda/bin/conda install --quiet --yes jcmorin-ana-org::anaconda-time-machine=0.4.0 \ +RUN /opt/conda/bin/conda install --quiet --yes jcmorin-ana-org::anaconda-time-machine=0.5.0 \ && /opt/conda/bin/conda update --quiet --yes conda conda-build \ && /opt/conda/bin/conda clean --index-cache --yes From b8dad58638eeee932337f30458669e8658a8e3df Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:37:20 +0200 Subject: [PATCH 082/339] chore(deps): update actions/checkout action to v4 (#422) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index c2c99405..95ca1d7e 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 From 92d90d98586f6c704d207e4d5666b4ff2822d1c1 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:37:36 +0200 Subject: [PATCH 083/339] chore(deps): update docker/build-push-action action to v5 (#423) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 7f23c2b2..7c27e04d 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 6b7a3f53..6e7a210f 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 851f62c6..254168cc 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} @@ -87,7 +87,7 @@ jobs: latest=false - name: build-push pkg-builder-concourse - uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 95ca1d7e..a996f559 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -62,7 +62,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 with: context: ./anaconda-pkg-build-lts/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index d994e034..3d42fb35 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -59,7 +59,7 @@ jobs: type=match,pattern=crr-(.*),group=1 - name: build-push - uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 with: context: ./concourse-rsync-resource builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 3de1c29d..8a59244a 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From e7e9d9a2398a396e755741297b0a2d5902f9e569 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:37:51 +0200 Subject: [PATCH 084/339] chore(deps): update docker/login-action action to v3 (#424) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_lts_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 4 ++-- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 7c27e04d..15ac069e 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 6e7a210f..e114629b 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 254168cc..13718ab7 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index a996f559..9d98d7b0 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 3d42fb35..f7391e9e 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -23,14 +23,14 @@ jobs: submodules: true - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 8a59244a..64894d9f 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From b4c4c8ef87f418e6d44199c084df8ddba4280e85 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:38:04 +0200 Subject: [PATCH 085/339] chore(deps): update docker/metadata-action action to v5 (#425) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 15ac069e..e284b9e9 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index e114629b..4940fa41 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 13718ab7..193ee76d 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5 with: images: | continuumio/anaconda-pkg-build @@ -74,7 +74,7 @@ jobs: - name: Docker meta for Concourse id: concourse-meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 9d98d7b0..553ea294 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v4 + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index f7391e9e..8b8c2509 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -48,7 +48,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5 with: images: | continuumio/concourse-rsync-resource diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 64894d9f..e0038da6 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4 + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5 with: images: continuumio/miniconda3 tags: | From b3e24fc6dbc175b4e2b2fc12c48e7274465414aa Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:08:24 +0200 Subject: [PATCH 086/339] chore(deps): update docker/setup-qemu-action action to v3 (#432) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index e284b9e9..9d362540 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 with: platforms: linux/arm64/v8 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 4940fa41..0810e3f7 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 with: platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 193ee76d..8b34b320 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 553ea294..5dfa90ba 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v2 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index e0038da6..c18da838 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 with: platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x From 5334373ed281f432db8889be218af049ee24e35b Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:08:38 +0200 Subject: [PATCH 087/339] chore(deps): update docker/setup-buildx-action action to v3 (#431) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 9d362540..b14b2941 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 + uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 0810e3f7..f0bef499 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 + uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 8b34b320..402c05f3 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 + uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 5dfa90ba..6f12d866 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v2 + uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 8b8c2509..f095685e 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 + uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index c18da838..f8b6c885 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 + uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 with: version: latest driver-opts: network=host From 9cd2b651ab6f3be2ab477bd7b4b46898a010ef38 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:12:12 +0200 Subject: [PATCH 088/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.0 (#433) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6dd444e2..29a8d73b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.26.3 + rev: 0.27.0 hooks: - id: check-github-workflows - id: check-renovate From 1f05de9450d2d7de5ca2d2325dccae9ce69e7492 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:44:11 +0200 Subject: [PATCH 089/339] Add anaconda-pkg-base image (#434) Identiacally to the anaconda-pkg-build image, but without miniconda3 pre-installed. This allows testing of miniconda3/anaconda3/other installers including testing conda-build. --- anaconda-pkg-base/linux/README.md | 25 ++++++ anaconda-pkg-base/linux/defaults.Dockerfile | 85 +++++++++++++++++++++ anaconda-pkg-base/linux/ubuntu.Dockerfile | 69 +++++++++++++++++ 3 files changed, 179 insertions(+) create mode 100644 anaconda-pkg-base/linux/README.md create mode 100644 anaconda-pkg-base/linux/defaults.Dockerfile create mode 100644 anaconda-pkg-base/linux/ubuntu.Dockerfile diff --git a/anaconda-pkg-base/linux/README.md b/anaconda-pkg-base/linux/README.md new file mode 100644 index 00000000..297eb0f2 --- /dev/null +++ b/anaconda-pkg-base/linux/README.md @@ -0,0 +1,25 @@ +# Base `Dockerfile`s for testing on linux-{amd64, aarch64, ppc64le, s390x} + +Based on [anaconda-pkg-build](https://github.com/ContinuumIO/docker-images/blob/master/anaconda-pkg-build/linux/Dockerfile), but without miniconda3 pre-installed. This allows testing of miniconda3/anaconda3/other installers including testing conda-build. + + +## Build examples + +``` +docker build -f ubuntu.Dockerfile -t anaconda-base/ubuntu2004 . +docker build -f defaults.Dockerfile -t anaconda-base/defaults . +``` + +## Run examples + +``` +docker run -it --rm anaconda-base/ubuntu2004 +docker run -it --rm anaconda-base/defaults +``` + +The images can also be used with Dockers platform emulation via qemu: + +* Required once to enable cross-platform emulation: `docker run --privileged --rm tonistiigi/binfmt --install all` +* Building/running with the `--platform` arg: + * `docker build --platform linux/s390x -f ubuntu.Dockerfile -t anaconda-base/ubuntu2004` + * `docker run --platform linux/s390x -it --rm anaconda-base/ubuntu2004` diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile new file mode 100644 index 00000000..6cfe04f1 --- /dev/null +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -0,0 +1,85 @@ +ARG BASEVERSION=7 + +FROM centos:${BASEVERSION} AS base-amd64 + +FROM centos:${BASEVERSION} AS base-ppc64le + +FROM amazonlinux:2 AS base-arm64 + +FROM clefos:${BASEVERSION} AS base-s390x + +# hadolint ignore=DL3006 +FROM base-$TARGETARCH + +# hadolint ignore=DL3031,DL3033 +RUN yum install -q -y deltarpm \ + # Hack to force locale generation, if needed + && yum update -q -y glibc-common \ + && yum install -q -y \ + #---------------------------------------- + # X11-related libraries needed for various CDTs + #---------------------------------------- + libX11 \ + libXau \ + libxcb \ + libXcomposite \ + libXcursor \ + libXdamage \ + libXdmcp \ + libXext \ + libXfixes \ + libXi \ + libXinerama \ + libXrandr \ + libXrender \ + libXScrnSaver \ + libXt \ + libXtst \ + #---------------------------------------- + # MESA 3D graphics library + #---------------------------------------- + #mesa-libEGL \ + #mesa-libGL \ + #mesa-libGLU \ + #---------------------------------------- + # Vendor-neutral OpenGL + #---------------------------------------- + libglvnd-opengl \ + #---------------------------------------- + # X11 virtual framebuffer; useful for testing GUI apps + #---------------------------------------- + xorg-x11-server-Xvfb \ + #---------------------------------------- + # Other hardware and low-level system libraries + #---------------------------------------- + #alsa-lib \ + #libselinux \ + #pam \ + #pciutils-libs \ + #---------------------------------------- + # Low-level and basic system utilities. + # + # NOTE: previous versions of this image included tools like `patch` + # and `make`; these days, we prefer package recipes list the + # equivalent conda packages as build dependencies, rather than + # assume the build container provides these tools. + #---------------------------------------- + curl \ + file \ + net-tools \ + openssh-clients \ + procps-ng \ + psmisc \ + rsync \ + tar \ + util-linux \ + #wget \ + which \ + && yum clean all + +# Set the locale +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US:en +ENV LC_ALL en_US.UTF-8 + +CMD [ "/bin/bash" ] diff --git a/anaconda-pkg-base/linux/ubuntu.Dockerfile b/anaconda-pkg-base/linux/ubuntu.Dockerfile new file mode 100644 index 00000000..f0be55b3 --- /dev/null +++ b/anaconda-pkg-base/linux/ubuntu.Dockerfile @@ -0,0 +1,69 @@ +ARG BASEVERSION=20.04 + +FROM ubuntu:${BASEVERSION} + +# hadolint ignore=DL3008 +RUN apt-get update \ + # # Hack to force locale generation, if needed + && apt-get install -q -y --no-install-recommends locales locales-all \ + && apt-get install -q -y --no-install-recommends \ + #---------------------------------------- + # X11-related libraries needed for various CDTs + #---------------------------------------- + libx11-6 \ + libxau6 \ + libxcb1 \ + libxcomposite1 \ + libxcursor1 \ + libxdamage1 \ + libxdmcp6 \ + libxext6 \ + libxfixes3 \ + libxi6 \ + libxinerama1 \ + libxrandr2 \ + libxrender1 \ + libxss1 \ + libxt6 \ + libxtst6 \ + #---------------------------------------- + # MESA 3D graphics library + #---------------------------------------- + #mesa-libEGL \ + #mesa-libGL \ + #mesa-libGLU \ + #---------------------------------------- + # X11 virtual framebuffer; useful for testing GUI apps + #---------------------------------------- + xvfb \ + #---------------------------------------- + # Other hardware and low-level system libraries + #---------------------------------------- + #alsa-lib \ + #libselinux \ + #pam \ + #pciutils-libs \ + #---------------------------------------- + # Low-level and basic system utilities. + # + # NOTE: previous versions of this image included tools like `patch` + # and `make`; these days, we prefer package recipes list the + # equivalent conda packages as build dependencies, rather than + # assume the build container provides these tools. + #---------------------------------------- + curl \ + file \ + net-tools \ + openssh-client \ + psmisc \ + rsync \ + util-linux \ + && apt-get clean \ + && rm -rf /var/lib/apt/lists/* + +# Set the locale +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US:en +ENV LC_ALL en_US.UTF-8 + +CMD [ "/usr/bin/bash" ] From 0a0605977202b8b538a2ec23eef0f4972ef7c1d4 Mon Sep 17 00:00:00 2001 From: Jaida Rice <100002667+Jrice1317@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:13:54 -0700 Subject: [PATCH 090/339] Update links and hashes (#435) Co-authored-by: Paul Yim --- anaconda3/amazonlinux/Dockerfile | 2 +- anaconda3/debian/Dockerfile | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 297bf715..68745aa9 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -25,7 +25,7 @@ RUN yum install -y \ subversion && \ yum clean all && \ rm -rf /var/cache/yum && \ - wget --quiet https://repo.anaconda.com/archive/Anaconda3-2023.07-1-Linux-aarch64.sh -O ~/anaconda.sh && \ + wget --quiet https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-aarch64.sh -O ~/anaconda.sh && \ /bin/bash ~/anaconda.sh -b -p /opt/conda && \ rm ~/anaconda.sh && \ ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 140a9eaa..3ddc7200 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -30,17 +30,17 @@ RUN set -x && \ && rm -rf /var/lib/apt/lists/* && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.07-1-Linux-x86_64.sh"; \ - SHA256SUM="111ce0a7f26e606863008a9519fd608b1493e483b6f487aea71d82b13fe0967e"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-x86_64.sh"; \ + SHA256SUM="6c8a4abb36fbb711dc055b7049a23bbfd61d356de9468b41c5140f8a11abd851"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.07-1-Linux-s390x.sh"; \ - SHA256SUM="49aad1bc077334f30177443c234f3c982f1c9751fc78c4c29fb4cf736e4f61ef"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-s390x.sh"; \ + SHA256SUM="ee817071a2ad94e044fb48061a721bc86606b2f4906b705e4f42177eeb3ca7c5"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.07-1-Linux-aarch64.sh"; \ - SHA256SUM="2ebe549375f3f5ffec9558a8a8405ebd697e69c8133b8f9c1c5cd4ff69d1cc74"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-aarch64.sh"; \ + SHA256SUM="69ee26361c1ec974199bce5c0369e3e9a71541de7979d2b9cfa4af556d1ae0ea"; \ elif [ "${UNAME_M}" = "ppc64le" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.07-1-Linux-ppc64le.sh"; \ - SHA256SUM="ee149f55ebdd3f15fc1db4e9cddb5126da62e7a193fa15026c9fa009a2575d0a"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-ppc64le.sh"; \ + SHA256SUM="5ea1ed9808af95eb2655fe6a4ffdb66bea66ecd1d053fc2ee69eacc7685ef665"; \ fi && \ wget "${ANACONDA_URL}" -O anaconda.sh -q && \ echo "${SHA256SUM} anaconda.sh" > shasum && \ From f323123c9735cbfeb417476fb159d67587fa9c52 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:37:57 +0200 Subject: [PATCH 091/339] chore(deps): update actions/setup-python digest to 65d7f2d (#439) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d71a8ba8..dfc715d6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4 + - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 with: python-version: '3.11' - uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # tag=v3.0.0 From 3910c5e674cdb0460f191ed7b2d0eddc8357e5ba Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:38:27 +0200 Subject: [PATCH 092/339] chore(deps): update pre-commit hook codespell-project/codespell to v2.2.6 (#437) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29a8d73b..5dc4ee1f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: check-github-workflows - id: check-renovate - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell - repo: meta From 15b2802b03da350e07d31a95cb9f3741f820facd Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:38:57 +0200 Subject: [PATCH 093/339] chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v4.5.0 (#441) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5dc4ee1f..f7bc0980 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ # pre-commit autoupdate repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: fix-byte-order-marker From e70ef1ba44da6230d90beae623cd247aa9d5d5ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:39:59 +0200 Subject: [PATCH 094/339] chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#442) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index b14b2941..23fa20d7 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index f0bef499..309eb414 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 402c05f3..92c38831 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 6f12d866..57b8aa16 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index f095685e..afc7154c 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dfc715d6..782cc87f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index f8b6c885..cb0ef8d5 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 From 8ea62c67c178ad4a8e78aa112992817adb634970 Mon Sep 17 00:00:00 2001 From: Jaida Rice <100002667+Jrice1317@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:31:39 -0700 Subject: [PATCH 095/339] Update conda version and hashes (#443) --- miniconda3/debian/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index f41890b5..3dbf9cec 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -27,22 +27,22 @@ ENV PATH /opt/conda/bin:$PATH CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache -ARG CONDA_VERSION=py311_23.5.2-0 +ARG CONDA_VERSION=py311_23.9.0-0 RUN set -x && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh"; \ - SHA256SUM="634d76df5e489c44ade4085552b97bebc786d49245ed1a830022b0b406de5817"; \ + SHA256SUM="43651393236cb8bb4219dcd429b3803a60f318e5507d8d84ca00dafa0c69f1bb"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-s390x.sh"; \ - SHA256SUM="221a4cd7f0a9275c3263efa07fa37385746de884f4306bb5d1fe5733ca770550"; \ + SHA256SUM="707c68e25c643c84036a16acdf836a3835ea75ffd2341c05ec2da6db1f3e9963"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-aarch64.sh"; \ - SHA256SUM="3962738cfac270ae4ff30da0e382aecf6b3305a12064b196457747b157749a7a"; \ + SHA256SUM="1242847b34b23353d429fcbcfb6586f0c373e63070ad7d6371c23ddbb577778a"; \ elif [ "${UNAME_M}" = "ppc64le" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-ppc64le.sh"; \ - SHA256SUM="92237cb2a443dd15005ec004f2f744b14de02cd5513a00983c2f191eb43d1b29"; \ + SHA256SUM="07b53e411c2e4423bd34c3526d6644b916c4b2143daa8fbcb36b8ead412239b9"; \ fi && \ wget "${MINICONDA_URL}" -O miniconda.sh -q && \ echo "${SHA256SUM} miniconda.sh" > shasum && \ From ebc26fe510afb782743805c76b74c0e8c558318c Mon Sep 17 00:00:00 2001 From: Paul Yim Date: Thu, 16 Nov 2023 16:06:23 -0500 Subject: [PATCH 096/339] Updates for Miniconda3-23.10.0-1 (#446) --- miniconda3/debian/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 3dbf9cec..4abb2ca7 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -27,22 +27,22 @@ ENV PATH /opt/conda/bin:$PATH CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache -ARG CONDA_VERSION=py311_23.9.0-0 +ARG CONDA_VERSION=py311_23.10.0-1 RUN set -x && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh"; \ - SHA256SUM="43651393236cb8bb4219dcd429b3803a60f318e5507d8d84ca00dafa0c69f1bb"; \ + SHA256SUM="d0643508fa49105552c94a523529f4474f91730d3e0d1f168f1700c43ae67595"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-s390x.sh"; \ - SHA256SUM="707c68e25c643c84036a16acdf836a3835ea75ffd2341c05ec2da6db1f3e9963"; \ + SHA256SUM="ae212385c9d7f7473da7401d3f5f6cbbbc79a1fce730aa48531947e9c07e0808"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-aarch64.sh"; \ - SHA256SUM="1242847b34b23353d429fcbcfb6586f0c373e63070ad7d6371c23ddbb577778a"; \ + SHA256SUM="a60e70ad7e8ac5bb44ad876b5782d7cdc66e10e1f45291b29f4f8d37cc4aa2c8"; \ elif [ "${UNAME_M}" = "ppc64le" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-ppc64le.sh"; \ - SHA256SUM="07b53e411c2e4423bd34c3526d6644b916c4b2143daa8fbcb36b8ead412239b9"; \ + SHA256SUM="1a2eda0a9a52a4bd058abbe9de5bb2bc751fcd7904c4755deffdf938d6f4436e"; \ fi && \ wget "${MINICONDA_URL}" -O miniconda.sh -q && \ echo "${SHA256SUM} miniconda.sh" > shasum && \ From 0e9dc6e6d729ca6d5ccd29557e648ebc342aac9b Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:31:24 +0100 Subject: [PATCH 097/339] chore(deps): update docker/build-push-action digest to 4a13e50 (#447) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 23fa20d7..9cbe4624 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 309eb414..69d5dcba 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 92c38831..d54b6a8b 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} @@ -87,7 +87,7 @@ jobs: latest=false - name: build-push pkg-builder-concourse - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 57b8aa16..63053d99 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -62,7 +62,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 with: context: ./anaconda-pkg-build-lts/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index afc7154c..e4f86780 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -59,7 +59,7 @@ jobs: type=match,pattern=crr-(.*),group=1 - name: build-push - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 with: context: ./concourse-rsync-resource builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index cb0ef8d5..b3828073 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 0523e5db798212c870688facddc549d4d060c88e Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:31:47 +0100 Subject: [PATCH 098/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.1 (#445) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7bc0980..32291e28 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.0 + rev: 0.27.1 hooks: - id: check-github-workflows - id: check-renovate From 4fff7dd3e28551cfcfdcbeba0b408b1879b04731 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:59:09 +0100 Subject: [PATCH 099/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.2 (#449) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32291e28..2088f60d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.1 + rev: 0.27.2 hooks: - id: check-github-workflows - id: check-renovate From f37639d38c8ac2dd614b50931547f3bee4a7ea00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:29:03 +0100 Subject: [PATCH 100/339] chore(deps): bump docker/metadata-action from 5.0.0 to 5.2.0 (#452) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.2.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/96383f45573cb7f253c731d3b3ab81c87ef81934...e6428a5c4e294a61438ed7f43155db912025b6b3) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 9cbe4624..ac9f9b81 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5 + uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 69d5dcba..76465553 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5 + uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index d54b6a8b..27b13164 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5 + uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5 with: images: | continuumio/anaconda-pkg-build @@ -74,7 +74,7 @@ jobs: - name: Docker meta for Concourse id: concourse-meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5 + uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 63053d99..78217067 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5 + uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index e4f86780..9e7988ec 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -48,7 +48,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5 + uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5 with: images: | continuumio/concourse-rsync-resource diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index b3828073..d69a6446 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5 + uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5 with: images: continuumio/miniconda3 tags: | From e606b47bef35e1dce481825a213f7bdb109082ef Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Tue, 19 Dec 2023 07:28:48 -0800 Subject: [PATCH 101/339] Update to Miniconda 23.11.0 (#456) * Deprecate ppc64le * Update Miniconda to v23.11.0 * Remove ppc64le from workflow run --- .github/workflows/miniconda_debian_ci.yml | 4 ++-- miniconda3/debian/Dockerfile | 11 ++++------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index d69a6446..0e7bcc3f 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -30,7 +30,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 with: - platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x + platforms: linux/amd64,linux/arm64,linux/s390x - name: Set up Docker Buildx id: buildx @@ -57,5 +57,5 @@ jobs: file: ./miniconda3/debian/Dockerfile tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x + platforms: linux/amd64,linux/arm64,linux/s390x push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 4abb2ca7..64a3249d 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -27,22 +27,19 @@ ENV PATH /opt/conda/bin:$PATH CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache -ARG CONDA_VERSION=py311_23.10.0-1 +ARG CONDA_VERSION=py311_23.11.0-1 RUN set -x && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh"; \ - SHA256SUM="d0643508fa49105552c94a523529f4474f91730d3e0d1f168f1700c43ae67595"; \ + SHA256SUM="5b3cefe534e23541f5f703f40d4818e361c3615dbf14651a0f29554c3fc3d0fd"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-s390x.sh"; \ - SHA256SUM="ae212385c9d7f7473da7401d3f5f6cbbbc79a1fce730aa48531947e9c07e0808"; \ + SHA256SUM="04586c734987a39114b81384014c2cfa89360c518371b6fa249d3062efca27fe"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-aarch64.sh"; \ - SHA256SUM="a60e70ad7e8ac5bb44ad876b5782d7cdc66e10e1f45291b29f4f8d37cc4aa2c8"; \ - elif [ "${UNAME_M}" = "ppc64le" ]; then \ - MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-ppc64le.sh"; \ - SHA256SUM="1a2eda0a9a52a4bd058abbe9de5bb2bc751fcd7904c4755deffdf938d6f4436e"; \ + SHA256SUM="63c06a1974695e50bbe767a030903d169e637e42d5b7b6d30876b19a01fbbad8"; \ fi && \ wget "${MINICONDA_URL}" -O miniconda.sh -q && \ echo "${SHA256SUM} miniconda.sh" > shasum && \ From bcc7ec4835b84b6e62c35aae7c3a7f9112e6a118 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 17:05:21 +0100 Subject: [PATCH 102/339] chore(deps): update actions/setup-python action to v5 (#459) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 782cc87f..ca0598e1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 + - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 with: python-version: '3.11' - uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # tag=v3.0.0 From 4d4432b1471fed719d665032efe1c44465c7762f Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 17:05:34 +0100 Subject: [PATCH 103/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.3 (#458) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2088f60d..111fd19f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.2 + rev: 0.27.3 hooks: - id: check-github-workflows - id: check-renovate From fbb54254a36dae99744cf5a035d0eaa0c75199e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 17:06:09 +0100 Subject: [PATCH 104/339] chore(deps): bump docker/metadata-action from 5.2.0 to 5.4.0 (#457) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.2.0 to 5.4.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/e6428a5c4e294a61438ed7f43155db912025b6b3...9dc751fe249ad99385a2583ee0d084c400eee04e) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index ac9f9b81..4cf9bc6b 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5 + uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 76465553..92a738e3 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5 + uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 27b13164..8123c10d 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5 + uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5 with: images: | continuumio/anaconda-pkg-build @@ -74,7 +74,7 @@ jobs: - name: Docker meta for Concourse id: concourse-meta - uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5 + uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 78217067..fc5a4269 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5 + uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 9e7988ec..0e57d713 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -48,7 +48,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5 + uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5 with: images: | continuumio/concourse-rsync-resource diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 0e7bcc3f..18043baf 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5 + uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5 with: images: continuumio/miniconda3 tags: | From e5d7116df70193c02f6cb62f95de79e0455ef831 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:07:53 +0100 Subject: [PATCH 105/339] chore(deps): update docker/metadata-action digest to dbef880 (#451) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 4cf9bc6b..2deaee3a 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5 + uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 92a738e3..61cfa81c 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5 + uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 8123c10d..d571a57c 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5 + uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 with: images: | continuumio/anaconda-pkg-build @@ -74,7 +74,7 @@ jobs: - name: Docker meta for Concourse id: concourse-meta - uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5 + uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index fc5a4269..c63b0941 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5 + uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 0e57d713..0a16ed42 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -48,7 +48,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5 + uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 with: images: | continuumio/concourse-rsync-resource diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 18043baf..2f618645 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5 + uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 with: images: continuumio/miniconda3 tags: | From efc17b36427f41fe049afd6fc1205aebf5cb052d Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:15:58 +0100 Subject: [PATCH 106/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.4 (#461) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 111fd19f..63e987d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.3 + rev: 0.27.4 hooks: - id: check-github-workflows - id: check-renovate From 8b76c31c1b514f3d4105ad0e4002c6596f277fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:16:17 +0100 Subject: [PATCH 107/339] chore(deps): bump docker/metadata-action from 5.5.0 to 5.5.1 (#464) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/dbef88086f6cef02e264edb7dbf63250c17cef6c...8e5442c4ef9f78752691e2d8f8d19755c6f78e81) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 2deaee3a..e9781ccb 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 61cfa81c..2c48bf98 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index d571a57c..d3c417ce 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 with: images: | continuumio/anaconda-pkg-build @@ -74,7 +74,7 @@ jobs: - name: Docker meta for Concourse id: concourse-meta - uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index c63b0941..907a40a2 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 0a16ed42..3edc4453 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -48,7 +48,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 with: images: | continuumio/concourse-rsync-resource diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 2f618645..a2cdb55c 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 with: images: continuumio/miniconda3 tags: | From 80d3fabd03248d1db9f8653b1764a13fa9839b85 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:16:37 +0100 Subject: [PATCH 108/339] chore(deps): update docker/metadata-action digest to 8e5442c (#462) Co-authored-by: anaconda-renovate[bot] From 5fc0dc577d16d85222af89f1db287abff19d8e81 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:35:53 -0600 Subject: [PATCH 109/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.0 (#466) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63e987d7..4ba9d1ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.4 + rev: 0.28.0 hooks: - id: check-github-workflows - id: check-renovate From 4ae0677bae321ec2d952c79bf158c902fcb58c84 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:36:10 -0600 Subject: [PATCH 110/339] chore(deps): update pre-commit/action action to v3.0.1 (#467) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ca0598e1..9f247d69 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,4 +13,4 @@ jobs: - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 with: python-version: '3.11' - - uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # tag=v3.0.0 + - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 From 00a16b523b2c724b858a31bf6cbed6976437de00 Mon Sep 17 00:00:00 2001 From: danpetry Date: Tue, 13 Feb 2024 10:29:30 -0600 Subject: [PATCH 111/339] Add Dockerfile for CUDA 11.8.0 (#463) * Add Dockerfile for CUDA 11.8.0 This is almost the same as the anaconda-pkg-build container, but derived from Nvidia's CentOS 7 CUDA 11.8.0 image. Higher versions of CUDA are supported by conda; see comment in the Dockerfile. * Add in CUDA_VERSION option to container * Move dockerfile location to support multiple archs later * copy linux workflow file as a basis for linux-cuda workflow file * Adapt existing Linux build action to handle CUDA container build Remove concourse stuff as concourse is no more Adapt paths, image names as required Leave in multi-platform functionality to be able to add more architectures later if required * Correct the CUDA version, needs patch version too * Ignore hadolint warning The hadolint error message was, "SC3045 warning: In POSIX sh, ulimit -n is undefined.". ulimit -n 1024 both works and is necessary for the base container (tested with nvidia/cuda:11.8.0-devel-centos7). * remove -cuda from the repo name These repos don't exist. We can differentiate from the existing one with a suffix tag. Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> * Add cuda suffix To differentiate from the existing non-cuda container. Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --------- Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- .../anaconda_pkg_build_linux_cuda.yml | 73 +++++++++++ anaconda-pkg-build/linux/cuda/Dockerfile | 121 ++++++++++++++++++ 2 files changed, 194 insertions(+) create mode 100644 .github/workflows/anaconda_pkg_build_linux_cuda.yml create mode 100644 anaconda-pkg-build/linux/cuda/Dockerfile diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml new file mode 100644 index 00000000..51172252 --- /dev/null +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -0,0 +1,73 @@ +name: Build and publish Linux CUDA package builder images +on: + push: + branches: + - main + tags: + - 'pkg-build-*' + paths: + - 'anaconda-pkg-build/linux/cuda/Dockerfile' + - '.github/workflows/anaconda_pkg_build_linux_cuda.yml' + pull_request: + paths: + - 'anaconda-pkg-build/linux/cuda/Dockerfile' + - '.github/workflows/anaconda_pkg_build_linux_cuda.yml' + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + + - name: Login to DockerHub + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + + - name: Login to Public ECR + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') + with: + registry: public.ecr.aws + username: ${{ secrets.AWS_ACCESS_KEY_ID }} + password: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + env: + AWS_REGION: us-east-1 + + - name: Set up QEMU + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 + + - name: Set up Docker Buildx + id: buildx + uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 + with: + version: latest + driver-opts: network=host + + - name: Docker meta + id: meta + uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 + with: + images: | + continuumio/anaconda-pkg-build + public.ecr.aws/y0o4y9o3/anaconda-pkg-build + tags: | + type=ref,event=branch,suffix=-cuda + type=ref,event=pr,suffix=-cuda + type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda + + - name: build-push pkg-builder + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 + with: + context: ./anaconda-pkg-build/linux/cuda + builder: ${{ steps.buildx.outputs.name }} + file: ./anaconda-pkg-build/linux/cuda/Dockerfile + platforms: linux/amd64 + build-args: | + CUDA_VERSION=11.8.0 + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile new file mode 100644 index 00000000..dabfbf92 --- /dev/null +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -0,0 +1,121 @@ +# This container has the CUDA compilers installed. For versions less than 12, they're used, +# because defaults' cudatoolkit <= 11.8 package doesn't provide compilers. +# But not for versions equal and greater than 12. +ARG CUDA_VERSION=11.8.0 +FROM nvidia/cuda:${CUDA_VERSION}-devel-centos7 + +# this is mostly copied from public.ecr.aws/y0o4y9o3/anaconda-pkg-build + +# ulimit needs to be turned down: https://bugzilla.redhat.com/show_bug.cgi?id=1537564 +# hadolint ignore=DL3031,DL3033,SC3045 +RUN ulimit -n 1024 \ + && yum install -q -y deltarpm \ + # Hack to force locale generation, if needed + && yum update -q -y glibc-common \ + && yum install -q -y \ + #---------------------------------------- + # X11-related libraries needed for various CDTs + #---------------------------------------- + libX11 \ + libXau \ + libxcb \ + libXcomposite \ + libXcursor \ + libXdamage \ + libXdmcp \ + libXext \ + libXfixes \ + libXi \ + libXinerama \ + libXrandr \ + libXrender \ + libXScrnSaver \ + libXt \ + libXtst \ + #---------------------------------------- + # MESA 3D graphics library + #---------------------------------------- + #mesa-libEGL \ + #mesa-libGL \ + #mesa-libGLU \ + #---------------------------------------- + # Vendor-neutral OpenGL + #---------------------------------------- + libglvnd-opengl \ + #---------------------------------------- + # X11 virtual framebuffer; useful for testing GUI apps + #---------------------------------------- + xorg-x11-server-Xvfb \ + #---------------------------------------- + # Other hardware and low-level system libraries + #---------------------------------------- + #alsa-lib \ + #libselinux \ + #pam \ + #pciutils-libs \ + #---------------------------------------- + # Low-level and basic system utilities. + # + # NOTE: previous versions of this image included tools like `patch` + # and `make`; these days, we prefer package recipes list the + # equivalent conda packages as build dependencies, rather than + # assume the build container provides these tools. + #---------------------------------------- + curl \ + file \ + net-tools \ + openssh-clients \ + procps-ng \ + psmisc \ + rsync \ + tar \ + util-linux \ + #wget \ + which \ + && yum clean all + +# Set the locale +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US:en +ENV LC_ALL en_US.UTF-8 + +ARG MC_VER=py39_23.1.0-1 + +RUN curl -sSL -o /tmp/miniconda.sh \ + "https://repo.anaconda.com/miniconda/Miniconda3-${MC_VER}-Linux-$(uname -m)".sh \ + && sha256sum /tmp/miniconda.sh \ + && /bin/bash /tmp/miniconda.sh -bfp /opt/conda \ + && rm -fv /tmp/miniconda.sh \ + # ensure there are no out of range userids + && chown -R root:root /opt/conda + +# hadolint ignore=DL3059 +RUN MC_ARCH="$(uname -m)" \ + && if [ "${MC_ARCH}" = "x86_64" ]; then subdir="64"; else subdir="${MC_ARCH}"; fi \ + && /opt/conda/bin/conda update --all --quiet --yes \ + && /opt/conda/bin/conda install --quiet --yes conda-build conda-libmamba-solver \ + && /opt/conda/bin/conda clean --all --yes \ + && rm -fv /opt/conda/.condarc \ + && /opt/conda/bin/conda config --system --set show_channel_urls True \ + && /opt/conda/bin/conda config --system --set add_pip_as_python_dependency False \ + && /opt/conda/bin/conda config --show-sources \ + # The solver has to be set right after the `conda clean` call and before the next + # `conda install` call to avoid incompatible cache formats. + && /opt/conda/bin/conda config --system --set solver libmamba \ + # Cache our C and C++ compilers so we don't have to download them with + # each build; skipping the Fortran compiler as it's not used often + # enough to justify the cache space. Note that we do NOT want to + # _actually install_ the compilers in the base environment, as doing so + # runs the risk of buggy recipes falling back to those compilers via + # `$PATH`, rather than erroring out due to missing compilers in the + # `build`/`host` requirements. + # + # Note, too, that this MUST come _after_ the `conda clean --all` above, + # or the compilers will be dumped from the package cache. + && /opt/conda/bin/conda install --download-only --quiet --yes \ + "gcc_linux-$subdir=${GCC_VER}" "gxx_linux-$subdir=${GCC_VER}" \ + && /opt/conda/bin/conda clean --index-cache --yes + +ENV PATH="/opt/conda/bin:${PATH}" + +CMD [ "/bin/bash" ] From 4b50d1af90cdb1224d57aa8279122a5b2bdf8135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:53:31 +0100 Subject: [PATCH 112/339] chore(deps): bump docker/metadata-action from 5.5.0 to 5.5.1 (#470) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.5.0...8e5442c4ef9f78752691e2d8f8d19755c6f78e81) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 51172252..4b0c53ec 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 with: images: | continuumio/anaconda-pkg-build From b14d80be894af873f45fb86f3de8706c4ca444b2 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:08:19 +0100 Subject: [PATCH 113/339] anaconda-pkg-build: Switch to miniconda 23.10.0-1 (#471) * anaconda-pkg-build: Switch to miniconda 23.11.0-2 * Update Dockerfile * Update Dockerfile --- anaconda-pkg-build/linux/Dockerfile | 7 ++----- anaconda-pkg-build/linux/cuda/Dockerfile | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 6862e36a..09e772a4 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -86,7 +86,7 @@ ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 -ARG MC_VER=py39_23.1.0-1 +ARG MC_VER=py39_23.10.0-1 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${MC_VER}-Linux-$(uname -m)".sh \ @@ -100,15 +100,12 @@ RUN curl -sSL -o /tmp/miniconda.sh \ RUN MC_ARCH="$(uname -m)" \ && if [ "${MC_ARCH}" = "x86_64" ]; then subdir="64"; else subdir="${MC_ARCH}"; fi \ && /opt/conda/bin/conda update --all --quiet --yes \ - && /opt/conda/bin/conda install --quiet --yes conda-build conda-libmamba-solver \ + && /opt/conda/bin/conda install --quiet --yes conda-build \ && /opt/conda/bin/conda clean --all --yes \ && rm -fv /opt/conda/.condarc \ && /opt/conda/bin/conda config --system --set show_channel_urls True \ && /opt/conda/bin/conda config --system --set add_pip_as_python_dependency False \ && /opt/conda/bin/conda config --show-sources \ - # The solver has to be set right after the `conda clean` call and before the next - # `conda install` call to avoid incompatible cache formats. - && /opt/conda/bin/conda config --system --set solver libmamba \ # Cache our C and C++ compilers so we don't have to download them with # each build; skipping the Fortran compiler as it's not used often # enough to justify the cache space. Note that we do NOT want to diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index dabfbf92..f0492508 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -79,7 +79,7 @@ ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 -ARG MC_VER=py39_23.1.0-1 +ARG MC_VER=py39_23.10.0-1 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${MC_VER}-Linux-$(uname -m)".sh \ @@ -93,15 +93,12 @@ RUN curl -sSL -o /tmp/miniconda.sh \ RUN MC_ARCH="$(uname -m)" \ && if [ "${MC_ARCH}" = "x86_64" ]; then subdir="64"; else subdir="${MC_ARCH}"; fi \ && /opt/conda/bin/conda update --all --quiet --yes \ - && /opt/conda/bin/conda install --quiet --yes conda-build conda-libmamba-solver \ + && /opt/conda/bin/conda install --quiet --yes conda-build \ && /opt/conda/bin/conda clean --all --yes \ && rm -fv /opt/conda/.condarc \ && /opt/conda/bin/conda config --system --set show_channel_urls True \ && /opt/conda/bin/conda config --system --set add_pip_as_python_dependency False \ && /opt/conda/bin/conda config --show-sources \ - # The solver has to be set right after the `conda clean` call and before the next - # `conda install` call to avoid incompatible cache formats. - && /opt/conda/bin/conda config --system --set solver libmamba \ # Cache our C and C++ compilers so we don't have to download them with # each build; skipping the Fortran compiler as it's not used often # enough to justify the cache space. Note that we do NOT want to From e8f5cc1e9fdffb2f0aea2e8ef2c3d885ca3fdd52 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 27 Feb 2024 14:03:21 -0700 Subject: [PATCH 114/339] [INST-370] Update version and hashes. Removing ppcle as it is no longer supported. (#473) * Update version and hashes. Removing ppcle as it is no longer supported. * Removing the remnants of ppcle. --- .github/workflows/anaconda_debian_ci.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .../workflows/anaconda_pkg_build_lts_linux.yml | 2 +- anaconda-pkg-base/linux/README.md | 2 +- anaconda-pkg-base/linux/defaults.Dockerfile | 2 -- anaconda-pkg-build/linux/Dockerfile | 2 -- anaconda3/amazonlinux/Dockerfile | 2 +- anaconda3/debian/Dockerfile | 15 ++++++--------- 8 files changed, 12 insertions(+), 19 deletions(-) diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 2c48bf98..aea12611 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -30,7 +30,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 with: - platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x + platforms: linux/amd64,linux/arm64/v8,linux/s390x - name: Set up Docker Buildx id: buildx @@ -56,7 +56,7 @@ jobs: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} file: ./anaconda3/debian/Dockerfile - platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x + platforms: linux/amd64,linux/arm64/v8,linux/s390x tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index d3c417ce..4f1011b3 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -65,7 +65,7 @@ jobs: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} file: ./anaconda-pkg-build/linux/Dockerfile - platforms: linux/amd64,linux/ppc64le,linux/arm64/v8,linux/s390x + platforms: linux/amd64,linux/arm64/v8,linux/s390x build-args: | BASEVERSION=7 tags: ${{ steps.meta.outputs.tags }} diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 907a40a2..73db3ed2 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -67,7 +67,7 @@ jobs: context: ./anaconda-pkg-build-lts/linux builder: ${{ steps.buildx.outputs.name }} file: ./anaconda-pkg-build-lts/linux/Dockerfile - platforms: linux/amd64,linux/ppc64le,linux/arm64/v8,linux/s390x + platforms: linux/amd64,linux/arm64/v8,linux/s390x build-args: | BASEVERSION=7 tags: ${{ steps.meta.outputs.tags }} diff --git a/anaconda-pkg-base/linux/README.md b/anaconda-pkg-base/linux/README.md index 297eb0f2..9ad58c4f 100644 --- a/anaconda-pkg-base/linux/README.md +++ b/anaconda-pkg-base/linux/README.md @@ -1,4 +1,4 @@ -# Base `Dockerfile`s for testing on linux-{amd64, aarch64, ppc64le, s390x} +# Base `Dockerfile`s for testing on linux-{amd64, aarch64, s390x} Based on [anaconda-pkg-build](https://github.com/ContinuumIO/docker-images/blob/master/anaconda-pkg-build/linux/Dockerfile), but without miniconda3 pre-installed. This allows testing of miniconda3/anaconda3/other installers including testing conda-build. diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 6cfe04f1..ea4e3f91 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -2,8 +2,6 @@ ARG BASEVERSION=7 FROM centos:${BASEVERSION} AS base-amd64 -FROM centos:${BASEVERSION} AS base-ppc64le - FROM amazonlinux:2 AS base-arm64 FROM clefos:${BASEVERSION} AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 09e772a4..e4f2e64d 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -6,8 +6,6 @@ ARG GCC_VER=11.2.0 FROM centos:${BASEVERSION} AS base-amd64 -FROM centos:${BASEVERSION} AS base-ppc64le - FROM amazonlinux:2 AS base-arm64 FROM clefos:${BASEVERSION} AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 68745aa9..70e36a33 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -25,7 +25,7 @@ RUN yum install -y \ subversion && \ yum clean all && \ rm -rf /var/cache/yum && \ - wget --quiet https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-aarch64.sh -O ~/anaconda.sh && \ + wget --quiet https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-aarch64.sh -O ~/anaconda.sh && \ /bin/bash ~/anaconda.sh -b -p /opt/conda && \ rm ~/anaconda.sh && \ ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 3ddc7200..7823c548 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -30,17 +30,14 @@ RUN set -x && \ && rm -rf /var/lib/apt/lists/* && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-x86_64.sh"; \ - SHA256SUM="6c8a4abb36fbb711dc055b7049a23bbfd61d356de9468b41c5140f8a11abd851"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-x86_64.sh"; \ + SHA256SUM="c536ddb7b4ba738bddbd4e581b29308cb332fa12ae3fa2cd66814bd735dff231"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-s390x.sh"; \ - SHA256SUM="ee817071a2ad94e044fb48061a721bc86606b2f4906b705e4f42177eeb3ca7c5"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-s390x.sh"; \ + SHA256SUM="3e2e8b17ea9a5caafd448f52e01435998b2e1ce102040a924d5bd6e05a1d735b"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-aarch64.sh"; \ - SHA256SUM="69ee26361c1ec974199bce5c0369e3e9a71541de7979d2b9cfa4af556d1ae0ea"; \ - elif [ "${UNAME_M}" = "ppc64le" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-ppc64le.sh"; \ - SHA256SUM="5ea1ed9808af95eb2655fe6a4ffdb66bea66ecd1d053fc2ee69eacc7685ef665"; \ + ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-aarch64.sh"; \ + SHA256SUM="28c5bed6fba84f418516e41640c7937514aabd55e929a8f66937c737303c7bba"; \ fi && \ wget "${ANACONDA_URL}" -O anaconda.sh -q && \ echo "${SHA256SUM} anaconda.sh" > shasum && \ From 24607a64fb73f7993da9cd90158c686d6ec0373c Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 29 Feb 2024 10:27:51 -0700 Subject: [PATCH 115/339] Updating version and hash. (#476) --- miniconda3/debian/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 64a3249d..478b6367 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -27,19 +27,19 @@ ENV PATH /opt/conda/bin:$PATH CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache -ARG CONDA_VERSION=py311_23.11.0-1 +ARG CONDA_VERSION=py311_24.1.2-0 RUN set -x && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh"; \ - SHA256SUM="5b3cefe534e23541f5f703f40d4818e361c3615dbf14651a0f29554c3fc3d0fd"; \ + SHA256SUM="3f2e5498e550a6437f15d9cc8020d52742d0ba70976ee8fce4f0daefa3992d2e"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-s390x.sh"; \ - SHA256SUM="04586c734987a39114b81384014c2cfa89360c518371b6fa249d3062efca27fe"; \ + SHA256SUM="0489909051fd9e2c9addfa5fbd531ccb7f8f2463ac47376b8854e5a09b1c4011"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-aarch64.sh"; \ - SHA256SUM="63c06a1974695e50bbe767a030903d169e637e42d5b7b6d30876b19a01fbbad8"; \ + SHA256SUM="1e046ef2d9d47289db2491f103c81b0b4baf943a9234ac59bd5bca076c881d98"; \ fi && \ wget "${MINICONDA_URL}" -O miniconda.sh -q && \ echo "${SHA256SUM} miniconda.sh" > shasum && \ From 1335c8106897d1b2ec35e30ed41190e1ca9adab1 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:32:50 +0100 Subject: [PATCH 116/339] chore(deps): update docker/setup-buildx-action digest to 0d103c3 (#474) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index e9781ccb..0d87a23b 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 + uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index aea12611..dfd22e16 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 + uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 4f1011b3..3ae6ef45 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 + uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 4b0c53ec..3f5265c0 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 + uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 73db3ed2..ae0b458f 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 + uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 3edc4453..ad82950e 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 + uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index a2cdb55c..b5f4883c 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 + uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 with: version: latest driver-opts: network=host From f86ecb7e23c70e7ff23c4455265363c6e9082523 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:33:04 +0100 Subject: [PATCH 117/339] chore(deps): update docker/build-push-action digest to af5a7ed (#478) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/concourse_rsync_resource.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 0d87a23b..cee06a5e 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index dfd22e16..2c0dcc8d 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 3ae6ef45..8109739d 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} @@ -87,7 +87,7 @@ jobs: latest=false - name: build-push pkg-builder-concourse - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 3f5265c0..ba8216b4 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index ae0b458f..defacc14 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -62,7 +62,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 with: context: ./anaconda-pkg-build-lts/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index ad82950e..24aee633 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -59,7 +59,7 @@ jobs: type=match,pattern=crr-(.*),group=1 - name: build-push - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 with: context: ./concourse-rsync-resource builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index b5f4883c..cf5ab942 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From b9ff592feb0096d0f793f7b53290b49a22fc55a3 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:41:14 +0100 Subject: [PATCH 118/339] Remove concourse remainings (#480) --- .../workflows/anaconda_pkg_build_linux.yml | 27 -------- .../workflows/concourse_rsync_resource.yml | 69 ------------------- .gitmodules | 4 -- concourse-rsync-resource | 1 - 4 files changed, 101 deletions(-) delete mode 100644 .github/workflows/concourse_rsync_resource.yml delete mode 160000 concourse-rsync-resource diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 8109739d..17f0af1b 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -71,30 +71,3 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} - - - name: Docker meta for Concourse - id: concourse-meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 - with: - images: | - continuumio/anaconda-pkg-build - public.ecr.aws/y0o4y9o3/anaconda-pkg-build - tags: | - type=ref,event=branch,suffix=-amd64 - type=ref,event=pr,suffix=-amd64 - type=match,pattern=pkg-build-(.*),group=1,suffix=-amd64 - flavor: | - latest=false - - - name: build-push pkg-builder-concourse - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 - with: - context: ./anaconda-pkg-build/linux - builder: ${{ steps.buildx.outputs.name }} - file: ./anaconda-pkg-build/linux/Dockerfile - platforms: linux/amd64 - build-args: | - BASEVERSION=7 - tags: ${{ steps.concourse-meta.outputs.tags }} - labels: ${{ steps.concourse-meta.outputs.labels }} - push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml deleted file mode 100644 index 24aee633..00000000 --- a/.github/workflows/concourse_rsync_resource.yml +++ /dev/null @@ -1,69 +0,0 @@ -name: Build and publish the concourse-rsync-resource image -on: - push: - branches: - - main - tags: - - 'crr-*' - paths: - - 'concourse-rsync-resource/Dockerfile' - - '.github/workflows/concourse_rsync_resource.yml' - pull_request: - paths: - - 'concourse-rsync-resource/Dockerfile' - - '.github/workflows/concourse_rsync_resource.yml' - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - with: - submodules: true - - - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 - if: github.ref == 'refs/heads/main' - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Login to Public ECR - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 - if: github.ref == 'refs/heads/main' - with: - registry: public.ecr.aws - username: ${{ secrets.AWS_ACCESS_KEY_ID }} - password: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - env: - AWS_REGION: us-east-1 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 - with: - version: latest - driver-opts: network=host - - - name: Docker meta - id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 - with: - images: | - continuumio/concourse-rsync-resource - public.ecr.aws/y0o4y9o3/concourse-rsync-resource - tags: | - type=ref,event=branch - type=ref,event=pr - type=match,pattern=crr-(.*),group=1 - - - name: build-push - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 - with: - context: ./concourse-rsync-resource - builder: ${{ steps.buildx.outputs.name }} - file: ./concourse-rsync-resource/Dockerfile - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/.gitmodules b/.gitmodules index be023ef4..e69de29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +0,0 @@ -[submodule "concourse-rsync-resource"] - path = concourse-rsync-resource - url = ../../AnacondaRecipes/concourse-rsync-resource.git - branch = master diff --git a/concourse-rsync-resource b/concourse-rsync-resource deleted file mode 160000 index c2e0ddff..00000000 --- a/concourse-rsync-resource +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c2e0ddffa13968961063bedd738d3d2872c3d1e5 From 135d8abc14e23b029eb98b5be4d9b070e46417cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:22:22 +0100 Subject: [PATCH 119/339] chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 (#479) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index cee06a5e..824b5b7b 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 2c0dcc8d..ee8f80d7 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 17f0af1b..b7f6915f 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index ba8216b4..56c88b5d 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index defacc14..ae33e19c 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9f247d69..a7ab164a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index cf5ab942..88f2f63b 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Login to DockerHub uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 From b1bc76eca12a60204def2f1689548e1b41e0141e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:51:58 +0100 Subject: [PATCH 120/339] chore(deps): bump docker/build-push-action from 5.2.0 to 5.3.0 (#488) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/af5a7ed5ba88268d5278f7203fb52cd833f66d6e...2cdde995de11925a030ce8070c3d77a52ffcf1c0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 824b5b7b..edc0af4b 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index ee8f80d7..2b28a58f 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index b7f6915f..bd4bee58 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 56c88b5d..0fb7b175 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index ae33e19c..3b5eb211 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -62,7 +62,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5 with: context: ./anaconda-pkg-build-lts/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 88f2f63b..b655e30a 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 4e918214146abcb1834979ff175fd2b3734eca09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:52:19 +0100 Subject: [PATCH 121/339] chore(deps): bump docker/login-action from 3.0.0 to 3.1.0 (#482) Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/343f7c4344506bcbf9b4de18042ae17996df046d...e92390c5fb421da1463c202d546fed0ec5c39f20) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 4 ++-- .github/workflows/anaconda_pkg_build_lts_linux.yml | 4 ++-- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index edc0af4b..6a82cbb8 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 2b28a58f..bd2f4550 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index bd4bee58..3860b670 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 0fb7b175..695688fe 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 3b5eb211..fa960bf7 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index b655e30a..4d27f1c6 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From 81df8c5d5ceee5a6cd1ba96b1f9a141f9c5c9e42 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:52:56 +0100 Subject: [PATCH 122/339] chore(deps): update docker/setup-buildx-action digest to 2b51285 (#485) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 6a82cbb8..7f576a5c 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 + uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index bd2f4550..8b892bfa 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 + uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 3860b670..32e6d1a8 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 + uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 695688fe..1bba82b5 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 + uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index fa960bf7..4759f7bb 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 + uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 4d27f1c6..4a269258 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 + uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3 with: version: latest driver-opts: network=host From 292a27a5251f58ff1c0774d9cf7650fe5e177a96 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:35:58 +0200 Subject: [PATCH 123/339] chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v4.6.0 (#492) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ba9d1ca..20f1212f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ # pre-commit autoupdate repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: fix-byte-order-marker From 11f44343e10594660228b9324e3206da3e2e6ce5 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:36:12 +0200 Subject: [PATCH 124/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.1 (#491) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20f1212f..dbfb1c9c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.0 + rev: 0.28.1 hooks: - id: check-github-workflows - id: check-renovate From 7b4c9a9f8c8976db44089235f6ce5d054f9436db Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:37:44 +0200 Subject: [PATCH 125/339] chore(deps): update actions/setup-python digest to 82c7e63 (#489) * chore(deps): update actions/setup-python digest to 82c7e63 * Update lint.yml --------- Co-authored-by: anaconda-renovate[bot] Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a7ab164a..12628444 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 + - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: '3.11' - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 From ab06396097acf428b2ddf4f3c6aec979649467f2 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:11:27 +0200 Subject: [PATCH 126/339] chore(deps): update docker/setup-buildx-action digest to d70bba7 (#494) * chore(deps): update docker/setup-buildx-action digest to d70bba7 * Update anaconda_amazonlinux_ci.yml * Update anaconda_debian_ci.yml * Update anaconda_pkg_build_linux.yml * Update anaconda_pkg_build_linux_cuda.yml * Update anaconda_pkg_build_lts_linux.yml * Update miniconda_debian_ci.yml --------- Co-authored-by: anaconda-renovate[bot] Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 7f576a5c..59d0e541 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3 + uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 8b892bfa..d7e0f5d2 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3 + uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 32e6d1a8..772accba 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3 + uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 1bba82b5..9f3ef18e 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3 + uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 4759f7bb..6e5107fc 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3 + uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 4a269258..b3ed66de 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3 + uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 with: version: latest driver-opts: network=host From ad67bff201f7f4c482ef9679ca7cc2417fb4e7b4 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:12:02 +0200 Subject: [PATCH 127/339] chore(deps): update actions/checkout digest to b4ffde6 (#483) * chore(deps): update actions/checkout digest to b4ffde6 * Update anaconda_amazonlinux_ci.yml * Update anaconda_debian_ci.yml * Update anaconda_pkg_build_linux.yml * Update anaconda_pkg_build_linux_cuda.yml * Update anaconda_pkg_build_lts_linux.yml * Update lint.yml * Update miniconda_debian_ci.yml --------- Co-authored-by: anaconda-renovate[bot] Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 59d0e541..b4770785 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index d7e0f5d2..f6d2e52b 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 772accba..bf0c07b2 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 9f3ef18e..b27bf9c2 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 6e5107fc..39e50b7a 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 12628444..22aa4ca5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index b3ed66de..ca794594 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 From 0b10fc09e1edd1fae0556bd4f0c85c8df142497d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:45:41 +0200 Subject: [PATCH 128/339] chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 (#495) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index b4770785..afc47cb7 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index f6d2e52b..cf7cbbcc 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index bf0c07b2..104ea21b 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index b27bf9c2..3e05f50a 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 39e50b7a..f387ef86 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 22aa4ca5..ef60fe28 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index ca794594..51a4b859 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 From ea4bf6dcfc2d8e2e668c663ebbedb8165cd381a9 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 08:51:40 -0700 Subject: [PATCH 129/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.2 (#496) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dbfb1c9c..bae9bfda 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.1 + rev: 0.28.2 hooks: - id: check-github-workflows - id: check-renovate From 277cda28583eb1e9fa2b5881739c00231e4d47cc Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Thu, 11 Apr 2024 09:42:49 -0700 Subject: [PATCH 130/339] Add renovate config for Miniconda and Anaconda Distribution (#486) * Convert URLs and SHA sums to Docker args * Add renovate config to update Anaconda and Miniconda images * Add instructions on updating and publishing images * Add documentation about renovate config * Add missing ARG keyword in docs * Update installer version to current * Fix sha checks * Change location of amazonlinux installer file * Update anaconda3/amazonlinux/Dockerfile Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> * Support simple version updates --------- Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- README.md | 132 +++++++++++++++++++++++ anaconda-pkg-build/linux/Dockerfile | 5 +- anaconda-pkg-build/linux/cuda/Dockerfile | 5 +- anaconda3/amazonlinux/Dockerfile | 12 ++- anaconda3/debian/Dockerfile | 24 +++-- miniconda3/debian/Dockerfile | 26 +++-- renovate.json | 41 ++++++- 7 files changed, 221 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index ef201b26..7d78571f 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,135 @@ image | description | version | pulls | [anaconda3](https://hub.docker.com/r/continuumio/anaconda3) | Container with a bootstrapped Anaconda installation | [![](https://img.shields.io/docker/v/continuumio/anaconda3?sort=semver)](https://hub.docker.com/r/continuumio/anaconda3) | [![](https://img.shields.io/docker/pulls/continuumio/anaconda3)](https://hub.docker.com/r/continuumio/anaconda3) | [![](https://img.shields.io/docker/stars/continuumio/anaconda3)](https://hub.docker.com/r/continuumio/anaconda3) [miniconda3](https://hub.docker.com/r/continuumio/miniconda3) | Container with a bootstrapped Miniconda installation | [![](https://img.shields.io/docker/v/continuumio/miniconda3?sort=semver)](https://hub.docker.com/r/continuumio/miniconda3) | [![](https://img.shields.io/docker/pulls/continuumio/miniconda3)](https://hub.docker.com/r/continuumio/miniconda3) | [![](https://img.shields.io/docker/stars/continuumio/miniconda3)](https://hub.docker.com/r/continuumio/miniconda3) [Anaconda Package Build](https://hub.docker.com/r/continuumio/anaconda-pkg-build/tags?page=1&ordering=last_updated) | Container with a bootstrapped Anaconda installation with GCC | [![](https://img.shields.io/docker/v/continuumio/anaconda-pkg-build?sort=semver)](https://hub.docker.com/r/continuumio/anaconda-pkg-build) | [![](https://img.shields.io/docker/pulls/continuumio/anaconda-pkg-build)](https://hub.docker.com/r/continuumio/anaconda-pkg-build) | [![](https://img.shields.io/docker/stars/continuumio/anaconda-pkg-build)](https://hub.docker.com/r/continuumio/anaconda-pkg-build) + +## Updating and publishing Docker images + +Docker images are updated by changing the appropriate `Dockerfile`s in each subdirectory. +For Miniconda (`miniconda3`) and Anaconda Distribution (`anaconda3`) this is automatically done by `renovate`. + +To publish a Docker image, a release has to be created. +The scheme for the release tag name is specified in each workflow file, for example: + +``` +on: + push: + branches: + - main + tags: + - 'anaconda3-*' +``` + +If an image with the same version needs to be republished, the version number should be amended with `.postN` where `N` is an integer. + +## Automatic updates using renovate + +### Preparing `Dockerfile`s for updates + +Docker images using the Miniconda or Anaconda Distribution installers can be updated using `renovate`. + +#### Updates with sha256 checks + +To update Dockerfiles that contain sha256 checks, the full URL and sha256 sums need to be provided for each installer: + +``` +# renovate datasource=custom.miniconda +ARG INSTALLER_URL="" +ARG SHA256SUM="" +``` + +The sha variable must be in the line beneath the installer URL. +For Anaconda Distribution, the `datasource` must be changed to `custom.anaconda`. + +The variable names can have suffixes if there are multiple installers in one file, for example: +``` +# renovate datasource=custom.miniconda +ARG INSTALLER_URL_LINUX64="" +ARG SHA256SUM_LINUX64="" +# renovate datasource=custom.miniconda +ARG INSTALLER_URL_AARCH64="" +ARG SHA256SUM_AARCH64="" +``` + +#### Simple version number updates + +If not checksums are needed, the Dockerfile can be simplified: + +``` +# renovate: datasource=custom.miniconda depName=Linux-x86_64.sh +ARG INSTALLER_VERSION= +``` + +`Linux-x86_64.sh` can be replaced by any installer suffix supported in the latest release. + +### Understanding the transform templates + +Since the installers are updated in a format that is not covered using pre-existing `renovate` managers, a [custom datasource](https://docs.renovatebot.com/modules/datasource/custom/) had to be created. +It uses a transform template to convert the `.files.json` file into a format `renovate` can process. +Unfortunately, `renovate` expects a an array of objects whereas the `.files.json` file is a nested object. +The file needs to be processed using [JSONata](https://jsonata.org/) and stored as `transformTemplates`. + +Pretty-printed, the template for is the following for Miniconda: + +``` +{ + "releases": [ + $map($sift($, function($v, $k) { + $not($k.$contains("latest")) + and $v.sha256 = $lookup($, "Miniconda3-latest-{{ packageName }}").sha256 + }).$keys(), function($v) { + { + "digest": $lookup($, $v).sha256, "version": $contains($v.$split("-")[2], /^[0-9]+$/) ? $v.$split("-")[1] & "-" & $v.$split("-")[2] : $v.$split("-")[1], + "changeLogUrl": "https://docs.anaconda.com/free/miniconda/miniconda-release-notes/#miniconda-" & ($contains( $v.$split("-")[2], /^[0-9]+$/) ? $v.$split("-")[1].$split("_")[1] & "-" & $v.$split("-")[2] : $v.$split("-")[1].$split("_")[1]).$replace(".", "-"), + + "sourceUrl": "https://repo.anaconda.com/miniconda/" & $v, releaseTimestamp": $fromMillis($lookup($, $v).mtime * 1000, "[Y0001]-[M01]-[D01]T[H01]:[m01]", "-6") + } + } + )], + "sourceUrl": "https://repo.anaconda.com/miniconda/", + "homepage": "https://anaconda.com" +} +``` + +and the following for Anaconda Distribution: + +``` +{ + "releases": $map( + $sift($, function($v, $k){ + $k.$contains("{{ packageName }}") + }).$keys(), function($v) { + { + "digest": $lookup($, $v).sha256, + "version": $contains($v.$split("-")[2], /^[0-9]+$/) ? $v.$split("-")[1] & "-" & $v.$split("-")[2] : $v.$split("-")[1], + "changeLogUrl": "https://docs.anaconda.com/free/anaconda/release-notes/#anaconda-" & ($contains( $v.$split("-")[2], /^[0-9]+$/) ? $v.$split("-")[1] & "-" & $v.$split("-")[2] : $v.$split("-")[1]).$replace(".", "-"), + "sourceUrl": "https://repo.anaconda.com/archive/" & $v, + "releaseTimestamp": $fromMillis($lookup($, $v).mtime * 1000, "[Y0001]-[M01]-[D01]T[H01]:[m01]", "-6") + } + } + ), + "sourceUrl": "https://repo.anaconda.com/archive/", + "homepage": "https://anaconda.com" +} +``` + +The `$map` function creates an array of releases containing data such as the version, the digest (the sha256 sum), changelog URL, etc. +The `$sift` function is used to filter the appropriate installer file names that are passed into `$map`. + +All `$sift` functions make use of the `{{ packageName}}` template value. +`packageName` corresponds to `depName` in the regular expressions of the `matchStrings` (`depName` cannot be used in the JSONata because renovate only replaces [a few variables](https://docs.renovatebot.com/modules/datasource/custom/#usage)). +The value of `depName` and `packageName` is the installler suffix (e.g., `Linux-x86_64.sh`) +to capture and group installer types. +Overloading `depName` and `packageName` this way has the drawback that by default `renovate` would create a pull request for each architecture. +To override this behavior, the `packageRules` bundle all Miniconda/Anaconda Distribution updates into a single PR each. + +Since Miniconda has multiple installer variants and also a set of "latest" installers, the logic is more complex. +The `$sift` condition only grabs the installer that is identical to the "latest" installer, i.e., `releases` will only contain the latest installer. +JSONata flattens arrays with only one element, which is why `[]` is wrapped around the `$map` function for Miniconda, but not for Anaconda Distribution. + +The version string uses a ternary operator to account for the build number, which not all installers have. +The same pattern is used in `changeLogUrl`, but `.` needs to be replaced with `-` to get the appropriate anchor. For Miniconda, the extra `$split` filters out the `py*_` prefix in the version. + +The timestamp is given in Central Standard Time, which is used for release dates in documentation. +The format specifier follows the [XPATH F&O 3.1](https://www.w3.org/TR/xpath-functions-31/#date-picture-string) specification, as required by JSONata. + +The transform template currently produces more data than needed because it is expected to become global once it is fully tested. diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index e4f2e64d..e26dc93c 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -84,10 +84,11 @@ ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 -ARG MC_VER=py39_23.10.0-1 +# renovate: datasource=custom.miniconda depName=Linux-x86_64.sh +ARG INSTALLER_VERSION=py39_23.10.0-1 RUN curl -sSL -o /tmp/miniconda.sh \ - "https://repo.anaconda.com/miniconda/Miniconda3-${MC_VER}-Linux-$(uname -m)".sh \ + "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ && sha256sum /tmp/miniconda.sh \ && /bin/bash /tmp/miniconda.sh -bfp /opt/conda \ && rm -fv /tmp/miniconda.sh \ diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index f0492508..c2ed7fff 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -79,10 +79,11 @@ ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 -ARG MC_VER=py39_23.10.0-1 +# renovate: datasource=custom.miniconda depName=Linux-x86_64.sh +ARG INSTALLER_VERSION=py39_23.10.0-1 RUN curl -sSL -o /tmp/miniconda.sh \ - "https://repo.anaconda.com/miniconda/Miniconda3-${MC_VER}-Linux-$(uname -m)".sh \ + "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ && sha256sum /tmp/miniconda.sh \ && /bin/bash /tmp/miniconda.sh -bfp /opt/conda \ && rm -fv /tmp/miniconda.sh \ diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 70e36a33..2fb89a8c 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -3,6 +3,10 @@ FROM amazonlinux:2 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH +# renovate: datasource=custom.anaconda +ARG INSTALLER_URL="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-aarch64.sh" +ARG SHA256SUM="28c5bed6fba84f418516e41640c7937514aabd55e929a8f66937c737303c7bba" + # hadolint ignore=DL3008 # hadolint ignore=DL3033 RUN yum install -y \ @@ -25,9 +29,11 @@ RUN yum install -y \ subversion && \ yum clean all && \ rm -rf /var/cache/yum && \ - wget --quiet https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-aarch64.sh -O ~/anaconda.sh && \ - /bin/bash ~/anaconda.sh -b -p /opt/conda && \ - rm ~/anaconda.sh && \ + wget --quiet ${INSTALLER_URL} -O anaconda.sh && \ + echo "${SHA256SUM} anaconda.sh" > shasum && \ + sha256sum --check --status shasum && \ + /bin/bash anaconda.sh -b -p /opt/conda && \ + rm anaconda.sh shasum && \ ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \ echo "conda activate base" >> ~/.bashrc && \ diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 7823c548..994699a0 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -3,6 +3,16 @@ FROM debian:bullseye-slim ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH +# renovate: datasource=custom.anaconda +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="c536ddb7b4ba738bddbd4e581b29308cb332fa12ae3fa2cd66814bd735dff231" +# renovate: datasource=custom.anaconda +ARG INSTALLER_URL_S390X="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-s390x.sh" +ARG SHA256SUM_S390X="3e2e8b17ea9a5caafd448f52e01435998b2e1ce102040a924d5bd6e05a1d735b" +# renovate: datasource=custom.anaconda +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="28c5bed6fba84f418516e41640c7937514aabd55e929a8f66937c737303c7bba" + # hadolint ignore=DL3008 RUN set -x && \ apt-get update --fix-missing && \ @@ -30,16 +40,16 @@ RUN set -x && \ && rm -rf /var/lib/apt/lists/* && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-x86_64.sh"; \ - SHA256SUM="c536ddb7b4ba738bddbd4e581b29308cb332fa12ae3fa2cd66814bd735dff231"; \ + INSTALLER_URL=${INSTALLER_URL_LINUX64}; \ + SHA256SUM=${SHA256SUM_LINUX64}; \ elif [ "${UNAME_M}" = "s390x" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-s390x.sh"; \ - SHA256SUM="3e2e8b17ea9a5caafd448f52e01435998b2e1ce102040a924d5bd6e05a1d735b"; \ + INSTALLER_URL=${INSTALLER_URL_S390X}; \ + SHA256SUM=${SHA256SUM_S390X}; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ - ANACONDA_URL="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-aarch64.sh"; \ - SHA256SUM="28c5bed6fba84f418516e41640c7937514aabd55e929a8f66937c737303c7bba"; \ + INSTALLER_URL=${INSTALLER_URL_AARCH64}; \ + SHA256SUM=${SHA256SUM_AARCH64}; \ fi && \ - wget "${ANACONDA_URL}" -O anaconda.sh -q && \ + wget "${INSTALLER_URL}" -O anaconda.sh -q && \ echo "${SHA256SUM} anaconda.sh" > shasum && \ sha256sum --check --status shasum && \ /bin/bash anaconda.sh -b -p /opt/conda && \ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 478b6367..0139ade5 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -27,23 +27,31 @@ ENV PATH /opt/conda/bin:$PATH CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache -ARG CONDA_VERSION=py311_24.1.2-0 +# renovate: datasource=custom.miniconda +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py311_24.1.2-0-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="3f2e5498e550a6437f15d9cc8020d52742d0ba70976ee8fce4f0daefa3992d2e" +# renovate: datasource=custom.miniconda +ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py311_24.1.2-0-Linux-s390x.sh" +ARG SHA256SUM_S390X="0489909051fd9e2c9addfa5fbd531ccb7f8f2463ac47376b8854e5a09b1c4011" +# renovate: datasource=custom.miniconda +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py311_24.1.2-0-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="1e046ef2d9d47289db2491f103c81b0b4baf943a9234ac59bd5bca076c881d98" RUN set -x && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ - MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh"; \ - SHA256SUM="3f2e5498e550a6437f15d9cc8020d52742d0ba70976ee8fce4f0daefa3992d2e"; \ + INSTALLER_URL="${INSTALLER_URL_LINUX64}"; \ + SHA256SUM="${SHA256SUM_LINUX64}"; \ elif [ "${UNAME_M}" = "s390x" ]; then \ - MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-s390x.sh"; \ - SHA256SUM="0489909051fd9e2c9addfa5fbd531ccb7f8f2463ac47376b8854e5a09b1c4011"; \ + INSTALLER_URL="${INSTALLER_URL_S390X}"; \ + SHA256SUM="${SHA256SUM_S390X}"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ - MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-aarch64.sh"; \ - SHA256SUM="1e046ef2d9d47289db2491f103c81b0b4baf943a9234ac59bd5bca076c881d98"; \ + INSTALLER_URL="${INSTALLER_URL_AARCH64}"; \ + SHA256SUM="${SHA256SUM_AARCH64}"; \ fi && \ - wget "${MINICONDA_URL}" -O miniconda.sh -q && \ + wget "${INSTALLER_URL}" -O miniconda.sh -q && \ echo "${SHA256SUM} miniconda.sh" > shasum && \ - if [ "${CONDA_VERSION}" != "latest" ]; then sha256sum --check --status shasum; fi && \ + sha256sum --check --status shasum && \ mkdir -p /opt && \ bash miniconda.sh -b -p /opt/conda && \ rm miniconda.sh shasum && \ diff --git a/renovate.json b/renovate.json index 20f49f31..95466257 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,44 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>anaconda/renovate-config" - ] + ], + "packageRules": [ + { + "matchDatasources": ["custom.anaconda"], + "groupName": "Anaconda Distribution", + "separateMajorMinor": false + }, + { + "matchDatasources": ["custom.miniconda"], + "groupName": "Miniconda", + "separateMajorMinor": false + } + ], + "customManagers": [ + { + "customType": "regex", + "fileMatch": [ + "Dockerfile" + ], + "matchStrings": [ + "# renovate:\\s*datasource=(?[\\w\\.]+?)\\sARG INSTALLER_URL\\w*=[\"']https:\\/\\/repo\\.anaconda\\.com\\/\\w+\\/\\w+-(?(py\\d+_)?[\\d\\.]+\\-\\d+?)-(?[\\w\\-\\.]+?)[\"']\\sARG SHA256SUM\\w*=[\"'](?[a-f\\d]+?)[\"']\\s", + "# renovate:\\s*datasource=(?[\\w\\.]+?) depName=(?[\\w\\-\\.]+?)\\sARG INSTALLER_VERSION=(?(py\\d+_)?[\\d\\.]+\\-\\d+?)\\s" + ], + "versioningTemplate": "regex:^(py\\d+_)?(?\\d+)\\.(?\\d+)(\\.(?\\d+))?(\\-(?\\d+))?$" + } + ], + "customDatasources": { + "miniconda": { + "defaultRegistryUrlTemplate": "https://repo.anaconda.com/miniconda/.files.json", + "transformTemplates": [ + "{ \"releases\": [ $map($sift($, function($v, $k) { $not($k.$contains(\"latest\")) and $v.sha256 = $lookup($, \"Miniconda3-latest-{{ packageName }}\").sha256}).$keys(), function($v) { { \"digest\": $lookup($, $v).sha256, \"version\": $contains($v.$split(\"-\")[2], /^[0-9]+$/) ? $v.$split(\"-\")[1] & \"-\" & $v.$split(\"-\")[2] : $v.$split(\"-\")[1], \"changeLogUrl\": \"https://docs.anaconda.com/free/miniconda/miniconda-release-notes/#miniconda-\" & ($contains( $v.$split(\"-\")[2], /^[0-9]+$/) ? $v.$split(\"-\")[1].$split(\"_\")[1] & \"-\" & $v.$split(\"-\")[2] : $v.$split(\"-\")[1].$split(\"_\")[1]).$replace(\".\", \"-\"), \"sourceUrl\": \"https://repo.anaconda.com/miniconda/\" & $v, \"releaseTimestamp\": $fromMillis($lookup($, $v).mtime * 1000, \"[Y0001]-[M01]-[D01]T[H01]:[m01]\", \"-6\") } } ) ], \"sourceUrl\": \"https://repo.anaconda.com/miniconda/\", \"homepage\": \"https://anaconda.com\"}" + ] + }, + "anaconda": { + "defaultRegistryUrlTemplate": "https://repo.anaconda.com/archive/.files.json", + "transformTemplates": [ + "{ \"releases\": $map($sift($, function($v, $k){ $k.$contains(\"{{ packageName }}\") } ).$keys(), function($v) { { \"digest\": $lookup($, $v).sha256, \"version\": $contains($v.$split(\"-\")[2], /^[0-9]+$/) ? $v.$split(\"-\")[1] & \"-\" & $v.$split(\"-\")[2] : $v.$split(\"-\")[1], \"changeLogUrl\": \"https://docs.anaconda.com/free/anaconda/release-notes/#anaconda-\" & ($contains( $v.$split(\"-\")[2], /^[0-9]+$/) ? $v.$split(\"-\")[1] & \"-\" & $v.$split(\"-\")[2] : $v.$split(\"-\")[1]).$replace(\".\", \"-\"), \"sourceUrl\": \"https://repo.anaconda.com/archive/\" & $v, \"releaseTimestamp\": $fromMillis($lookup($, $v).mtime * 1000, \"[Y0001]-[M01]-[D01]T[H01]:[m01]\", \"-6\") } } ), \"sourceUrl\": \"https://repo.anaconda.com/archive/\", \"homepage\": \"https://anaconda.com\" }" + ] + } + } } From ea4280deb2fe5d99e6fa795a97e6951c8568f06c Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Thu, 11 Apr 2024 12:53:54 -0700 Subject: [PATCH 131/339] Set commitMessageTopic to groupName to have the group name appear in PR titles (#498) --- renovate.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renovate.json b/renovate.json index 95466257..2e9b6de7 100644 --- a/renovate.json +++ b/renovate.json @@ -7,11 +7,13 @@ { "matchDatasources": ["custom.anaconda"], "groupName": "Anaconda Distribution", + "commitMessageTopic": "{{{groupName}}}", "separateMajorMinor": false }, { "matchDatasources": ["custom.miniconda"], "groupName": "Miniconda", + "commitMessageTopic": "{{{groupName}}}", "separateMajorMinor": false } ], From 7a99934b16a832881327cd3e7a1900f9e63d345b Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Thu, 11 Apr 2024 12:59:29 -0700 Subject: [PATCH 132/339] Explicltly set commitMessageTopic (#499) --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 2e9b6de7..79d4e59b 100644 --- a/renovate.json +++ b/renovate.json @@ -7,13 +7,13 @@ { "matchDatasources": ["custom.anaconda"], "groupName": "Anaconda Distribution", - "commitMessageTopic": "{{{groupName}}}", + "commitMessageTopic": "Anaconda Distribution", "separateMajorMinor": false }, { "matchDatasources": ["custom.miniconda"], "groupName": "Miniconda", - "commitMessageTopic": "{{{groupName}}}", + "commitMessageTopic": "Miniconda", "separateMajorMinor": false } ], From a39d8e7b0271fad7c53b84c2745d676ff8bb5467 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:42:39 -0700 Subject: [PATCH 133/339] chore(deps): update miniconda to py312_24.3.0-0 (#497) Co-authored-by: anaconda-renovate[bot] --- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda-pkg-build/linux/cuda/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index e26dc93c..fbb9b20f 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -85,7 +85,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py39_23.10.0-1 +ARG INSTALLER_VERSION=py312_24.3.0-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index c2ed7fff..dba6e61e 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -80,7 +80,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py39_23.10.0-1 +ARG INSTALLER_VERSION=py312_24.3.0-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 0139ade5..824dcf0e 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -28,14 +28,14 @@ CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache # renovate: datasource=custom.miniconda -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py311_24.1.2-0-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="3f2e5498e550a6437f15d9cc8020d52742d0ba70976ee8fce4f0daefa3992d2e" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.3.0-0-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="96a44849ff17e960eeb8877ecd9055246381c4d4f2d031263b63fa7e2e930af1" # renovate: datasource=custom.miniconda -ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py311_24.1.2-0-Linux-s390x.sh" -ARG SHA256SUM_S390X="0489909051fd9e2c9addfa5fbd531ccb7f8f2463ac47376b8854e5a09b1c4011" +ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.3.0-0-Linux-s390x.sh" +ARG SHA256SUM_S390X="b601cb8e3ea65a4ed1aecd96d4f3d14aca5b590b2e1ab0ec5c04c825f5c5e439" # renovate: datasource=custom.miniconda -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py311_24.1.2-0-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="1e046ef2d9d47289db2491f103c81b0b4baf943a9234ac59bd5bca076c881d98" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.3.0-0-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="05f70cbc89b6caf84e22db836f7696a16b617992eb23d6102acf7651eb132365" RUN set -x && \ UNAME_M="$(uname -m)" && \ From ee043349ec03df7e52ba791894b7edebac9698de Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Mon, 22 Apr 2024 02:55:38 -0700 Subject: [PATCH 134/339] Use anaconda-installers preset from anaconda/renovate-config (#500) --- README.md | 79 +----------------------- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda-pkg-build/linux/cuda/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- anaconda3/debian/Dockerfile | 6 +- miniconda3/debian/Dockerfile | 6 +- renovate.json | 33 +--------- 7 files changed, 14 insertions(+), 116 deletions(-) diff --git a/README.md b/README.md index 7d78571f..8889f02d 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,9 @@ If an image with the same version needs to be republished, the version number sh ## Automatic updates using renovate -### Preparing `Dockerfile`s for updates - Docker images using the Miniconda or Anaconda Distribution installers can be updated using `renovate`. -#### Updates with sha256 checks +### Updates with sha256 checks To update Dockerfiles that contain sha256 checks, the full URL and sha256 sums need to be provided for each installer: @@ -71,7 +69,7 @@ ARG INSTALLER_URL_AARCH64="" ARG SHA256SUM_AARCH64="" ``` -#### Simple version number updates +### Simple version number updates If not checksums are needed, the Dockerfile can be simplified: @@ -81,76 +79,3 @@ ARG INSTALLER_VERSION= ``` `Linux-x86_64.sh` can be replaced by any installer suffix supported in the latest release. - -### Understanding the transform templates - -Since the installers are updated in a format that is not covered using pre-existing `renovate` managers, a [custom datasource](https://docs.renovatebot.com/modules/datasource/custom/) had to be created. -It uses a transform template to convert the `.files.json` file into a format `renovate` can process. -Unfortunately, `renovate` expects a an array of objects whereas the `.files.json` file is a nested object. -The file needs to be processed using [JSONata](https://jsonata.org/) and stored as `transformTemplates`. - -Pretty-printed, the template for is the following for Miniconda: - -``` -{ - "releases": [ - $map($sift($, function($v, $k) { - $not($k.$contains("latest")) - and $v.sha256 = $lookup($, "Miniconda3-latest-{{ packageName }}").sha256 - }).$keys(), function($v) { - { - "digest": $lookup($, $v).sha256, "version": $contains($v.$split("-")[2], /^[0-9]+$/) ? $v.$split("-")[1] & "-" & $v.$split("-")[2] : $v.$split("-")[1], - "changeLogUrl": "https://docs.anaconda.com/free/miniconda/miniconda-release-notes/#miniconda-" & ($contains( $v.$split("-")[2], /^[0-9]+$/) ? $v.$split("-")[1].$split("_")[1] & "-" & $v.$split("-")[2] : $v.$split("-")[1].$split("_")[1]).$replace(".", "-"), - - "sourceUrl": "https://repo.anaconda.com/miniconda/" & $v, releaseTimestamp": $fromMillis($lookup($, $v).mtime * 1000, "[Y0001]-[M01]-[D01]T[H01]:[m01]", "-6") - } - } - )], - "sourceUrl": "https://repo.anaconda.com/miniconda/", - "homepage": "https://anaconda.com" -} -``` - -and the following for Anaconda Distribution: - -``` -{ - "releases": $map( - $sift($, function($v, $k){ - $k.$contains("{{ packageName }}") - }).$keys(), function($v) { - { - "digest": $lookup($, $v).sha256, - "version": $contains($v.$split("-")[2], /^[0-9]+$/) ? $v.$split("-")[1] & "-" & $v.$split("-")[2] : $v.$split("-")[1], - "changeLogUrl": "https://docs.anaconda.com/free/anaconda/release-notes/#anaconda-" & ($contains( $v.$split("-")[2], /^[0-9]+$/) ? $v.$split("-")[1] & "-" & $v.$split("-")[2] : $v.$split("-")[1]).$replace(".", "-"), - "sourceUrl": "https://repo.anaconda.com/archive/" & $v, - "releaseTimestamp": $fromMillis($lookup($, $v).mtime * 1000, "[Y0001]-[M01]-[D01]T[H01]:[m01]", "-6") - } - } - ), - "sourceUrl": "https://repo.anaconda.com/archive/", - "homepage": "https://anaconda.com" -} -``` - -The `$map` function creates an array of releases containing data such as the version, the digest (the sha256 sum), changelog URL, etc. -The `$sift` function is used to filter the appropriate installer file names that are passed into `$map`. - -All `$sift` functions make use of the `{{ packageName}}` template value. -`packageName` corresponds to `depName` in the regular expressions of the `matchStrings` (`depName` cannot be used in the JSONata because renovate only replaces [a few variables](https://docs.renovatebot.com/modules/datasource/custom/#usage)). -The value of `depName` and `packageName` is the installler suffix (e.g., `Linux-x86_64.sh`) -to capture and group installer types. -Overloading `depName` and `packageName` this way has the drawback that by default `renovate` would create a pull request for each architecture. -To override this behavior, the `packageRules` bundle all Miniconda/Anaconda Distribution updates into a single PR each. - -Since Miniconda has multiple installer variants and also a set of "latest" installers, the logic is more complex. -The `$sift` condition only grabs the installer that is identical to the "latest" installer, i.e., `releases` will only contain the latest installer. -JSONata flattens arrays with only one element, which is why `[]` is wrapped around the `$map` function for Miniconda, but not for Anaconda Distribution. - -The version string uses a ternary operator to account for the build number, which not all installers have. -The same pattern is used in `changeLogUrl`, but `.` needs to be replaced with `-` to get the appropriate anchor. For Miniconda, the extra `$split` filters out the `py*_` prefix in the version. - -The timestamp is given in Central Standard Time, which is used for release dates in documentation. -The format specifier follows the [XPATH F&O 3.1](https://www.w3.org/TR/xpath-functions-31/#date-picture-string) specification, as required by JSONata. - -The transform template currently produces more data than needed because it is expected to become global once it is fully tested. diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index fbb9b20f..36c6fb39 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -84,7 +84,7 @@ ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 -# renovate: datasource=custom.miniconda depName=Linux-x86_64.sh +# renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh ARG INSTALLER_VERSION=py312_24.3.0-0 RUN curl -sSL -o /tmp/miniconda.sh \ diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index dba6e61e..81cae30e 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -79,7 +79,7 @@ ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 -# renovate: datasource=custom.miniconda depName=Linux-x86_64.sh +# renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh ARG INSTALLER_VERSION=py312_24.3.0-0 RUN curl -sSL -o /tmp/miniconda.sh \ diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 2fb89a8c..a7a576d1 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -3,7 +3,7 @@ FROM amazonlinux:2 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH -# renovate: datasource=custom.anaconda +# renovate: datasource=custom.anaconda_installer ARG INSTALLER_URL="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-aarch64.sh" ARG SHA256SUM="28c5bed6fba84f418516e41640c7937514aabd55e929a8f66937c737303c7bba" diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 994699a0..f0ef31c5 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -3,13 +3,13 @@ FROM debian:bullseye-slim ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH -# renovate: datasource=custom.anaconda +# renovate: datasource=custom.anaconda_installer ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-x86_64.sh" ARG SHA256SUM_LINUX64="c536ddb7b4ba738bddbd4e581b29308cb332fa12ae3fa2cd66814bd735dff231" -# renovate: datasource=custom.anaconda +# renovate: datasource=custom.anaconda_installer ARG INSTALLER_URL_S390X="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-s390x.sh" ARG SHA256SUM_S390X="3e2e8b17ea9a5caafd448f52e01435998b2e1ce102040a924d5bd6e05a1d735b" -# renovate: datasource=custom.anaconda +# renovate: datasource=custom.anaconda_installer ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-aarch64.sh" ARG SHA256SUM_AARCH64="28c5bed6fba84f418516e41640c7937514aabd55e929a8f66937c737303c7bba" diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 824dcf0e..cf2e9a52 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -27,13 +27,13 @@ ENV PATH /opt/conda/bin:$PATH CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache -# renovate: datasource=custom.miniconda +# renovate: datasource=custom.miniconda_installer ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.3.0-0-Linux-x86_64.sh" ARG SHA256SUM_LINUX64="96a44849ff17e960eeb8877ecd9055246381c4d4f2d031263b63fa7e2e930af1" -# renovate: datasource=custom.miniconda +# renovate: datasource=custom.miniconda_installer ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.3.0-0-Linux-s390x.sh" ARG SHA256SUM_S390X="b601cb8e3ea65a4ed1aecd96d4f3d14aca5b590b2e1ab0ec5c04c825f5c5e439" -# renovate: datasource=custom.miniconda +# renovate: datasource=custom.miniconda_installer ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.3.0-0-Linux-aarch64.sh" ARG SHA256SUM_AARCH64="05f70cbc89b6caf84e22db836f7696a16b617992eb23d6102acf7651eb132365" diff --git a/renovate.json b/renovate.json index 79d4e59b..d5d4ebc3 100644 --- a/renovate.json +++ b/renovate.json @@ -1,21 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>anaconda/renovate-config" - ], - "packageRules": [ - { - "matchDatasources": ["custom.anaconda"], - "groupName": "Anaconda Distribution", - "commitMessageTopic": "Anaconda Distribution", - "separateMajorMinor": false - }, - { - "matchDatasources": ["custom.miniconda"], - "groupName": "Miniconda", - "commitMessageTopic": "Miniconda", - "separateMajorMinor": false - } + "github>anaconda/renovate-config", + "github>anaconda/renovate-config:anaconda-installers" ], "customManagers": [ { @@ -29,19 +16,5 @@ ], "versioningTemplate": "regex:^(py\\d+_)?(?\\d+)\\.(?\\d+)(\\.(?\\d+))?(\\-(?\\d+))?$" } - ], - "customDatasources": { - "miniconda": { - "defaultRegistryUrlTemplate": "https://repo.anaconda.com/miniconda/.files.json", - "transformTemplates": [ - "{ \"releases\": [ $map($sift($, function($v, $k) { $not($k.$contains(\"latest\")) and $v.sha256 = $lookup($, \"Miniconda3-latest-{{ packageName }}\").sha256}).$keys(), function($v) { { \"digest\": $lookup($, $v).sha256, \"version\": $contains($v.$split(\"-\")[2], /^[0-9]+$/) ? $v.$split(\"-\")[1] & \"-\" & $v.$split(\"-\")[2] : $v.$split(\"-\")[1], \"changeLogUrl\": \"https://docs.anaconda.com/free/miniconda/miniconda-release-notes/#miniconda-\" & ($contains( $v.$split(\"-\")[2], /^[0-9]+$/) ? $v.$split(\"-\")[1].$split(\"_\")[1] & \"-\" & $v.$split(\"-\")[2] : $v.$split(\"-\")[1].$split(\"_\")[1]).$replace(\".\", \"-\"), \"sourceUrl\": \"https://repo.anaconda.com/miniconda/\" & $v, \"releaseTimestamp\": $fromMillis($lookup($, $v).mtime * 1000, \"[Y0001]-[M01]-[D01]T[H01]:[m01]\", \"-6\") } } ) ], \"sourceUrl\": \"https://repo.anaconda.com/miniconda/\", \"homepage\": \"https://anaconda.com\"}" - ] - }, - "anaconda": { - "defaultRegistryUrlTemplate": "https://repo.anaconda.com/archive/.files.json", - "transformTemplates": [ - "{ \"releases\": $map($sift($, function($v, $k){ $k.$contains(\"{{ packageName }}\") } ).$keys(), function($v) { { \"digest\": $lookup($, $v).sha256, \"version\": $contains($v.$split(\"-\")[2], /^[0-9]+$/) ? $v.$split(\"-\")[1] & \"-\" & $v.$split(\"-\")[2] : $v.$split(\"-\")[1], \"changeLogUrl\": \"https://docs.anaconda.com/free/anaconda/release-notes/#anaconda-\" & ($contains( $v.$split(\"-\")[2], /^[0-9]+$/) ? $v.$split(\"-\")[1] & \"-\" & $v.$split(\"-\")[2] : $v.$split(\"-\")[1]).$replace(\".\", \"-\"), \"sourceUrl\": \"https://repo.anaconda.com/archive/\" & $v, \"releaseTimestamp\": $fromMillis($lookup($, $v).mtime * 1000, \"[Y0001]-[M01]-[D01]T[H01]:[m01]\", \"-6\") } } ), \"sourceUrl\": \"https://repo.anaconda.com/archive/\", \"homepage\": \"https://anaconda.com\" }" - ] - } - } + ] } From cafd5ffdc0ec2c977db707250889b95260f8db1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:55:55 +0200 Subject: [PATCH 135/339] chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 (#501) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/9bb56186c3b09b4f86b1c65136769dd318469633...1d96c772d19495a3b5c517cd2bc0cb401ea0529f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index afc47cb7..55b17fa3 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index cf7cbbcc..8913c4be 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 104ea21b..a9aad3b7 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 3e05f50a..e342e5b3 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index f387ef86..eaeffe7c 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ef60fe28..7c21897c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 51a4b859..83ac2d90 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 From fa9d181fc417ca9098967fec4f39ec1f1af81d81 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Thu, 25 Apr 2024 02:14:30 -0700 Subject: [PATCH 136/339] Add full version numbers to all imported workflows (#502) --- .github/workflows/anaconda_amazonlinux_ci.yml | 8 ++++---- .github/workflows/anaconda_debian_ci.yml | 8 ++++---- .github/workflows/anaconda_pkg_build_linux.yml | 10 +++++----- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 10 +++++----- .github/workflows/anaconda_pkg_build_lts_linux.yml | 10 +++++----- .github/workflows/miniconda_debian_ci.yml | 8 ++++---- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 55b17fa3..48c77570 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Login to DockerHub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 with: platforms: linux/arm64/v8 @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 with: images: | continuumio/anaconda3 @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 8913c4be..769eff15 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Login to DockerHub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 with: platforms: linux/amd64,linux/arm64/v8,linux/s390x @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 with: images: | continuumio/anaconda3 @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index a9aad3b7..39f6099e 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Login to DockerHub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 - name: Set up Docker Buildx id: buildx @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 with: images: | continuumio/anaconda-pkg-build @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index e342e5b3..c5b5548b 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Login to DockerHub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 - name: Set up Docker Buildx id: buildx @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 with: images: | continuumio/anaconda-pkg-build @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index eaeffe7c..f48e6409 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Login to DockerHub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 - name: Set up Docker Buildx id: buildx @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 with: images: | continuumio/anaconda-pkg-build @@ -62,7 +62,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 with: context: ./anaconda-pkg-build-lts/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 83ac2d90..5cc3fdba 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Login to DockerHub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 with: platforms: linux/amd64,linux/arm64,linux/s390x @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 with: images: continuumio/miniconda3 tags: | @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 5d588c35e70034ebfaf6ad90d0003af0b9dd6188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:56:57 +0200 Subject: [PATCH 137/339] chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 (#503) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/1d96c772d19495a3b5c517cd2bc0cb401ea0529f...0ad4b8fadaa221de15dcec353f45205ec38ea70b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 48c77570..c025b6c7 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 769eff15..64e91665 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 39f6099e..b9311bac 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index c5b5548b..219bcf10 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index f48e6409..e72c5bbd 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7c21897c..adc0c076 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 5cc3fdba..915ce5ab 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 From d39a3cf8e3269f8a194a7bb1e35bde570180bda3 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Fri, 3 May 2024 15:34:18 +0200 Subject: [PATCH 138/339] Remove anaconda_pkg_build_lts container as unused/currently fails building (#507) --- .../anaconda_pkg_build_lts_linux.yml | 75 ------------------- anaconda-pkg-build-lts/linux/Dockerfile | 12 --- 2 files changed, 87 deletions(-) delete mode 100644 .github/workflows/anaconda_pkg_build_lts_linux.yml delete mode 100644 anaconda-pkg-build-lts/linux/Dockerfile diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml deleted file mode 100644 index e72c5bbd..00000000 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ /dev/null @@ -1,75 +0,0 @@ -name: Build and publish Linux package builder images for LTS -on: - push: - branches: - - main - tags: - - 'lts-pkg-build-*' - paths: - - 'anaconda-pkg-build-lts/linux/Dockerfile' - - '.github/workflows/anaconda_pkg_build_lts_linux.yml' - pull_request: - paths: - - 'anaconda-pkg-build-lts/linux/Dockerfile' - - '.github/workflows/anaconda_pkg_build_lts_linux.yml' - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - - - name: Login to DockerHub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 - if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Login to Public ECR - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 - if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') - with: - registry: public.ecr.aws - username: ${{ secrets.AWS_ACCESS_KEY_ID }} - password: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - env: - AWS_REGION: us-east-1 - - - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 - with: - version: latest - driver-opts: network=host - - - name: Docker meta - id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 - with: - images: | - continuumio/anaconda-pkg-build - public.ecr.aws/y0o4y9o3/anaconda-pkg-build - tags: | - type=ref,event=branch,suffix=-lts - type=ref,event=pr,suffix=-lts - type=match,pattern=lts-pkg-build-(.*),group=1,suffix=-lts - flavor: | - latest=false - - - name: build-push pkg-builder - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 - with: - context: ./anaconda-pkg-build-lts/linux - builder: ${{ steps.buildx.outputs.name }} - file: ./anaconda-pkg-build-lts/linux/Dockerfile - platforms: linux/amd64,linux/arm64/v8,linux/s390x - build-args: | - BASEVERSION=7 - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/anaconda-pkg-build-lts/linux/Dockerfile b/anaconda-pkg-build-lts/linux/Dockerfile deleted file mode 100644 index 9eb1f1f1..00000000 --- a/anaconda-pkg-build-lts/linux/Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -# Dockerfile for container images that Anaconda, Inc. uses to build conda -# packages released on the "defaults" (repo.anaconda.com) channels. - -FROM continuumio/anaconda-pkg-build:2023.03.28 - -RUN /opt/conda/bin/conda install --quiet --yes jcmorin-ana-org::anaconda-time-machine=0.5.0 \ - && /opt/conda/bin/conda update --quiet --yes conda conda-build \ - && /opt/conda/bin/conda clean --index-cache --yes - -ENV PATH="/opt/conda/bin:${PATH}" - -CMD [ "/bin/bash" ] From 694ca71f17deb6df30fc859fef99108f0a658acc Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Fri, 3 May 2024 16:04:41 +0200 Subject: [PATCH 139/339] Disable dependabot in favour of renovate (#505) This avoids duplicated PRs and renovate anyways handles more updates than dependabot. --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 12301490..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" From 218544f9c2e63d3d3f12684d498c65c2fbc2d056 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Fri, 3 May 2024 16:04:51 +0200 Subject: [PATCH 140/339] Change Debian tags from bullseye-slim to 11.9-slim to be renovate managed (#506) bullseye = Debian 11 bookworm = Debian 12 Renovate does not propose upgrades from bullseye to bookworm as it cannot know what is newer. With the switch to 11.9-slim it should be able to propose the update to 12.5-slim. --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index f0ef31c5..657b626d 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-slim +FROM debian:11.9-slim ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index cf2e9a52..b329263b 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-slim +FROM debian:11.9-slim LABEL maintainer="Anaconda, Inc" From 68aa6e3fb8972fa0d870c53208008a4749085042 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 16:31:26 +0200 Subject: [PATCH 141/339] chore(deps): update debian docker tag to v12 (#508) Co-authored-by: anaconda-renovate[bot] --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 657b626d..9a440355 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:11.9-slim +FROM debian:12.5-slim ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index b329263b..7b658546 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:11.9-slim +FROM debian:12.5-slim LABEL maintainer="Anaconda, Inc" From ce2d5a5b478741ce7defe9a88ced0302dea35bea Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 12:47:03 -0700 Subject: [PATCH 142/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.3 (#509) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bae9bfda..5d39b35a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.2 + rev: 0.28.3 hooks: - id: check-github-workflows - id: check-renovate From 2b474067f1e4edd97b6e3050eaefcdd10f5fc436 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 12:47:17 -0700 Subject: [PATCH 143/339] chore(deps): update actions/checkout action to v4.1.5 (#510) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index c025b6c7..bda1adf3 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 64e91665..7af7e7f3 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index b9311bac..0719a154 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 219bcf10..3d93ec7e 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index adc0c076..cd24a81f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 915ce5ab..07eab3af 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 From 6aa6e76b09c46886e9cd71a93500655ff5647f47 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 09:23:23 +0200 Subject: [PATCH 144/339] chore(deps): update actions/checkout action to v4.1.6 (#511) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index bda1adf3..5ca10999 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 7af7e7f3..dcd3f046 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 0719a154..bddc0821 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 3d93ec7e..00909559 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cd24a81f..3d2d9e57 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 07eab3af..3f229bd3 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 From c63f5951cfd92bbbcf70992874cb702020009bf4 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 09:23:35 +0200 Subject: [PATCH 145/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.4 (#513) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d39b35a..bc3a7434 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.3 + rev: 0.28.4 hooks: - id: check-github-workflows - id: check-renovate From 3ac407176d261f6eee1024c8bff179241ec3837e Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 15:52:32 +0200 Subject: [PATCH 146/339] chore(deps): update pre-commit hook codespell-project/codespell to v2.3.0 (#514) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc3a7434..e141ab08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: check-github-workflows - id: check-renovate - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell - repo: meta From e8d1f07cde5d564e9e777b61bbcadce3bb000cfe Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 19:59:30 +0200 Subject: [PATCH 147/339] chore(deps): update miniconda to py312_24.4.0-0 (#512) Co-authored-by: anaconda-renovate[bot] --- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda-pkg-build/linux/cuda/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 36c6fb39..2dda6fea 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -85,7 +85,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_24.3.0-0 +ARG INSTALLER_VERSION=py312_24.4.0-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index 81cae30e..f5016332 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -80,7 +80,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_24.3.0-0 +ARG INSTALLER_VERSION=py312_24.4.0-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 7b658546..bc60a958 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -28,14 +28,14 @@ CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.3.0-0-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="96a44849ff17e960eeb8877ecd9055246381c4d4f2d031263b63fa7e2e930af1" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.4.0-0-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="b6597785e6b071f1ca69cf7be6d0161015b96340b9a9e132215d5713408c3a7c" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.3.0-0-Linux-s390x.sh" -ARG SHA256SUM_S390X="b601cb8e3ea65a4ed1aecd96d4f3d14aca5b590b2e1ab0ec5c04c825f5c5e439" +ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.4.0-0-Linux-s390x.sh" +ARG SHA256SUM_S390X="e973f1b6352d58b1ab35f30424f1565d7ffa469dcde2d52c86ec1c117db11aad" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.3.0-0-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="05f70cbc89b6caf84e22db836f7696a16b617992eb23d6102acf7651eb132365" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.4.0-0-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="832d48e11e444c1a25f320fccdd0f0fabefec63c1cd801e606836e1c9c76ad51" RUN set -x && \ UNAME_M="$(uname -m)" && \ From 906059317e68bd0810ce8af9b52e5e858da861f6 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 11:19:29 -0700 Subject: [PATCH 148/339] chore(deps): update docker/login-action action to v3.2.0 (#515) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 4 ++-- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 5ca10999..31129e2b 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Login to DockerHub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index dcd3f046..68469be8 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Login to DockerHub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index bddc0821..3c0f9f62 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Login to DockerHub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 00909559..9342915c 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Login to DockerHub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 3f229bd3..86543658 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Login to DockerHub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From df63782f07d10175bfc94a51de134fae049e944d Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:05:39 -0700 Subject: [PATCH 149/339] chore(deps): update docker/build-push-action action to v5.4.0 (#517) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 31129e2b..9f669501 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 + uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 68469be8..94cd43fd 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 + uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 3c0f9f62..7e80bc6b 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 + uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 9342915c..ce6b6333 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 + uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 86543658..1ae96934 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 + uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From fe8a31bf3ecfd5641da54c67890a764bdd115db8 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:08:49 -0700 Subject: [PATCH 150/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.5 (#518) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e141ab08..34440442 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.4 + rev: 0.28.5 hooks: - id: check-github-workflows - id: check-renovate From 50d0e4b1f750564403031239d72e10a755b66586 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:40:43 +0200 Subject: [PATCH 151/339] chore(deps): pin dependencies (#516) * chore(deps): pin dependencies * Update defaults.Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update defaults.Dockerfile * Update ubuntu.Dockerfile * Update Dockerfile * Update defaults.Dockerfile * Update anaconda-pkg-base/linux/defaults.Dockerfile * Update anaconda-pkg-build/linux/Dockerfile --------- Co-authored-by: anaconda-renovate[bot] Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 8 +++----- anaconda-pkg-base/linux/ubuntu.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 7 +++---- anaconda3/amazonlinux/Dockerfile | 2 +- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 6 files changed, 10 insertions(+), 13 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index ea4e3f91..0cfbcb7a 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,10 +1,8 @@ -ARG BASEVERSION=7 +FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM centos:${BASEVERSION} AS base-amd64 +FROM amazonlinux:2.0.20240412.0@sha256:3bc2191fa2d5f467217e5ca947485bc203b73c02b9a23b164818fa6e37647625 AS base-arm64 -FROM amazonlinux:2 AS base-arm64 - -FROM clefos:${BASEVERSION} AS base-s390x +FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x # hadolint ignore=DL3006 FROM base-$TARGETARCH diff --git a/anaconda-pkg-base/linux/ubuntu.Dockerfile b/anaconda-pkg-base/linux/ubuntu.Dockerfile index f0be55b3..5325ed48 100644 --- a/anaconda-pkg-base/linux/ubuntu.Dockerfile +++ b/anaconda-pkg-base/linux/ubuntu.Dockerfile @@ -1,4 +1,4 @@ -ARG BASEVERSION=20.04 +ARG BASEVERSION=focal-20240427@sha256:874aca52f79ae5f8258faff03e10ce99ae836f6e7d2df6ecd3da5c1cad3a912b FROM ubuntu:${BASEVERSION} diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 2dda6fea..a9b53ede 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -1,14 +1,13 @@ # Dockerfile for container images that Anaconda, Inc. uses to build conda # packages released on the "defaults" (repo.anaconda.com) channels. -ARG BASEVERSION=7 ARG GCC_VER=11.2.0 -FROM centos:${BASEVERSION} AS base-amd64 +FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2 AS base-arm64 +FROM amazonlinux:2.0.20240412.0@sha256:3bc2191fa2d5f467217e5ca947485bc203b73c02b9a23b164818fa6e37647625 AS base-arm64 -FROM clefos:${BASEVERSION} AS base-s390x +FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x # hadolint ignore=DL3006 FROM base-$TARGETARCH diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index a7a576d1..d2d392c4 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2 +FROM amazonlinux:2.0.20240412.0@sha256:3bc2191fa2d5f467217e5ca947485bc203b73c02b9a23b164818fa6e37647625 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 9a440355..fbde9832 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.5-slim +FROM debian:12.5-slim@sha256:804194b909ef23fb995d9412c9378fb3505fe2427b70f3cc425339e48a828fca ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index bc60a958..70769fd5 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.5-slim +FROM debian:12.5-slim@sha256:804194b909ef23fb995d9412c9378fb3505fe2427b70f3cc425339e48a828fca LABEL maintainer="Anaconda, Inc" From 48c6dc9fae9abaad4bf93ec1f65f6fdd55e185d2 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:44:30 +0200 Subject: [PATCH 152/339] chore(deps): update ubuntu docker tag to focal-20240530 (#520) Co-authored-by: anaconda-renovate[bot] --- anaconda-pkg-base/linux/ubuntu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anaconda-pkg-base/linux/ubuntu.Dockerfile b/anaconda-pkg-base/linux/ubuntu.Dockerfile index 5325ed48..61168ea3 100644 --- a/anaconda-pkg-base/linux/ubuntu.Dockerfile +++ b/anaconda-pkg-base/linux/ubuntu.Dockerfile @@ -1,4 +1,4 @@ -ARG BASEVERSION=focal-20240427@sha256:874aca52f79ae5f8258faff03e10ce99ae836f6e7d2df6ecd3da5c1cad3a912b +ARG BASEVERSION=focal-20240530@sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc FROM ubuntu:${BASEVERSION} From 6451518576af623df9c969bdb8a225cf7471255c Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:52:36 +0200 Subject: [PATCH 153/339] chore(deps): update amazonlinux docker tag to v2.0.20240529.0 (#519) Co-authored-by: anaconda-renovate[bot] --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 0cfbcb7a..64c0c5b3 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240412.0@sha256:3bc2191fa2d5f467217e5ca947485bc203b73c02b9a23b164818fa6e37647625 AS base-arm64 +FROM amazonlinux:2.0.20240529.0@sha256:cb70fdaf99571444d0059810e27b0c6a192a5e940a77184fa95df00a1e88dac3 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index a9b53ede..dd1a51e3 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240412.0@sha256:3bc2191fa2d5f467217e5ca947485bc203b73c02b9a23b164818fa6e37647625 AS base-arm64 +FROM amazonlinux:2.0.20240529.0@sha256:cb70fdaf99571444d0059810e27b0c6a192a5e940a77184fa95df00a1e88dac3 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index d2d392c4..2946991a 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20240412.0@sha256:3bc2191fa2d5f467217e5ca947485bc203b73c02b9a23b164818fa6e37647625 +FROM amazonlinux:2.0.20240529.0@sha256:cb70fdaf99571444d0059810e27b0c6a192a5e940a77184fa95df00a1e88dac3 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH From baf033cc86e1134a8d534506661346cb55d8732c Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:27:09 -0700 Subject: [PATCH 154/339] chore(deps): update debian:12.5-slim docker digest to 67f3931 (#521) Co-authored-by: anaconda-renovate[bot] --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index fbde9832..d97c8e2b 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.5-slim@sha256:804194b909ef23fb995d9412c9378fb3505fe2427b70f3cc425339e48a828fca +FROM debian:12.5-slim@sha256:67f3931ad8cb1967beec602d8c0506af1e37e8d73c2a0b38b181ec5d8560d395 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 70769fd5..84a53e7c 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.5-slim@sha256:804194b909ef23fb995d9412c9378fb3505fe2427b70f3cc425339e48a828fca +FROM debian:12.5-slim@sha256:67f3931ad8cb1967beec602d8c0506af1e37e8d73c2a0b38b181ec5d8560d395 LABEL maintainer="Anaconda, Inc" From f163eeccdb9a73e153a932787fa27e44c5fc42e6 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:27:22 -0700 Subject: [PATCH 155/339] chore(deps): update actions/checkout action to v4.1.7 (#522) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 9f669501..73659f21 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Login to DockerHub uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 94cd43fd..b85c9439 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Login to DockerHub uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 7e80bc6b..16c3d9fa 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Login to DockerHub uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index ce6b6333..2e2c1111 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Login to DockerHub uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3d2d9e57..b138be85 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 1ae96934..9fc839b2 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Login to DockerHub uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 From 89d05753a42ad68d8ecbb4ca453f8d8235a37420 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:43:30 +0200 Subject: [PATCH 156/339] chore(deps): update docker/build-push-action action to v6 (#523) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 73659f21..be6270b9 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index b85c9439..d4bddcc0 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 16c3d9fa..c60cfd84 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 2e2c1111..22b41f8c 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 9fc839b2..26b6042b 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 7fefeb547bef445a11b04708bd82002a75ade48c Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:48:05 +0200 Subject: [PATCH 157/339] chore(deps): update amazonlinux docker tag to v2.0.20240610.1 (#525) Co-authored-by: anaconda-renovate[bot] --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 64c0c5b3..94f30993 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240529.0@sha256:cb70fdaf99571444d0059810e27b0c6a192a5e940a77184fa95df00a1e88dac3 AS base-arm64 +FROM amazonlinux:2.0.20240610.1@sha256:becb90c0dbcd559796b39091158e259f0621f7b2c7a753a888b8a50cbec749c5 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index dd1a51e3..6bc10e4f 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240529.0@sha256:cb70fdaf99571444d0059810e27b0c6a192a5e940a77184fa95df00a1e88dac3 AS base-arm64 +FROM amazonlinux:2.0.20240610.1@sha256:becb90c0dbcd559796b39091158e259f0621f7b2c7a753a888b8a50cbec749c5 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 2946991a..c08bee46 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20240529.0@sha256:cb70fdaf99571444d0059810e27b0c6a192a5e940a77184fa95df00a1e88dac3 +FROM amazonlinux:2.0.20240610.1@sha256:becb90c0dbcd559796b39091158e259f0621f7b2c7a753a888b8a50cbec749c5 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH From 97b3b614e0607943cfc5051ecabb605441f49c49 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:48:18 +0200 Subject: [PATCH 158/339] chore(deps): update docker/build-push-action action to v6.1.0 (#524) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index be6270b9..8f14f3c3 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index d4bddcc0..e722f67e 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index c60cfd84..1bcf7ea3 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 22b41f8c..e311b79e 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 26b6042b..c33254c6 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 4020252cd0281e5947b4dd6e602669ee9309992e Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:27:51 -0700 Subject: [PATCH 159/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.6 (#526) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34440442..070f6b0c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.5 + rev: 0.28.6 hooks: - id: check-github-workflows - id: check-renovate From a68241e0cde8b601babaa866317ee67540625f1d Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:47:48 -0700 Subject: [PATCH 160/339] chore(deps): update docker/build-push-action action to v6.2.0 (#527) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 8f14f3c3..7849c593 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index e722f67e..2c3f6bbc 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 1bcf7ea3..9c94b941 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index e311b79e..b7634bb1 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index c33254c6..80bc1f09 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 4043339878a89115fd9620685fb2df83234c2bd7 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:43:30 -0700 Subject: [PATCH 161/339] chore(deps): update miniconda to py312_24.5.0-0 (#529) Co-authored-by: anaconda-renovate[bot] --- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda-pkg-build/linux/cuda/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 6bc10e4f..dfcddc66 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -84,7 +84,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_24.4.0-0 +ARG INSTALLER_VERSION=py312_24.5.0-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index f5016332..91f0cf52 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -80,7 +80,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_24.4.0-0 +ARG INSTALLER_VERSION=py312_24.5.0-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 84a53e7c..5e20acb6 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -28,14 +28,14 @@ CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.4.0-0-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="b6597785e6b071f1ca69cf7be6d0161015b96340b9a9e132215d5713408c3a7c" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.5.0-0-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="4b3b3b1b99215e85fd73fb2c2d7ebf318ac942a457072de62d885056556eb83e" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.4.0-0-Linux-s390x.sh" -ARG SHA256SUM_S390X="e973f1b6352d58b1ab35f30424f1565d7ffa469dcde2d52c86ec1c117db11aad" +ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.5.0-0-Linux-s390x.sh" +ARG SHA256SUM_S390X="bd2a0a8ea34c84c860868d5b8efde07afc51cdede76b64dd94e9c3fd2d65257e" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.4.0-0-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="832d48e11e444c1a25f320fccdd0f0fabefec63c1cd801e606836e1c9c76ad51" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.5.0-0-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="70afe954cc8ee91f605f9aa48985bfe01ecfc10751339e8245eac7262b01298d" RUN set -x && \ UNAME_M="$(uname -m)" && \ From a03f51eb79eda9e1a8e03903bd394b8892f2ca94 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:17:48 -0400 Subject: [PATCH 162/339] chore(deps): update anaconda distribution to v2024.06-1 (#528) Co-authored-by: anaconda-renovate[bot] --- anaconda3/amazonlinux/Dockerfile | 4 ++-- anaconda3/debian/Dockerfile | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index c08bee46..0357d3d8 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -4,8 +4,8 @@ ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH # renovate: datasource=custom.anaconda_installer -ARG INSTALLER_URL="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-aarch64.sh" -ARG SHA256SUM="28c5bed6fba84f418516e41640c7937514aabd55e929a8f66937c737303c7bba" +ARG INSTALLER_URL="https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-aarch64.sh" +ARG SHA256SUM="b4be0ad2052236882402902a31d32cd37635d3db194a42f977be0d68a8ff1a31" # hadolint ignore=DL3008 # hadolint ignore=DL3033 diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index d97c8e2b..a602c3a7 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -4,14 +4,14 @@ ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH # renovate: datasource=custom.anaconda_installer -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="c536ddb7b4ba738bddbd4e581b29308cb332fa12ae3fa2cd66814bd735dff231" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="539bb43d9a52d758d0fdfa1b1b049920ec6f8c6d15ee9fe4a423355fe551a8f7" # renovate: datasource=custom.anaconda_installer -ARG INSTALLER_URL_S390X="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-s390x.sh" -ARG SHA256SUM_S390X="3e2e8b17ea9a5caafd448f52e01435998b2e1ce102040a924d5bd6e05a1d735b" +ARG INSTALLER_URL_S390X="https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-s390x.sh" +ARG SHA256SUM_S390X="1b3f4ef4147137fb1861f8251679ea96e651a7c405993c61e39441e43ee2dd11" # renovate: datasource=custom.anaconda_installer -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="28c5bed6fba84f418516e41640c7937514aabd55e929a8f66937c737303c7bba" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="b4be0ad2052236882402902a31d32cd37635d3db194a42f977be0d68a8ff1a31" # hadolint ignore=DL3008 RUN set -x && \ From dc64b234e2f39d387b160f1e2d8accda6d8bb821 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 08:18:03 -0700 Subject: [PATCH 163/339] chore(deps): update debian docker tag to v12.6 (#531) Co-authored-by: anaconda-renovate[bot] --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index a602c3a7..e26ea59e 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.5-slim@sha256:67f3931ad8cb1967beec602d8c0506af1e37e8d73c2a0b38b181ec5d8560d395 +FROM debian:12.6-slim@sha256:f528891ab1aa484bf7233dbcc84f3c806c3e427571d75510a9d74bb5ec535b33 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 5e20acb6..bd2ca3b1 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.5-slim@sha256:67f3931ad8cb1967beec602d8c0506af1e37e8d73c2a0b38b181ec5d8560d395 +FROM debian:12.6-slim@sha256:f528891ab1aa484bf7233dbcc84f3c806c3e427571d75510a9d74bb5ec535b33 LABEL maintainer="Anaconda, Inc" From 00ac5651478d1dd8d4e8104ff923400d8d43717b Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:11:02 -0700 Subject: [PATCH 164/339] chore(deps): update amazonlinux docker tag to v2.0.20240620.0 (#530) Co-authored-by: anaconda-renovate[bot] --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 94f30993..ce7cf336 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240610.1@sha256:becb90c0dbcd559796b39091158e259f0621f7b2c7a753a888b8a50cbec749c5 AS base-arm64 +FROM amazonlinux:2.0.20240620.0@sha256:18cb47539d12030862eae4dde636241817535b01294ae689841a59774e2855db AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index dfcddc66..e11f9d79 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240610.1@sha256:becb90c0dbcd559796b39091158e259f0621f7b2c7a753a888b8a50cbec749c5 AS base-arm64 +FROM amazonlinux:2.0.20240620.0@sha256:18cb47539d12030862eae4dde636241817535b01294ae689841a59774e2855db AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 0357d3d8..6f8978f8 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20240610.1@sha256:becb90c0dbcd559796b39091158e259f0621f7b2c7a753a888b8a50cbec749c5 +FROM amazonlinux:2.0.20240620.0@sha256:18cb47539d12030862eae4dde636241817535b01294ae689841a59774e2855db ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH From fdc026dd31dcd0c7b2666bc0cc0d3371b27a4592 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:25:03 +0200 Subject: [PATCH 165/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.0 (#536) Co-authored-by: anaconda-renovate[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 070f6b0c..54b4cb0c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.6 + rev: 0.29.0 hooks: - id: check-github-workflows - id: check-renovate From 17285ea5efb5acc7cc95e2d7cd8987e4369237e6 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:25:18 +0200 Subject: [PATCH 166/339] chore(deps): update actions/setup-python action to v5.1.1 (#537) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b138be85..5f8255e3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 with: python-version: '3.11' - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 From 67d3f4d8ca8889a5ab7e5e3af366364b7e6a8ebe Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:30:31 +0200 Subject: [PATCH 167/339] chore(deps): update docker/build-push-action action to v6.4.1 (#533) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 7849c593..5bcc9ee9 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 + uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 2c3f6bbc..2cf86ee1 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 + uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 9c94b941..8b703834 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 + uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index b7634bb1..2606fbcf 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 + uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 80bc1f09..d94fa865 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 + uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 9ab4b4a919887ffb518a6b19c79c810c2e001899 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:30:47 +0200 Subject: [PATCH 168/339] chore(deps): update docker/setup-qemu-action action to v3.1.0 (#534) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 5bcc9ee9..cd245313 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 + uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 with: platforms: linux/arm64/v8 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 2cf86ee1..a6677eea 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 + uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 with: platforms: linux/amd64,linux/arm64/v8,linux/s390x diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 8b703834..9870efc1 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 + uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 2606fbcf..fbcfb49a 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 + uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index d94fa865..810e4127 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 + uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 with: platforms: linux/amd64,linux/arm64,linux/s390x From cdfac7e2cbed29806eee098ff3e5c825c1bb0ca1 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:31:04 +0200 Subject: [PATCH 169/339] chore(deps): update docker/setup-buildx-action action to v3.4.0 (#535) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index cd245313..4fbd1604 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 + uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index a6677eea..b1e46587 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 + uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 9870efc1..7789a755 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 + uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index fbcfb49a..9f901628 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 + uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 810e4127..8805c3dc 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 + uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 with: version: latest driver-opts: network=host From 9cdc2d991860d566c01a4d62f9cd14dfee82af91 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:31:18 +0200 Subject: [PATCH 170/339] chore(deps): update docker/login-action action to v3.3.0 (#540) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 4 ++-- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 4fbd1604..5a0da8d2 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Login to DockerHub - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index b1e46587..fa649106 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Login to DockerHub - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 7789a755..b7a281d4 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Login to DockerHub - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 9f901628..a94f9bc4 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Login to DockerHub - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 8805c3dc..de43f73c 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Login to DockerHub - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From ce2ab93c63efbac1f1bef24c9799f21f388b33eb Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:31:36 +0200 Subject: [PATCH 171/339] chore(deps): update amazonlinux docker tag to v2.0.20240709.1 (#539) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index ce7cf336..5b9459f1 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240620.0@sha256:18cb47539d12030862eae4dde636241817535b01294ae689841a59774e2855db AS base-arm64 +FROM amazonlinux:2.0.20240709.1@sha256:801fb398bf35efddb0f372d20d42a32a8dcdc828ff19486d3ef455969a5655f0 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index e11f9d79..ebead09c 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240620.0@sha256:18cb47539d12030862eae4dde636241817535b01294ae689841a59774e2855db AS base-arm64 +FROM amazonlinux:2.0.20240709.1@sha256:801fb398bf35efddb0f372d20d42a32a8dcdc828ff19486d3ef455969a5655f0 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 6f8978f8..639b6596 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20240620.0@sha256:18cb47539d12030862eae4dde636241817535b01294ae689841a59774e2855db +FROM amazonlinux:2.0.20240709.1@sha256:801fb398bf35efddb0f372d20d42a32a8dcdc828ff19486d3ef455969a5655f0 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH From 42730586f966e3d451eb8f8aa29bb22fbb20ddd2 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:59:01 +0200 Subject: [PATCH 172/339] chore(deps): update debian:12.6-slim docker digest to c92290a (#541) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index e26ea59e..e365df31 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.6-slim@sha256:f528891ab1aa484bf7233dbcc84f3c806c3e427571d75510a9d74bb5ec535b33 +FROM debian:12.6-slim@sha256:c92290a4cef36ff581878f86735572f621ef7735efe861df05c28e71f95c9fc6 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index bd2ca3b1..119a6751 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.6-slim@sha256:f528891ab1aa484bf7233dbcc84f3c806c3e427571d75510a9d74bb5ec535b33 +FROM debian:12.6-slim@sha256:c92290a4cef36ff581878f86735572f621ef7735efe861df05c28e71f95c9fc6 LABEL maintainer="Anaconda, Inc" From 38ebafff22c9d693afe95e158365a17ae26270bb Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:59:15 +0200 Subject: [PATCH 173/339] chore(deps): update docker/build-push-action action to v6.5.0 (#542) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 5a0da8d2..d42390c2 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1 + uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index fa649106..7d339633 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1 + uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index b7a281d4..2550eefe 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1 + uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index a94f9bc4..40dee650 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1 + uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index de43f73c..05b1c85b 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1 + uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 09ad17474d6e2182d555117a29b56196c1cf4b0c Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:59:27 +0200 Subject: [PATCH 174/339] chore(deps): update docker/setup-buildx-action action to v3.5.0 (#543) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index d42390c2..91716ee9 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 + uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 7d339633..66627290 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 + uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 2550eefe..4a77469c 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 + uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 40dee650..4a9be67c 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 + uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 05b1c85b..4d147a17 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 + uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 with: version: latest driver-opts: network=host From 8cf894e69a9fdcfa4f2634785fff05cd10eecdb6 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:59:51 +0200 Subject: [PATCH 175/339] chore(deps): update docker/setup-qemu-action action to v3.2.0 (#544) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 91716ee9..5502a73b 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 + uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 with: platforms: linux/arm64/v8 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 66627290..dfff5bb2 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 + uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 with: platforms: linux/amd64,linux/arm64/v8,linux/s390x diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 4a77469c..82aaa885 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 + uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 4a9be67c..92aa3ea5 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 + uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 4d147a17..05a5565e 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 + uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 with: platforms: linux/amd64,linux/arm64,linux/s390x From ebe63de6a1fa21140c3d3f40ade272f91af39ff6 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:54:09 +0200 Subject: [PATCH 176/339] chore(deps): update debian:12.6-slim docker digest to 5f7d566 (#546) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index e365df31..3f04c0b2 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.6-slim@sha256:c92290a4cef36ff581878f86735572f621ef7735efe861df05c28e71f95c9fc6 +FROM debian:12.6-slim@sha256:5f7d5664eae4a192c2d2d6cb67fc3f3c7891a8722cd2903cc35aa649a12b0c8d ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 119a6751..534a6519 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.6-slim@sha256:c92290a4cef36ff581878f86735572f621ef7735efe861df05c28e71f95c9fc6 +FROM debian:12.6-slim@sha256:5f7d5664eae4a192c2d2d6cb67fc3f3c7891a8722cd2903cc35aa649a12b0c8d LABEL maintainer="Anaconda, Inc" From 0e44f86548bf3e94a8b65fd0f93669386b06d2dc Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:54:20 +0200 Subject: [PATCH 177/339] chore(deps): update amazonlinux:2.0.20240709.1 docker digest to 122a0ab (#545) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 5b9459f1..305f514b 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240709.1@sha256:801fb398bf35efddb0f372d20d42a32a8dcdc828ff19486d3ef455969a5655f0 AS base-arm64 +FROM amazonlinux:2.0.20240709.1@sha256:122a0abbf9f573aa3f18ccad80ef3d4712a73695056916a935fa540c3d711294 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index ebead09c..6f182f8f 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240709.1@sha256:801fb398bf35efddb0f372d20d42a32a8dcdc828ff19486d3ef455969a5655f0 AS base-arm64 +FROM amazonlinux:2.0.20240709.1@sha256:122a0abbf9f573aa3f18ccad80ef3d4712a73695056916a935fa540c3d711294 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 639b6596..15bc5d4d 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20240709.1@sha256:801fb398bf35efddb0f372d20d42a32a8dcdc828ff19486d3ef455969a5655f0 +FROM amazonlinux:2.0.20240709.1@sha256:122a0abbf9f573aa3f18ccad80ef3d4712a73695056916a935fa540c3d711294 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH From 78cda5ad05b8ce13eec502da1d44fa1906126b8d Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:28:55 +0200 Subject: [PATCH 178/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.1 (#548) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54b4cb0c..48a63497 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.0 + rev: 0.29.1 hooks: - id: check-github-workflows - id: check-renovate From 2d2c787677b6fea568ba3f58774546dc467fb55e Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:29:09 +0200 Subject: [PATCH 179/339] chore(deps): update amazonlinux docker tag to v2.0.20240719.0 (#547) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 305f514b..33c27792 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240709.1@sha256:122a0abbf9f573aa3f18ccad80ef3d4712a73695056916a935fa540c3d711294 AS base-arm64 +FROM amazonlinux:2.0.20240719.0@sha256:4b425753853906770081d67626d4e8ef63516bb3e056ecbb3c873c57ba74abf1 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 6f182f8f..86fee04e 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240709.1@sha256:122a0abbf9f573aa3f18ccad80ef3d4712a73695056916a935fa540c3d711294 AS base-arm64 +FROM amazonlinux:2.0.20240719.0@sha256:4b425753853906770081d67626d4e8ef63516bb3e056ecbb3c873c57ba74abf1 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 15bc5d4d..e81e14f3 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20240709.1@sha256:122a0abbf9f573aa3f18ccad80ef3d4712a73695056916a935fa540c3d711294 +FROM amazonlinux:2.0.20240719.0@sha256:4b425753853906770081d67626d4e8ef63516bb3e056ecbb3c873c57ba74abf1 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH From 332b840949dc83093d9eb1bd0f4f583b65e6c493 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:00:44 +0200 Subject: [PATCH 180/339] chore(deps): update docker/setup-buildx-action action to v3.6.1 (#549) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 5502a73b..8e37c72f 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 + uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index dfff5bb2..01d55b27 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 + uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 82aaa885..ee73f58d 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 + uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 92aa3ea5..f9ef7a47 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 + uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 05a5565e..91f2c262 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 + uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 with: version: latest driver-opts: network=host From 3ec642104fd8e2cb11c566c2a46b83c9e502a0a1 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 07:23:48 -0700 Subject: [PATCH 181/339] chore(deps): update docker/build-push-action action to v6.7.0 (#550) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 8e37c72f..569334a3 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 01d55b27..b5549fc0 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index ee73f58d..6aa5d50f 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index f9ef7a47..d30b86fa 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 91f2c262..dddac006 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 64a172423ea375dc926fb06a75b000081fa26926 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 07:24:03 -0700 Subject: [PATCH 182/339] chore(deps): update debian:12.6-slim docker digest to 2ccc7e3 (#551) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 3f04c0b2..09140173 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.6-slim@sha256:5f7d5664eae4a192c2d2d6cb67fc3f3c7891a8722cd2903cc35aa649a12b0c8d +FROM debian:12.6-slim@sha256:2ccc7e39b0a6f504d252f807da1fc4b5bcd838e83e4dec3e2f57b2a4a64e7214 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 534a6519..fefac665 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.6-slim@sha256:5f7d5664eae4a192c2d2d6cb67fc3f3c7891a8722cd2903cc35aa649a12b0c8d +FROM debian:12.6-slim@sha256:2ccc7e39b0a6f504d252f807da1fc4b5bcd838e83e4dec3e2f57b2a4a64e7214 LABEL maintainer="Anaconda, Inc" From 86ea6760329bfbec2efb014bca5e10ed26c15b9e Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 07:43:35 -0700 Subject: [PATCH 183/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.2 (#554) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48a63497..ae44aabb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.29.2 hooks: - id: check-github-workflows - id: check-renovate From 4c4d24b1711876925328ef3c3c5634a3ab307dc3 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 07:43:56 -0700 Subject: [PATCH 184/339] chore(deps): update miniconda to py312_24.7.1-0 (#555) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda-pkg-build/linux/cuda/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 86fee04e..2569fe3a 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -84,7 +84,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_24.5.0-0 +ARG INSTALLER_VERSION=py312_24.7.1-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index 91f0cf52..d80d1eec 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -80,7 +80,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_24.5.0-0 +ARG INSTALLER_VERSION=py312_24.7.1-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index fefac665..f77b087b 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -28,14 +28,14 @@ CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.5.0-0-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="4b3b3b1b99215e85fd73fb2c2d7ebf318ac942a457072de62d885056556eb83e" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.7.1-0-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="33442cd3813df33dcbb4a932b938ee95398be98344dff4c30f7e757cd2110e4f" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.5.0-0-Linux-s390x.sh" -ARG SHA256SUM_S390X="bd2a0a8ea34c84c860868d5b8efde07afc51cdede76b64dd94e9c3fd2d65257e" +ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.7.1-0-Linux-s390x.sh" +ARG SHA256SUM_S390X="5a454c59314f63a0b860e2ed27d68f4a2516c77a7beda919fc11d3cd03c6b2d2" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.5.0-0-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="70afe954cc8ee91f605f9aa48985bfe01ecfc10751339e8245eac7262b01298d" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.7.1-0-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="bdace1e233cda30ce37105de627e646ae8e04b036373eacfcd7fa8e35949f1b7" RUN set -x && \ UNAME_M="$(uname -m)" && \ From d082c325100f1971c6ca46e51d4a57575be8bf60 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:31:15 +0200 Subject: [PATCH 185/339] chore(deps): update ubuntu:focal-20240530 docker digest to fa17826 (#552) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/ubuntu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anaconda-pkg-base/linux/ubuntu.Dockerfile b/anaconda-pkg-base/linux/ubuntu.Dockerfile index 61168ea3..26165638 100644 --- a/anaconda-pkg-base/linux/ubuntu.Dockerfile +++ b/anaconda-pkg-base/linux/ubuntu.Dockerfile @@ -1,4 +1,4 @@ -ARG BASEVERSION=focal-20240530@sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc +ARG BASEVERSION=focal-20240530@sha256:fa17826afb526a9fc7250e0fbcbfd18d03fe7a54849472f86879d8bf562c629e FROM ubuntu:${BASEVERSION} From 67910991762027306f7ed23fadacf4f62af9a2ec Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:31:40 +0200 Subject: [PATCH 186/339] chore(deps): update actions/setup-python action to v5.2.0 (#556) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5f8255e3..6fbfae00 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: '3.11' - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 From 3bd2bba1ccf527dbdc66070d8d1270f3fc3cdab7 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:31:57 +0200 Subject: [PATCH 187/339] chore(deps): update amazonlinux docker tag to v2.0.20240816.0 (#553) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 33c27792..e1ef2d87 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240719.0@sha256:4b425753853906770081d67626d4e8ef63516bb3e056ecbb3c873c57ba74abf1 AS base-arm64 +FROM amazonlinux:2.0.20240816.0@sha256:d02b4bac5d085fa4e8f6e397e21315683ed11ae907b421177859e317b59e2f7c AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 2569fe3a..8657b970 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240719.0@sha256:4b425753853906770081d67626d4e8ef63516bb3e056ecbb3c873c57ba74abf1 AS base-arm64 +FROM amazonlinux:2.0.20240816.0@sha256:d02b4bac5d085fa4e8f6e397e21315683ed11ae907b421177859e317b59e2f7c AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index e81e14f3..d42a4279 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20240719.0@sha256:4b425753853906770081d67626d4e8ef63516bb3e056ecbb3c873c57ba74abf1 +FROM amazonlinux:2.0.20240816.0@sha256:d02b4bac5d085fa4e8f6e397e21315683ed11ae907b421177859e317b59e2f7c ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH From d96d185dcfed40479551ead10fcd60de6ae9f7a4 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:54:09 +0200 Subject: [PATCH 188/339] chore(deps): update amazonlinux docker tag to v2.0.20240903.0 (#559) * chore(deps): update amazonlinux docker tag to v2.0.20240903.0 * Resolve lint findings --------- Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index e1ef2d87..dd7cc79e 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240816.0@sha256:d02b4bac5d085fa4e8f6e397e21315683ed11ae907b421177859e317b59e2f7c AS base-arm64 +FROM amazonlinux:2.0.20240903.0@sha256:7c3a1e990a2c3a3cb526b64c233d73e458d15a4cb000c39c0f1648299b9d113c AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 8657b970..1a19f27e 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240816.0@sha256:d02b4bac5d085fa4e8f6e397e21315683ed11ae907b421177859e317b59e2f7c AS base-arm64 +FROM amazonlinux:2.0.20240903.0@sha256:7c3a1e990a2c3a3cb526b64c233d73e458d15a4cb000c39c0f1648299b9d113c AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index d42a4279..bdeb132e 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,7 +1,7 @@ -FROM amazonlinux:2.0.20240816.0@sha256:d02b4bac5d085fa4e8f6e397e21315683ed11ae907b421177859e317b59e2f7c +FROM amazonlinux:2.0.20240903.0@sha256:7c3a1e990a2c3a3cb526b64c233d73e458d15a4cb000c39c0f1648299b9d113c ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 -ENV PATH /opt/conda/bin:$PATH +ENV PATH=/opt/conda/bin:$PATH # renovate: datasource=custom.anaconda_installer ARG INSTALLER_URL="https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-aarch64.sh" From bb1f8bbc5f3e7ba553c7e9c01cb223d3317e137a Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:57:05 +0200 Subject: [PATCH 189/339] chore(deps): update debian docker tag to v12.7 (#558) * chore(deps): update debian docker tag to v12.7 * Resolve lint findings * Resolve lint findings 2 --------- Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 4 ++-- miniconda3/debian/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 09140173..4c9e0f39 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,7 +1,7 @@ -FROM debian:12.6-slim@sha256:2ccc7e39b0a6f504d252f807da1fc4b5bcd838e83e4dec3e2f57b2a4a64e7214 +FROM debian:12.7-slim@sha256:a629e796d77a7b2ff82186ed15d01a493801c020eed5ce6adaa2704356f15a1c ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 -ENV PATH /opt/conda/bin:$PATH +ENV PATH=/opt/conda/bin:$PATH # renovate: datasource=custom.anaconda_installer ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-x86_64.sh" diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index f77b087b..22d414dd 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.6-slim@sha256:2ccc7e39b0a6f504d252f807da1fc4b5bcd838e83e4dec3e2f57b2a4a64e7214 +FROM debian:12.7-slim@sha256:a629e796d77a7b2ff82186ed15d01a493801c020eed5ce6adaa2704356f15a1c LABEL maintainer="Anaconda, Inc" @@ -22,7 +22,7 @@ RUN apt-get update -q && \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* -ENV PATH /opt/conda/bin:$PATH +ENV PATH=/opt/conda/bin:$PATH CMD [ "/bin/bash" ] From 24597ee639dda5443b8154eb6af172a4dca43581 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 06:58:10 -0700 Subject: [PATCH 190/339] chore(deps): update actions/checkout action to v4.2.0 (#561) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 569334a3..c4c1bf48 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index b5549fc0..ffb2a65f 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 6aa5d50f..33cf081b 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index d30b86fa..7978748a 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6fbfae00..8ff26838 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index dddac006..e2faf73b 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 From 9d306f266b4ee685f6fc376d1d477ddcc8518625 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:56:23 +0200 Subject: [PATCH 191/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.3 (#564) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae44aabb..d69f78dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.2 + rev: 0.29.3 hooks: - id: check-github-workflows - id: check-renovate From 50491417f5fb628da77ac6b0eea69265eada5b90 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:56:36 +0200 Subject: [PATCH 192/339] chore(deps): update debian:12.7-slim docker digest to ad86386 (#562) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 4c9e0f39..39e4059f 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.7-slim@sha256:a629e796d77a7b2ff82186ed15d01a493801c020eed5ce6adaa2704356f15a1c +FROM debian:12.7-slim@sha256:ad86386827b083b3d71139050b47ffb32bbd9559ea9b1345a739b14fec2d9ecf ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 22d414dd..06e2f850 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.7-slim@sha256:a629e796d77a7b2ff82186ed15d01a493801c020eed5ce6adaa2704356f15a1c +FROM debian:12.7-slim@sha256:ad86386827b083b3d71139050b47ffb32bbd9559ea9b1345a739b14fec2d9ecf LABEL maintainer="Anaconda, Inc" From becdede32842e9921b25b3cabf6d179cc50f10f4 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:56:56 +0200 Subject: [PATCH 193/339] chore(deps): update docker/build-push-action action to v6.9.0 (#563) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index c4c1bf48..2e5bbde6 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index ffb2a65f..56c0c0f5 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 33cf081b..128a0a74 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 7978748a..cd6ad765 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index e2faf73b..b1fb544f 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From f7ab30945acebc856af5ef8f7cd2ed7c6aa024e4 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:57:13 +0200 Subject: [PATCH 194/339] chore(deps): update amazonlinux docker tag to v2.0.20240916.0 (#560) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index dd7cc79e..25412717 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240903.0@sha256:7c3a1e990a2c3a3cb526b64c233d73e458d15a4cb000c39c0f1648299b9d113c AS base-arm64 +FROM amazonlinux:2.0.20240916.0@sha256:76f4ec44daeb3889e7d5c3d71c15b06e4b84b90da25b660ce2e47f65f8173c18 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 1a19f27e..8e8da0a5 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240903.0@sha256:7c3a1e990a2c3a3cb526b64c233d73e458d15a4cb000c39c0f1648299b9d113c AS base-arm64 +FROM amazonlinux:2.0.20240916.0@sha256:76f4ec44daeb3889e7d5c3d71c15b06e4b84b90da25b660ce2e47f65f8173c18 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index bdeb132e..4e5633bd 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20240903.0@sha256:7c3a1e990a2c3a3cb526b64c233d73e458d15a4cb000c39c0f1648299b9d113c +FROM amazonlinux:2.0.20240916.0@sha256:76f4ec44daeb3889e7d5c3d71c15b06e4b84b90da25b660ce2e47f65f8173c18 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From 7d00841a99e4e7b446f6ba82f3b18337a81f126a Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:48:08 +0200 Subject: [PATCH 195/339] chore(deps): update ubuntu docker tag to focal-20240918 (#565) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/ubuntu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anaconda-pkg-base/linux/ubuntu.Dockerfile b/anaconda-pkg-base/linux/ubuntu.Dockerfile index 26165638..085ad069 100644 --- a/anaconda-pkg-base/linux/ubuntu.Dockerfile +++ b/anaconda-pkg-base/linux/ubuntu.Dockerfile @@ -1,4 +1,4 @@ -ARG BASEVERSION=focal-20240530@sha256:fa17826afb526a9fc7250e0fbcbfd18d03fe7a54849472f86879d8bf562c629e +ARG BASEVERSION=focal-20240918@sha256:6d8d9799fe6ab3221965efac00b4c34a2bcc102c086a58dff9e19a08b913c7ef FROM ubuntu:${BASEVERSION} From f45d66e6d47b5b911733e7d643c95288f61a92eb Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 06:56:23 -0700 Subject: [PATCH 196/339] chore(deps): update docker/setup-buildx-action action to v3.7.0 (#566) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 2e5bbde6..e9c5d225 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 + uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 56c0c0f5..2df6bf62 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 + uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 128a0a74..a0a5411e 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 + uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index cd6ad765..2787d85e 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 + uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index b1fb544f..f4c184f3 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 + uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0 with: version: latest driver-opts: network=host From f1a21d8a8ebc9e1ec809dcd525458baeb41ddd74 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 06:57:51 -0700 Subject: [PATCH 197/339] chore(deps): update docker/setup-buildx-action action to v3.7.1 (#567) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index e9c5d225..e40638d5 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0 + uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 2df6bf62..3acadde4 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0 + uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index a0a5411e..a4d360f9 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0 + uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 2787d85e..373753b1 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0 + uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index f4c184f3..a7b205d3 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0 + uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 with: version: latest driver-opts: network=host From a86fc0b99a53a4ca51e3bd005e089a2725fea5b8 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:25:45 -0700 Subject: [PATCH 198/339] chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v5 (#569) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d69f78dd..5599437e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ # pre-commit autoupdate repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: fix-byte-order-marker From 8c86b31a8fe10616cf56c081b95edd988a4c7bd0 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:02:15 -0700 Subject: [PATCH 199/339] chore(deps): update actions/checkout action to v4.2.1 (#571) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index e40638d5..137cdcfb 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 3acadde4..9099d5eb 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index a4d360f9..b7de6471 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 373753b1..bd8a281f 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8ff26838..a240403c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index a7b205d3..d40adfbf 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 From 5cac8057f1960aac3c757c43b3e38411175e50b9 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:02:47 -0700 Subject: [PATCH 200/339] chore(deps): update amazonlinux docker tag to v2.0.20241001.0 (#572) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 25412717..7de8d011 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240916.0@sha256:76f4ec44daeb3889e7d5c3d71c15b06e4b84b90da25b660ce2e47f65f8173c18 AS base-arm64 +FROM amazonlinux:2.0.20241001.0@sha256:09edcbdd6712e5a52f9dc647b12c21ce1dc7677957ce1e99bac3871681f854a1 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 8e8da0a5..e0c37208 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20240916.0@sha256:76f4ec44daeb3889e7d5c3d71c15b06e4b84b90da25b660ce2e47f65f8173c18 AS base-arm64 +FROM amazonlinux:2.0.20241001.0@sha256:09edcbdd6712e5a52f9dc647b12c21ce1dc7677957ce1e99bac3871681f854a1 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 4e5633bd..517975e7 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20240916.0@sha256:76f4ec44daeb3889e7d5c3d71c15b06e4b84b90da25b660ce2e47f65f8173c18 +FROM amazonlinux:2.0.20241001.0@sha256:09edcbdd6712e5a52f9dc647b12c21ce1dc7677957ce1e99bac3871681f854a1 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From 0cd63c90e392223d4453872ac1b606c3d5953351 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:40:06 +0200 Subject: [PATCH 201/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.4 (#574) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5599437e..c5e0e399 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.3 + rev: 0.29.4 hooks: - id: check-github-workflows - id: check-renovate From 055aa86b0ee491babd964ec8258bad616789fdf7 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:41:43 +0200 Subject: [PATCH 202/339] chore(deps): update ubuntu docker tag to focal-20241011 (#575) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/ubuntu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anaconda-pkg-base/linux/ubuntu.Dockerfile b/anaconda-pkg-base/linux/ubuntu.Dockerfile index 085ad069..d871e111 100644 --- a/anaconda-pkg-base/linux/ubuntu.Dockerfile +++ b/anaconda-pkg-base/linux/ubuntu.Dockerfile @@ -1,4 +1,4 @@ -ARG BASEVERSION=focal-20240918@sha256:6d8d9799fe6ab3221965efac00b4c34a2bcc102c086a58dff9e19a08b913c7ef +ARG BASEVERSION=focal-20241011@sha256:e341aa0d58bb9480bd092a137658bd1a7a5e8ae4fca31769df0eb7d6c4b8266e FROM ubuntu:${BASEVERSION} From 03b4aa524481a32a01a07c2b9a18c5f8a3f591d4 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:16:06 +0200 Subject: [PATCH 203/339] chore(deps): update debian:12.7-slim docker digest to 36e591f (#576) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 39e4059f..e4f868fc 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.7-slim@sha256:ad86386827b083b3d71139050b47ffb32bbd9559ea9b1345a739b14fec2d9ecf +FROM debian:12.7-slim@sha256:36e591f228bb9b99348f584e83f16e012c33ba5cad44ef5981a1d7c0a93eca22 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 06e2f850..eb2bfcf8 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.7-slim@sha256:ad86386827b083b3d71139050b47ffb32bbd9559ea9b1345a739b14fec2d9ecf +FROM debian:12.7-slim@sha256:36e591f228bb9b99348f584e83f16e012c33ba5cad44ef5981a1d7c0a93eca22 LABEL maintainer="Anaconda, Inc" From c4647b2e70f6a21bc6a1b741aac6d152fecc2223 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:04:19 +0200 Subject: [PATCH 204/339] chore(deps): update miniconda to py312_24.9.2-0 (#582) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda-pkg-build/linux/cuda/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index e0c37208..56d2e2cb 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -84,7 +84,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_24.7.1-0 +ARG INSTALLER_VERSION=py312_24.9.2-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index d80d1eec..7b127d61 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -80,7 +80,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_24.7.1-0 +ARG INSTALLER_VERSION=py312_24.9.2-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index eb2bfcf8..83e8a14a 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -28,14 +28,14 @@ CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.7.1-0-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="33442cd3813df33dcbb4a932b938ee95398be98344dff4c30f7e757cd2110e4f" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.9.2-0-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="8d936ba600300e08eca3d874dee88c61c6f39303597b2b66baee54af4f7b4122" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.7.1-0-Linux-s390x.sh" -ARG SHA256SUM_S390X="5a454c59314f63a0b860e2ed27d68f4a2516c77a7beda919fc11d3cd03c6b2d2" +ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.9.2-0-Linux-s390x.sh" +ARG SHA256SUM_S390X="876db345b31db6d2b96ab1e2aedfbcea8af6b951a3218e6fd36f657452d1305c" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.7.1-0-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="bdace1e233cda30ce37105de627e646ae8e04b036373eacfcd7fa8e35949f1b7" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.9.2-0-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="86b8df7481646cf87e77873e9789adb7569b58248d3aa629eb2da35e6f2e2eed" RUN set -x && \ UNAME_M="$(uname -m)" && \ From 7fae79e6b9b50b3bb5a005cad0b6cef4bff7edec Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:04:41 +0200 Subject: [PATCH 205/339] chore(deps): update actions/checkout action to v4.2.2 (#580) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 137cdcfb..165ef2b4 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 9099d5eb..f56c2a8d 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index b7de6471..01f18c92 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index bd8a281f..7daed443 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a240403c..df005f60 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index d40adfbf..f0dadc4c 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Login to DockerHub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 From 12a0f80c8bf2fdec91855c5663f4de92b2c450b5 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:05:01 +0200 Subject: [PATCH 206/339] chore(deps): update ubuntu:focal-20241011 docker digest to 8e5c4f0 (#578) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/ubuntu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anaconda-pkg-base/linux/ubuntu.Dockerfile b/anaconda-pkg-base/linux/ubuntu.Dockerfile index d871e111..00d8ab3d 100644 --- a/anaconda-pkg-base/linux/ubuntu.Dockerfile +++ b/anaconda-pkg-base/linux/ubuntu.Dockerfile @@ -1,4 +1,4 @@ -ARG BASEVERSION=focal-20241011@sha256:e341aa0d58bb9480bd092a137658bd1a7a5e8ae4fca31769df0eb7d6c4b8266e +ARG BASEVERSION=focal-20241011@sha256:8e5c4f0285ecbb4ead070431d29b576a530d3166df73ec44affc1cd27555141b FROM ubuntu:${BASEVERSION} From f6ca9949c06d8caeb7050c6c9e1560441e0b71bb Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:05:27 +0200 Subject: [PATCH 207/339] chore(deps): update amazonlinux docker tag to v2.0.20241014.0 (#579) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 7de8d011..e27d3573 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20241001.0@sha256:09edcbdd6712e5a52f9dc647b12c21ce1dc7677957ce1e99bac3871681f854a1 AS base-arm64 +FROM amazonlinux:2.0.20241014.0@sha256:2b88bea405394187dd0bb519e94f789e57b207d7424fe3b889dcdb967380e289 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 56d2e2cb..c98760da 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20241001.0@sha256:09edcbdd6712e5a52f9dc647b12c21ce1dc7677957ce1e99bac3871681f854a1 AS base-arm64 +FROM amazonlinux:2.0.20241014.0@sha256:2b88bea405394187dd0bb519e94f789e57b207d7424fe3b889dcdb967380e289 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 517975e7..6f3f0a04 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20241001.0@sha256:09edcbdd6712e5a52f9dc647b12c21ce1dc7677957ce1e99bac3871681f854a1 +FROM amazonlinux:2.0.20241014.0@sha256:2b88bea405394187dd0bb519e94f789e57b207d7424fe3b889dcdb967380e289 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From 9791307ad47d8859f3386b9d44ead40fc108ef4c Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Thu, 24 Oct 2024 11:46:23 +0200 Subject: [PATCH 208/339] Disable pkg-build image builds (#568) --- .../workflows/anaconda_pkg_build_linux.yml | 24 +++++++++---------- .../anaconda_pkg_build_linux_cuda.yml | 24 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 01f18c92..037f8378 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -1,17 +1,17 @@ name: Build and publish Linux package builder images on: - push: - branches: - - main - tags: - - 'pkg-build-*' - paths: - - 'anaconda-pkg-build/linux/Dockerfile' - - '.github/workflows/anaconda_pkg_build_linux.yml' - pull_request: - paths: - - 'anaconda-pkg-build/linux/Dockerfile' - - '.github/workflows/anaconda_pkg_build_linux.yml' + #push: + # branches: + # - main + # tags: + # - 'pkg-build-*' + # paths: + # - 'anaconda-pkg-build/linux/Dockerfile' + # - '.github/workflows/anaconda_pkg_build_linux.yml' + #pull_request: + # paths: + # - 'anaconda-pkg-build/linux/Dockerfile' + # - '.github/workflows/anaconda_pkg_build_linux.yml' workflow_dispatch: jobs: diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 7daed443..b9fa3931 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -1,17 +1,17 @@ name: Build and publish Linux CUDA package builder images on: - push: - branches: - - main - tags: - - 'pkg-build-*' - paths: - - 'anaconda-pkg-build/linux/cuda/Dockerfile' - - '.github/workflows/anaconda_pkg_build_linux_cuda.yml' - pull_request: - paths: - - 'anaconda-pkg-build/linux/cuda/Dockerfile' - - '.github/workflows/anaconda_pkg_build_linux_cuda.yml' + #push: + # branches: + # - main + # tags: + # - 'pkg-build-*' + # paths: + # - 'anaconda-pkg-build/linux/cuda/Dockerfile' + # - '.github/workflows/anaconda_pkg_build_linux_cuda.yml' + #pull_request: + # paths: + # - 'anaconda-pkg-build/linux/cuda/Dockerfile' + # - '.github/workflows/anaconda_pkg_build_linux_cuda.yml' workflow_dispatch: jobs: From 910a112263c18d0b59fdff0e9cdd22af4f2fe272 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 09:07:38 +0200 Subject: [PATCH 209/339] chore(deps): update actions/setup-python action to v5.3.0 (#583) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index df005f60..1016cb19 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: '3.11' - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 From e9244a0a50f2614ad7d8e98c9619bf8d0cf88a5d Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:48:08 -0700 Subject: [PATCH 210/339] chore(deps): update anaconda distribution to v2024.10-1 (#581) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/amazonlinux/Dockerfile | 4 ++-- anaconda3/debian/Dockerfile | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 6f3f0a04..937c8239 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -4,8 +4,8 @@ ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH # renovate: datasource=custom.anaconda_installer -ARG INSTALLER_URL="https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-aarch64.sh" -ARG SHA256SUM="b4be0ad2052236882402902a31d32cd37635d3db194a42f977be0d68a8ff1a31" +ARG INSTALLER_URL="https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-aarch64.sh" +ARG SHA256SUM="489c608e8bddd2cf29dfbdd811cf99087cd6b6a0615d41c6f9058ce340594b65" # hadolint ignore=DL3008 # hadolint ignore=DL3033 diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index e4f868fc..fa725102 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -4,14 +4,14 @@ ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH # renovate: datasource=custom.anaconda_installer -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="539bb43d9a52d758d0fdfa1b1b049920ec6f8c6d15ee9fe4a423355fe551a8f7" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="3ba0a298155c32fbfd80cbc238298560bf69a2df511783054adfc151b76d80d8" # renovate: datasource=custom.anaconda_installer -ARG INSTALLER_URL_S390X="https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-s390x.sh" -ARG SHA256SUM_S390X="1b3f4ef4147137fb1861f8251679ea96e651a7c405993c61e39441e43ee2dd11" +ARG INSTALLER_URL_S390X="https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-s390x.sh" +ARG SHA256SUM_S390X="e00bd5e6c275695e8050a45aa85790315f504c95243dfe3632f505284310f3c4" # renovate: datasource=custom.anaconda_installer -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="b4be0ad2052236882402902a31d32cd37635d3db194a42f977be0d68a8ff1a31" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="489c608e8bddd2cf29dfbdd811cf99087cd6b6a0615d41c6f9058ce340594b65" # hadolint ignore=DL3008 RUN set -x && \ From bca0b1aaa6d262254640c66058c37f2e4ec06b89 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 07:14:13 -0800 Subject: [PATCH 211/339] chore(deps): update amazonlinux docker tag to v2.0.20241031.0 (#584) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index e27d3573..52a028ad 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20241014.0@sha256:2b88bea405394187dd0bb519e94f789e57b207d7424fe3b889dcdb967380e289 AS base-arm64 +FROM amazonlinux:2.0.20241031.0@sha256:d8a85ac2885377f9e476bd6655e5591d375c788368779cfacd2e6d70cc339593 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index c98760da..08126102 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20241014.0@sha256:2b88bea405394187dd0bb519e94f789e57b207d7424fe3b889dcdb967380e289 AS base-arm64 +FROM amazonlinux:2.0.20241031.0@sha256:d8a85ac2885377f9e476bd6655e5591d375c788368779cfacd2e6d70cc339593 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 937c8239..a398f6b8 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20241014.0@sha256:2b88bea405394187dd0bb519e94f789e57b207d7424fe3b889dcdb967380e289 +FROM amazonlinux:2.0.20241031.0@sha256:d8a85ac2885377f9e476bd6655e5591d375c788368779cfacd2e6d70cc339593 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From c905f210d38d3bee4c59fdf41afdfd6649227afd Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:55:29 -0800 Subject: [PATCH 212/339] chore(deps): update amazonlinux:2.0.20241031.0 docker digest to e958ac8 (#585) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 52a028ad..55b730f7 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20241031.0@sha256:d8a85ac2885377f9e476bd6655e5591d375c788368779cfacd2e6d70cc339593 AS base-arm64 +FROM amazonlinux:2.0.20241031.0@sha256:e958ac8f6acf8ddb8bc171d0a3f8744889f6dc0802277113222da68822335720 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 08126102..b6ddf956 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20241031.0@sha256:d8a85ac2885377f9e476bd6655e5591d375c788368779cfacd2e6d70cc339593 AS base-arm64 +FROM amazonlinux:2.0.20241031.0@sha256:e958ac8f6acf8ddb8bc171d0a3f8744889f6dc0802277113222da68822335720 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index a398f6b8..5fbc4578 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20241031.0@sha256:d8a85ac2885377f9e476bd6655e5591d375c788368779cfacd2e6d70cc339593 +FROM amazonlinux:2.0.20241031.0@sha256:e958ac8f6acf8ddb8bc171d0a3f8744889f6dc0802277113222da68822335720 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From e6faec2cc85ca0aa5ff390b02d15d5c3801fbedc Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:55:49 -0800 Subject: [PATCH 213/339] chore(deps): update debian docker tag to v12.8 (#586) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index fa725102..b41ba409 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.7-slim@sha256:36e591f228bb9b99348f584e83f16e012c33ba5cad44ef5981a1d7c0a93eca22 +FROM debian:12.8-slim@sha256:ca3372ce30b03a591ec573ea975ad8b0ecaf0eb17a354416741f8001bbcae33d ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 83e8a14a..6d1d2240 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.7-slim@sha256:36e591f228bb9b99348f584e83f16e012c33ba5cad44ef5981a1d7c0a93eca22 +FROM debian:12.8-slim@sha256:ca3372ce30b03a591ec573ea975ad8b0ecaf0eb17a354416741f8001bbcae33d LABEL maintainer="Anaconda, Inc" From ade78cd21c692a59a5fcc733a1e41ba7626a401b Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:39:59 -0800 Subject: [PATCH 214/339] chore(deps): update amazonlinux docker tag to v2.0.20241113.1 (#587) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 55b730f7..7933cf6e 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20241031.0@sha256:e958ac8f6acf8ddb8bc171d0a3f8744889f6dc0802277113222da68822335720 AS base-arm64 +FROM amazonlinux:2.0.20241113.1@sha256:256a092a1df6b2bfcf88aa38d8255a37adf65d62e9544c1047dc6803cbd220ee AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index b6ddf956..828aefe9 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20241031.0@sha256:e958ac8f6acf8ddb8bc171d0a3f8744889f6dc0802277113222da68822335720 AS base-arm64 +FROM amazonlinux:2.0.20241113.1@sha256:256a092a1df6b2bfcf88aa38d8255a37adf65d62e9544c1047dc6803cbd220ee AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 5fbc4578..6bdd7168 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20241031.0@sha256:e958ac8f6acf8ddb8bc171d0a3f8744889f6dc0802277113222da68822335720 +FROM amazonlinux:2.0.20241113.1@sha256:256a092a1df6b2bfcf88aa38d8255a37adf65d62e9544c1047dc6803cbd220ee ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From 30ea4ff392db32a1a1378eaf0ad6f9f7e7984726 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 07:48:48 -0800 Subject: [PATCH 215/339] chore(deps): update docker/metadata-action action to v5.6.1 (#588) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 165ef2b4..fa754993 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index f56c2a8d..d92c1e78 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 037f8378..0b3e3e54 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index b9fa3931..d18aea0f 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -49,7 +49,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index f0dadc4c..859aa350 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: continuumio/miniconda3 tags: | From 2fc32f4cbd051519c43a58d6cd1c8de194f239eb Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 07:27:04 -0800 Subject: [PATCH 216/339] chore(deps): update docker/build-push-action action to v6.10.0 (#589) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index fa754993..30da944a 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index d92c1e78..03fea6df 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 0b3e3e54..3a6a4862 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index d18aea0f..93617b36 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 859aa350..94c92235 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From d8f6c5a64bfcbf894f1d9ee8b3e466d9a25de84f Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 07:09:28 -0800 Subject: [PATCH 217/339] chore(deps): update debian:12.8-slim docker digest to 1537a6a (#591) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index b41ba409..7919de22 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.8-slim@sha256:ca3372ce30b03a591ec573ea975ad8b0ecaf0eb17a354416741f8001bbcae33d +FROM debian:12.8-slim@sha256:1537a6a1cbc4b4fd401da800ee9480207e7dc1f23560c21259f681db56768f63 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 6d1d2240..22fce757 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.8-slim@sha256:ca3372ce30b03a591ec573ea975ad8b0ecaf0eb17a354416741f8001bbcae33d +FROM debian:12.8-slim@sha256:1537a6a1cbc4b4fd401da800ee9480207e7dc1f23560c21259f681db56768f63 LABEL maintainer="Anaconda, Inc" From dbe4286c335dd6be8ea369dd61a963f27526c45a Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 07:09:44 -0800 Subject: [PATCH 218/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.30.0 (#590) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5e0e399..26a9ab46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows - id: check-renovate From 44f71735028d0d6c55e224d4bf7942332df7afdb Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:55:45 -0800 Subject: [PATCH 219/339] chore(deps): update docker/setup-buildx-action action to v3.8.0 (#592) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 30da944a..d75abe1a 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 + uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 03fea6df..855bdf0f 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 + uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 3a6a4862..a358197e 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 + uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 93617b36..68cb65ed 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 + uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 94c92235..a19991f1 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 + uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 with: version: latest driver-opts: network=host From 5551f212ec5fbb3816b8f25b32c9178c65689468 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:56:11 -0800 Subject: [PATCH 220/339] chore(deps): update miniconda to py312_24.11.1-0 (#593) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda-pkg-build/linux/cuda/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 828aefe9..c58a030b 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -84,7 +84,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_24.9.2-0 +ARG INSTALLER_VERSION=py312_24.11.1-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index 7b127d61..ae8ff0ad 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -80,7 +80,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_24.9.2-0 +ARG INSTALLER_VERSION=py312_24.11.1-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 22fce757..91fe563d 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -28,14 +28,14 @@ CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.9.2-0-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="8d936ba600300e08eca3d874dee88c61c6f39303597b2b66baee54af4f7b4122" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.11.1-0-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="636b209b00b6673471f846581829d4b96b9c3378679925a59a584257c3fef5a3" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.9.2-0-Linux-s390x.sh" -ARG SHA256SUM_S390X="876db345b31db6d2b96ab1e2aedfbcea8af6b951a3218e6fd36f657452d1305c" +ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.11.1-0-Linux-s390x.sh" +ARG SHA256SUM_S390X="105bce6b0137f574147b8fdfd5e3a7d6c92f3ea9fbf3e0de61331ea43586e9af" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.9.2-0-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="86b8df7481646cf87e77873e9789adb7569b58248d3aa629eb2da35e6f2e2eed" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.11.1-0-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="9180a2f1fab799fd76e9ef914643269dcf5bad9d455623b905b87f5d39ae140f" RUN set -x && \ UNAME_M="$(uname -m)" && \ From 9353077c923d58ca9d24d6029f9ca31fef67f61d Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:52:56 -0800 Subject: [PATCH 221/339] chore(deps): update amazonlinux:2.0.20241113.1 docker digest to 252fb93 (#594) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 7933cf6e..f94bcae5 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20241113.1@sha256:256a092a1df6b2bfcf88aa38d8255a37adf65d62e9544c1047dc6803cbd220ee AS base-arm64 +FROM amazonlinux:2.0.20241113.1@sha256:252fb930032bf14619cf033b1b4c45932f5e8527ac48e0d56fa552ab56747abb AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index c58a030b..2691b06e 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20241113.1@sha256:256a092a1df6b2bfcf88aa38d8255a37adf65d62e9544c1047dc6803cbd220ee AS base-arm64 +FROM amazonlinux:2.0.20241113.1@sha256:252fb930032bf14619cf033b1b4c45932f5e8527ac48e0d56fa552ab56747abb AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 6bdd7168..3ff6178f 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20241113.1@sha256:256a092a1df6b2bfcf88aa38d8255a37adf65d62e9544c1047dc6803cbd220ee +FROM amazonlinux:2.0.20241113.1@sha256:252fb930032bf14619cf033b1b4c45932f5e8527ac48e0d56fa552ab56747abb ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From 287b3c602b6d1d0e1144ec99eb6633be29681fc1 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:53:08 -0800 Subject: [PATCH 222/339] chore(deps): update debian:12.8-slim docker digest to d365f49 (#595) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 7919de22..1818df6d 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.8-slim@sha256:1537a6a1cbc4b4fd401da800ee9480207e7dc1f23560c21259f681db56768f63 +FROM debian:12.8-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a5f8106ed8fe948eb ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 91fe563d..824da30c 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.8-slim@sha256:1537a6a1cbc4b4fd401da800ee9480207e7dc1f23560c21259f681db56768f63 +FROM debian:12.8-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a5f8106ed8fe948eb LABEL maintainer="Anaconda, Inc" From 0bcdfef3742714ebacd25e6461e165f08767ffe0 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:31:03 -0800 Subject: [PATCH 223/339] chore(deps): update amazonlinux:2.0.20241113.1 docker digest to b890f2a (#597) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index f94bcae5..20bbc437 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20241113.1@sha256:252fb930032bf14619cf033b1b4c45932f5e8527ac48e0d56fa552ab56747abb AS base-arm64 +FROM amazonlinux:2.0.20241113.1@sha256:b890f2adca423631e2bf572e249757f9a06d3df03e173054fc8c8fc882f3150c AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 2691b06e..3cd8ccac 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20241113.1@sha256:252fb930032bf14619cf033b1b4c45932f5e8527ac48e0d56fa552ab56747abb AS base-arm64 +FROM amazonlinux:2.0.20241113.1@sha256:b890f2adca423631e2bf572e249757f9a06d3df03e173054fc8c8fc882f3150c AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 3ff6178f..04925732 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20241113.1@sha256:252fb930032bf14619cf033b1b4c45932f5e8527ac48e0d56fa552ab56747abb +FROM amazonlinux:2.0.20241113.1@sha256:b890f2adca423631e2bf572e249757f9a06d3df03e173054fc8c8fc882f3150c ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From 8a96d46125d956ae8037362a67b23e8b6fbd7c48 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:31:28 -0800 Subject: [PATCH 224/339] chore(deps): update docker/setup-qemu-action action to v3.3.0 (#599) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index d75abe1a..ff1c56c9 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 + uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 with: platforms: linux/arm64/v8 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 855bdf0f..ae9bb0a2 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 + uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 with: platforms: linux/amd64,linux/arm64/v8,linux/s390x diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index a358197e..06710e3b 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 + uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 68cb65ed..fd175e5f 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 + uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index a19991f1..4ba0eff1 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 + uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 with: platforms: linux/amd64,linux/arm64,linux/s390x From 5a410e0635693cefe98dc4073e8c52dbf117e023 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:31:40 -0800 Subject: [PATCH 225/339] chore(deps): update docker/build-push-action action to v6.11.0 (#598) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index ff1c56c9..1f88b75b 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index ae9bb0a2..47f6f103 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 06710e3b..b5d3e2b4 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index fd175e5f..6ab46603 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 4ba0eff1..216c3ec7 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 814086e5f825ea7b6e1bdc066584c4a0dc447a29 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 07:30:11 -0800 Subject: [PATCH 226/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.0 (#596) * chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.0 * Use nonunicode regex variant to restore old default behavior --------- Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> Co-authored-by: Marco Esters --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26a9ab46..da063093 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,10 +20,11 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.0 hooks: - id: check-github-workflows - id: check-renovate + args: ["--regex-variant", "nonunicode"] - repo: https://github.com/codespell-project/codespell rev: v2.3.0 hooks: From 8f3647b3f0db368c940181ce2939d4b7d2133188 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 06:51:44 -0800 Subject: [PATCH 227/339] chore(deps): update debian docker tag to v12.9 (#601) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 1818df6d..ddfbd0c0 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.8-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a5f8106ed8fe948eb +FROM debian:12.9-slim@sha256:f70dc8d6a8b6a06824c92471a1a258030836b26b043881358b967bf73de7c5ab ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 824da30c..af9cd472 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.8-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a5f8106ed8fe948eb +FROM debian:12.9-slim@sha256:f70dc8d6a8b6a06824c92471a1a258030836b26b043881358b967bf73de7c5ab LABEL maintainer="Anaconda, Inc" From b9484bf86dc0f998f29619c4010d40b5e129abfc Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 06:52:17 -0800 Subject: [PATCH 228/339] chore(deps): update docker/build-push-action action to v6.12.0 (#602) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 1f88b75b..32a13775 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 47f6f103..49496ffe 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index b5d3e2b4..2d2adae4 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 6ab46603..0db895cd 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 216c3ec7..8d30ea04 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From a061c25bcb148675d23cab1e1ae71027fc6b0091 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:51:35 +0100 Subject: [PATCH 229/339] chore(deps): update pre-commit hook codespell-project/codespell to v2.4.0 (#603) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da063093..d69d2475 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: check-renovate args: ["--regex-variant", "nonunicode"] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell - repo: meta From a49c2f2894dc26556b23bed6cee66bf2a6a466ee Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:27:20 +0100 Subject: [PATCH 230/339] chore(deps): update amazonlinux docker tag to v2.0.20250116.0 (#600) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 20bbc437..2478c7a9 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20241113.1@sha256:b890f2adca423631e2bf572e249757f9a06d3df03e173054fc8c8fc882f3150c AS base-arm64 +FROM amazonlinux:2.0.20250116.0@sha256:d9a531f29186ea49a03f47f855cae721a939478cca54a53ef00b62b1cb814128 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 3cd8ccac..f4b19b3e 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20241113.1@sha256:b890f2adca423631e2bf572e249757f9a06d3df03e173054fc8c8fc882f3150c AS base-arm64 +FROM amazonlinux:2.0.20250116.0@sha256:d9a531f29186ea49a03f47f855cae721a939478cca54a53ef00b62b1cb814128 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 04925732..d30bfc6f 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20241113.1@sha256:b890f2adca423631e2bf572e249757f9a06d3df03e173054fc8c8fc882f3150c +FROM amazonlinux:2.0.20250116.0@sha256:d9a531f29186ea49a03f47f855cae721a939478cca54a53ef00b62b1cb814128 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From a1b7f5f45c3ffcd3d873ae1d667ba22615e80a1b Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 07:10:46 -0800 Subject: [PATCH 231/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.1 (#607) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d69d2475..42ea8eea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.0 + rev: 0.31.1 hooks: - id: check-github-workflows - id: check-renovate From 45cf90a596f2ff0c8bf8eb31094e130d2a948829 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 07:11:02 -0800 Subject: [PATCH 232/339] chore(deps): update pre-commit hook codespell-project/codespell to v2.4.1 (#605) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42ea8eea..9a32cc7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: check-renovate args: ["--regex-variant", "nonunicode"] - repo: https://github.com/codespell-project/codespell - rev: v2.4.0 + rev: v2.4.1 hooks: - id: codespell - repo: meta From d6048b44aa8601d94aa64e12b8feb7bd543ae7b6 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 07:11:18 -0800 Subject: [PATCH 233/339] chore(deps): update actions/setup-python action to v5.4.0 (#606) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1016cb19..222e70dd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: python-version: '3.11' - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 From e380ed137a2e4c334a178c9ee7feada026b854a7 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 07:19:53 -0800 Subject: [PATCH 234/339] chore(deps): update docker/build-push-action action to v6.13.0 (#604) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 32a13775..27de56f3 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -53,7 +53,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 49496ffe..55d93137 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,7 +51,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 2d2adae4..81899f83 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 0db895cd..0bcaf974 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -60,7 +60,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 8d30ea04..90309b8c 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,7 +50,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From db3c5872eee08f0273a9c49285309c8d5a85eb42 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 07:36:24 -0800 Subject: [PATCH 235/339] chore(deps): update amazonlinux docker tag to v2.0.20250123.4 (#608) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 2478c7a9..faa08bdd 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250116.0@sha256:d9a531f29186ea49a03f47f855cae721a939478cca54a53ef00b62b1cb814128 AS base-arm64 +FROM amazonlinux:2.0.20250123.4@sha256:098e9812e65e4357922426d15c2afa343da8d245456107a59ae8322292e53dbf AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index f4b19b3e..bd94e81a 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250116.0@sha256:d9a531f29186ea49a03f47f855cae721a939478cca54a53ef00b62b1cb814128 AS base-arm64 +FROM amazonlinux:2.0.20250123.4@sha256:098e9812e65e4357922426d15c2afa343da8d245456107a59ae8322292e53dbf AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index d30bfc6f..443a6e5b 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20250116.0@sha256:d9a531f29186ea49a03f47f855cae721a939478cca54a53ef00b62b1cb814128 +FROM amazonlinux:2.0.20250123.4@sha256:098e9812e65e4357922426d15c2afa343da8d245456107a59ae8322292e53dbf ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From 446e90b2c534660c8d529f4e972e7c8c9a98cf96 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 07:35:35 -0800 Subject: [PATCH 236/339] chore(deps): update debian:12.9-slim docker digest to 40b1073 (#609) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index ddfbd0c0..d18c53c5 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.9-slim@sha256:f70dc8d6a8b6a06824c92471a1a258030836b26b043881358b967bf73de7c5ab +FROM debian:12.9-slim@sha256:40b107342c492725bc7aacbe93a49945445191ae364184a6d24fedb28172f6f7 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index af9cd472..b97e8061 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.9-slim@sha256:f70dc8d6a8b6a06824c92471a1a258030836b26b043881358b967bf73de7c5ab +FROM debian:12.9-slim@sha256:40b107342c492725bc7aacbe93a49945445191ae364184a6d24fedb28172f6f7 LABEL maintainer="Anaconda, Inc" From 31cf697445c18708133707894e2973118f772635 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 07:46:13 -0800 Subject: [PATCH 237/339] chore(deps): update docker/setup-buildx-action action to v3.9.0 (#610) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 27de56f3..8b638eb6 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 + uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 55d93137..80a729fe 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 + uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 81899f83..f09dadfb 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 + uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 0bcaf974..c83a102d 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 + uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 90309b8c..0c07dba1 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 + uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 with: version: latest driver-opts: network=host From 976ba9bc174c1f5fe9eaf859dde1a25a756b5d9a Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Fri, 7 Feb 2025 08:12:56 -0800 Subject: [PATCH 238/339] Use QEMU v8.1.5 (#613) --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 ++ .github/workflows/anaconda_debian_ci.yml | 2 ++ .github/workflows/anaconda_pkg_build_linux.yml | 3 +++ .github/workflows/anaconda_pkg_build_linux_cuda.yml | 3 +++ .github/workflows/miniconda_debian_ci.yml | 2 ++ 5 files changed, 12 insertions(+) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 8b638eb6..24e9c808 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -30,6 +30,8 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 with: + # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 + image: tonistiigi/binfmt:qemu-v8.1.5 platforms: linux/arm64/v8 - name: Set up Docker Buildx diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 80a729fe..854d666b 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -30,6 +30,8 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 with: + # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 + image: tonistiigi/binfmt:qemu-v8.1.5 platforms: linux/amd64,linux/arm64/v8,linux/s390x - name: Set up Docker Buildx diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index f09dadfb..edd875d3 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -39,6 +39,9 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 + with: + # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 + image: tonistiigi/binfmt:qemu-v8.1.5 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index c83a102d..a1d71df2 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -39,6 +39,9 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 + with: + # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 + image: tonistiigi/binfmt:qemu-v8.1.5 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 0c07dba1..e5952b5c 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -30,6 +30,8 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 with: + # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 + image: tonistiigi/binfmt:qemu-v8.1.5 platforms: linux/amd64,linux/arm64,linux/s390x - name: Set up Docker Buildx From bb16e6ff767588d2f878277b63f7e41c2ee3d307 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 08:28:19 -0800 Subject: [PATCH 239/339] chore(deps): update docker/setup-qemu-action action to v3.4.0 (#611) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 24e9c808..cbf625d2 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 + uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 854d666b..40c5ea4b 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 + uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index edd875d3..626f69d3 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 + uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index a1d71df2..8814f6b2 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 + uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index e5952b5c..c31016e1 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 + uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 From 9b46229a260aa819821d833e0be57f8ec2273698 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 08:31:10 -0800 Subject: [PATCH 240/339] chore(deps): update miniconda to v25 (#612) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda-pkg-build/linux/cuda/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index bd94e81a..b88ee806 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -84,7 +84,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_24.11.1-0 +ARG INSTALLER_VERSION=py312_25.1.1-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index ae8ff0ad..523db868 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -80,7 +80,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_24.11.1-0 +ARG INSTALLER_VERSION=py312_25.1.1-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index b97e8061..5c830a47 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -28,14 +28,14 @@ CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.11.1-0-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="636b209b00b6673471f846581829d4b96b9c3378679925a59a584257c3fef5a3" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-0-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="832de27a5a35b7963f0d83466abada3eb138e51985255f190e0dc350427a9dd1" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.11.1-0-Linux-s390x.sh" -ARG SHA256SUM_S390X="105bce6b0137f574147b8fdfd5e3a7d6c92f3ea9fbf3e0de61331ea43586e9af" +ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-0-Linux-s390x.sh" +ARG SHA256SUM_S390X="fa0b443ea73c71abd29eb51212c7b032d5089cbb2761aa07f91668b903a2a575" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.11.1-0-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="9180a2f1fab799fd76e9ef914643269dcf5bad9d455623b905b87f5d39ae140f" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-0-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="ae9d3ea83df97e78fd51c452d0bc75005a28d504c22db6f1000822293f916b54" RUN set -x && \ UNAME_M="$(uname -m)" && \ From e8329208f43fd10496b85bc9458ab7c4c9bfbba9 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 07:22:59 -0800 Subject: [PATCH 241/339] chore(deps): update amazonlinux docker tag to v2.0.20250201.0 (#614) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index faa08bdd..a27f33a9 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250123.4@sha256:098e9812e65e4357922426d15c2afa343da8d245456107a59ae8322292e53dbf AS base-arm64 +FROM amazonlinux:2.0.20250201.0@sha256:b1b123fdcccab612861866f6e6d10823b2aee22357f10f27a66044207ccc3c89 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index b88ee806..a10127fe 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250123.4@sha256:098e9812e65e4357922426d15c2afa343da8d245456107a59ae8322292e53dbf AS base-arm64 +FROM amazonlinux:2.0.20250201.0@sha256:b1b123fdcccab612861866f6e6d10823b2aee22357f10f27a66044207ccc3c89 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 443a6e5b..899bd87f 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20250123.4@sha256:098e9812e65e4357922426d15c2afa343da8d245456107a59ae8322292e53dbf +FROM amazonlinux:2.0.20250201.0@sha256:b1b123fdcccab612861866f6e6d10823b2aee22357f10f27a66044207ccc3c89 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From 15ade45f50c8251b5315c1e2ace33ce6ef6ae8cb Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 07:23:11 -0800 Subject: [PATCH 242/339] chore(deps): update miniconda to py312_25.1.1-1 (#615) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda-pkg-build/linux/cuda/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index a10127fe..82ebfb1d 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -84,7 +84,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_25.1.1-0 +ARG INSTALLER_VERSION=py312_25.1.1-1 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index 523db868..b616cbfc 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -80,7 +80,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_25.1.1-0 +ARG INSTALLER_VERSION=py312_25.1.1-1 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 5c830a47..5177a3d7 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -28,14 +28,14 @@ CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-0-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="832de27a5a35b7963f0d83466abada3eb138e51985255f190e0dc350427a9dd1" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-1-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="2cc524b9b47b268e1a3ecca1f7f3c1bb4142f42a10001c88fb69c6664ca8a9a6" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-0-Linux-s390x.sh" -ARG SHA256SUM_S390X="fa0b443ea73c71abd29eb51212c7b032d5089cbb2761aa07f91668b903a2a575" +ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-1-Linux-s390x.sh" +ARG SHA256SUM_S390X="f644f5c18985078e6cd1af9c517f9634dbb3199a86f75eb90a9fb303289ebf0b" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-0-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="ae9d3ea83df97e78fd51c452d0bc75005a28d504c22db6f1000822293f916b54" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-1-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="c8a2112c5ed07196a0e7cf0682ff39c9a28eac5862df49659af7d4f6906efa70" RUN set -x && \ UNAME_M="$(uname -m)" && \ From 30b4baea7bcfa3c73f7c80d8d5854fb2232455a6 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 07:06:55 -0800 Subject: [PATCH 243/339] chore(deps): update miniconda to py312_25.1.1-2 (#616) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda-pkg-build/linux/cuda/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 82ebfb1d..5c0897ae 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -84,7 +84,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_25.1.1-1 +ARG INSTALLER_VERSION=py312_25.1.1-2 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index b616cbfc..2c246d42 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -80,7 +80,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_25.1.1-1 +ARG INSTALLER_VERSION=py312_25.1.1-2 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 5177a3d7..1f1014b3 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -28,14 +28,14 @@ CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-1-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="2cc524b9b47b268e1a3ecca1f7f3c1bb4142f42a10001c88fb69c6664ca8a9a6" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-2-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="4766d85b5f7d235ce250e998ebb5a8a8210cbd4f2b0fea4d2177b3ed9ea87884" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-1-Linux-s390x.sh" -ARG SHA256SUM_S390X="f644f5c18985078e6cd1af9c517f9634dbb3199a86f75eb90a9fb303289ebf0b" +ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-2-Linux-s390x.sh" +ARG SHA256SUM_S390X="55c681937c27e13a8ed818d1fec182e623e0308fffc1b10605896dac15f90077" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-1-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="c8a2112c5ed07196a0e7cf0682ff39c9a28eac5862df49659af7d4f6906efa70" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-2-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="6d05b9f9b7f327b90797a4cf56d68c81578bab2f63257a3e7a8b72cb0f0e4b5d" RUN set -x && \ UNAME_M="$(uname -m)" && \ From b9d5fd0039e09661c1f5943cb7a4feec5c6ccfd5 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:17:20 +0100 Subject: [PATCH 244/339] chore(deps): update amazonlinux:2.0.20250201.0 docker digest to 54e463d (#617) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index a27f33a9..152e3d9f 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250201.0@sha256:b1b123fdcccab612861866f6e6d10823b2aee22357f10f27a66044207ccc3c89 AS base-arm64 +FROM amazonlinux:2.0.20250201.0@sha256:54e463dbd590df74a416d616e5f2743e91c5404d8f4e2f442ddc5355d4a55629 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 5c0897ae..2e4a8c63 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250201.0@sha256:b1b123fdcccab612861866f6e6d10823b2aee22357f10f27a66044207ccc3c89 AS base-arm64 +FROM amazonlinux:2.0.20250201.0@sha256:54e463dbd590df74a416d616e5f2743e91c5404d8f4e2f442ddc5355d4a55629 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 899bd87f..9cdf1e8c 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20250201.0@sha256:b1b123fdcccab612861866f6e6d10823b2aee22357f10f27a66044207ccc3c89 +FROM amazonlinux:2.0.20250201.0@sha256:54e463dbd590df74a416d616e5f2743e91c5404d8f4e2f442ddc5355d4a55629 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From e5b3e40084186d698a4e250f9d7057ca9cb287fa Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:17:40 +0100 Subject: [PATCH 245/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.2 (#618) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a32cc7a..ed161054 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.1 + rev: 0.31.2 hooks: - id: check-github-workflows - id: check-renovate From d7c3c904f2bd6d129a11510e392b886a4865e438 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:17:53 +0100 Subject: [PATCH 246/339] chore(deps): update docker/build-push-action action to v6.14.0 (#619) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index cbf625d2..60b9ee47 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -55,7 +55,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 40c5ea4b..f188eee6 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -53,7 +53,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 626f69d3..ffc6959e 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -63,7 +63,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 8814f6b2..cf9ea0e7 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -63,7 +63,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index c31016e1..683461fb 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -52,7 +52,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 355f70bea506a0ced91a6f259b247ab297baa168 Mon Sep 17 00:00:00 2001 From: danpetry Date: Wed, 26 Feb 2025 14:42:20 -0600 Subject: [PATCH 247/339] Add Alma v8.10/glibc v2.28 based docker container, tagged -almalinux8 (#621) * Add Alma v8.10/glibc v2.28 based docker container, tagged -almalinux8 - copies the Dockerfile from the existing main image - Adaptations to base on alma 8.10 - Adds GitHub Action based on cuda action, tagging this image - Build the images in PR, on merge, and on being tagged - Enforce that we don't give it the latest tag --------- Co-authored-by: Jean-Christophe Morin <38703886+JeanChristopheMorinPerso@users.noreply.github.com> --- .../anaconda_pkg_build_linux_alma.yml | 76 ++++++++++++ anaconda-pkg-build/linux/alma/Dockerfile | 116 ++++++++++++++++++ 2 files changed, 192 insertions(+) create mode 100644 .github/workflows/anaconda_pkg_build_linux_alma.yml create mode 100644 anaconda-pkg-build/linux/alma/Dockerfile diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml new file mode 100644 index 00000000..e44d6ed5 --- /dev/null +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -0,0 +1,76 @@ +name: Build and publish AlmaLinux 8 package builder images +on: + push: + branches: + - main + tags: + - 'pkg-build-alma-*' + paths: + - 'anaconda-pkg-build/linux/alma/Dockerfile' + - '.github/workflows/anaconda_pkg_build_linux_alma.yml' + pull_request: + paths: + - 'anaconda-pkg-build/linux/alma/Dockerfile' + - '.github/workflows/anaconda_pkg_build_linux_alma.yml' + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + + - name: Login to DockerHub + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + + - name: Login to Public ECR + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') + with: + registry: public.ecr.aws + username: ${{ secrets.AWS_ACCESS_KEY_ID }} + password: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + env: + AWS_REGION: us-east-1 + + - name: Set up QEMU + uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0 + with: + # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 + image: tonistiigi/binfmt:qemu-v8.1.5 + + - name: Set up Docker Buildx + id: buildx + uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 + with: + version: latest + driver-opts: network=host + + - name: Docker meta + id: meta + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 + with: + images: | + continuumio/anaconda-pkg-build + public.ecr.aws/y0o4y9o3/anaconda-pkg-build + tags: | + type=ref,event=branch,suffix=-almalinux-8 + type=ref,event=pr,suffix=-almalinux-8 + type=match,pattern=pkg-build-(.*),group=1,suffix=-almalinux-8 + flavor: | + latest=false + + - name: build-push pkg-builder + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 + with: + context: ./anaconda-pkg-build/linux/alma + builder: ${{ steps.buildx.outputs.name }} + file: ./anaconda-pkg-build/linux/alma/Dockerfile + platforms: linux/amd64,linux/arm64/v8 + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/anaconda-pkg-build/linux/alma/Dockerfile b/anaconda-pkg-build/linux/alma/Dockerfile new file mode 100644 index 00000000..ff609b83 --- /dev/null +++ b/anaconda-pkg-build/linux/alma/Dockerfile @@ -0,0 +1,116 @@ +# Dockerfile for container images that Anaconda, Inc. uses to build conda +# packages released on the "defaults" (repo.anaconda.com) channels. + +ARG GCC_VER=11.2.0 + +FROM almalinux:8.10-20240923@sha256:d7dbaf57916185b2be09e1eaa1156b543f3937164ffa08d7fdc020a0a3800a5a + +# hadolint ignore=DL3031,DL3033 +RUN \ + # Hack to force locale generation, if needed + yum update -q -y glibc-common \ + && yum install -q -y \ + #---------------------------------------- + # X11-related libraries needed for various CDTs + #---------------------------------------- + libX11 \ + libXau \ + libxcb \ + libXcomposite \ + libXcursor \ + libXdamage \ + libXdmcp \ + libXext \ + libXfixes \ + libXi \ + libXinerama \ + libXrandr \ + libXrender \ + libXScrnSaver \ + libXt \ + libXtst \ + #---------------------------------------- + # MESA 3D graphics library + #---------------------------------------- + #mesa-libEGL \ + #mesa-libGL \ + #mesa-libGLU \ + #---------------------------------------- + # Vendor-neutral OpenGL + #---------------------------------------- + libglvnd-opengl \ + #---------------------------------------- + # X11 virtual framebuffer; useful for testing GUI apps + #---------------------------------------- + xorg-x11-server-Xvfb \ + #---------------------------------------- + # Other hardware and low-level system libraries + #---------------------------------------- + #alsa-lib \ + #libselinux \ + #pam \ + #pciutils-libs \ + #---------------------------------------- + # Low-level and basic system utilities. + # + # NOTE: previous versions of this image included tools like `patch` + # and `make`; these days, we prefer package recipes list the + # equivalent conda packages as build dependencies, rather than + # assume the build container provides these tools. + #---------------------------------------- + curl \ + file \ + net-tools \ + openssh-clients \ + procps-ng \ + psmisc \ + rsync \ + tar \ + util-linux \ + #wget \ + which \ + && yum clean all + +# Set the locale +ENV LANG=en_US.UTF-8 +ENV LANGUAGE=en_US:en +ENV LC_ALL=en_US.UTF-8 + +# renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh +ARG INSTALLER_VERSION=py312_25.1.1-2 + +RUN curl -sSL -o /tmp/miniconda.sh \ + "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ + && sha256sum /tmp/miniconda.sh \ + && /bin/bash /tmp/miniconda.sh -bfp /opt/conda \ + && rm -fv /tmp/miniconda.sh \ + # ensure there are no out of range userids + && chown -R root:root /opt/conda + +# hadolint ignore=DL3059 +RUN MC_ARCH="$(uname -m)" \ + && if [ "${MC_ARCH}" = "x86_64" ]; then subdir="64"; else subdir="${MC_ARCH}"; fi \ + && /opt/conda/bin/conda update --all --quiet --yes \ + && /opt/conda/bin/conda install --quiet --yes conda-build \ + && /opt/conda/bin/conda clean --all --yes \ + && rm -fv /opt/conda/.condarc \ + && /opt/conda/bin/conda config --system --set show_channel_urls True \ + && /opt/conda/bin/conda config --system --set add_pip_as_python_dependency False \ + && /opt/conda/bin/conda config --show-sources \ + # Cache our C and C++ compilers so we don't have to download them with + # each build; skipping the Fortran compiler as it's not used often + # enough to justify the cache space. Note that we do NOT want to + # _actually install_ the compilers in the base environment, as doing so + # runs the risk of buggy recipes falling back to those compilers via + # `$PATH`, rather than erroring out due to missing compilers in the + # `build`/`host` requirements. + # + # Note, too, that this MUST come _after_ the `conda clean --all` above, + # or the compilers will be dumped from the package cache. + && /opt/conda/bin/conda install --download-only --quiet --yes \ + "gcc_linux-$subdir=${GCC_VER}" "gxx_linux-$subdir=${GCC_VER}" \ + && /opt/conda/bin/conda clean --index-cache --yes + +ENV PATH="/opt/conda/bin:${PATH}" + +CMD [ "/bin/bash" ] From 4f58ea58aa9e0857353c4671cb325c446b785b3f Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:51:44 +0100 Subject: [PATCH 248/339] chore(deps): update docker/setup-qemu-action action to v3.5.0 (#625) --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 60b9ee47..c36b6958 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0 + uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v3.5.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index f188eee6..3c18357d 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0 + uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v3.5.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index ffc6959e..dd2b2258 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0 + uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v3.5.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index e44d6ed5..5d40277f 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0 + uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v3.5.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index cf9ea0e7..8f58fd37 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0 + uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v3.5.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 683461fb..fe14788e 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0 + uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v3.5.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 From a4a84e384b6ce562bca1fc2b1e36ac088649350b Mon Sep 17 00:00:00 2001 From: danpetry Date: Thu, 27 Feb 2025 13:38:05 -0600 Subject: [PATCH 249/339] Constrain conda build to a version which builds tarballs by default (#627) * Constrain conda build to a version which builds tarballs by default; this change impacts on Anaconda's CI * Use installer version of existing image --- anaconda-pkg-build/linux/alma/Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anaconda-pkg-build/linux/alma/Dockerfile b/anaconda-pkg-build/linux/alma/Dockerfile index ff609b83..6dcf3588 100644 --- a/anaconda-pkg-build/linux/alma/Dockerfile +++ b/anaconda-pkg-build/linux/alma/Dockerfile @@ -77,7 +77,7 @@ ENV LANGUAGE=en_US:en ENV LC_ALL=en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_25.1.1-2 +ARG INSTALLER_VERSION=py312_24.5.0-0 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ @@ -87,11 +87,13 @@ RUN curl -sSL -o /tmp/miniconda.sh \ # ensure there are no out of range userids && chown -R root:root /opt/conda +# anaconda-telemetry conflicts with conda-build 24.1.2 # hadolint ignore=DL3059 RUN MC_ARCH="$(uname -m)" \ && if [ "${MC_ARCH}" = "x86_64" ]; then subdir="64"; else subdir="${MC_ARCH}"; fi \ && /opt/conda/bin/conda update --all --quiet --yes \ - && /opt/conda/bin/conda install --quiet --yes conda-build \ + #&& /opt/conda/bin/conda uninstall --quiet --yes conda-anaconda-telemetry \ + && /opt/conda/bin/conda install --quiet --yes conda-build=24.1.2 \ && /opt/conda/bin/conda clean --all --yes \ && rm -fv /opt/conda/.condarc \ && /opt/conda/bin/conda config --system --set show_channel_urls True \ From 5db27fa3c0a31df4ff430e9d3af460e00ba781aa Mon Sep 17 00:00:00 2001 From: danpetry Date: Fri, 28 Feb 2025 09:02:43 -0600 Subject: [PATCH 250/339] Don't rebuild alma image on push, don't renovate, remove comments (#629) --- .../anaconda_pkg_build_linux_alma.yml | 24 +++++++++---------- anaconda-pkg-build/linux/alma/Dockerfile | 5 ++-- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 5d40277f..a0205d49 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -1,17 +1,17 @@ name: Build and publish AlmaLinux 8 package builder images on: - push: - branches: - - main - tags: - - 'pkg-build-alma-*' - paths: - - 'anaconda-pkg-build/linux/alma/Dockerfile' - - '.github/workflows/anaconda_pkg_build_linux_alma.yml' - pull_request: - paths: - - 'anaconda-pkg-build/linux/alma/Dockerfile' - - '.github/workflows/anaconda_pkg_build_linux_alma.yml' + # push: + # branches: + # - main + # tags: + # - 'pkg-build-alma-*' + # paths: + # - 'anaconda-pkg-build/linux/alma/Dockerfile' + # - '.github/workflows/anaconda_pkg_build_linux_alma.yml' + # pull_request: + # paths: + # - 'anaconda-pkg-build/linux/alma/Dockerfile' + # - '.github/workflows/anaconda_pkg_build_linux_alma.yml' workflow_dispatch: jobs: diff --git a/anaconda-pkg-build/linux/alma/Dockerfile b/anaconda-pkg-build/linux/alma/Dockerfile index 6dcf3588..579435bb 100644 --- a/anaconda-pkg-build/linux/alma/Dockerfile +++ b/anaconda-pkg-build/linux/alma/Dockerfile @@ -76,7 +76,8 @@ ENV LANG=en_US.UTF-8 ENV LANGUAGE=en_US:en ENV LC_ALL=en_US.UTF-8 -# renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh +# this should not be renovated. If it is, conda-build v24.1.2 won't be able to +# be installed, which will make this image not usable in Anaconda's current CI ARG INSTALLER_VERSION=py312_24.5.0-0 RUN curl -sSL -o /tmp/miniconda.sh \ @@ -87,12 +88,10 @@ RUN curl -sSL -o /tmp/miniconda.sh \ # ensure there are no out of range userids && chown -R root:root /opt/conda -# anaconda-telemetry conflicts with conda-build 24.1.2 # hadolint ignore=DL3059 RUN MC_ARCH="$(uname -m)" \ && if [ "${MC_ARCH}" = "x86_64" ]; then subdir="64"; else subdir="${MC_ARCH}"; fi \ && /opt/conda/bin/conda update --all --quiet --yes \ - #&& /opt/conda/bin/conda uninstall --quiet --yes conda-anaconda-telemetry \ && /opt/conda/bin/conda install --quiet --yes conda-build=24.1.2 \ && /opt/conda/bin/conda clean --all --yes \ && rm -fv /opt/conda/.condarc \ From 37e8fa5261d47e4845f2df7042ff44a1e7a78d9e Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:24:59 -0700 Subject: [PATCH 251/339] chore(deps): update debian:12.9-slim docker digest to 12c396b (#620) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index d18c53c5..1986abaf 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.9-slim@sha256:40b107342c492725bc7aacbe93a49945445191ae364184a6d24fedb28172f6f7 +FROM debian:12.9-slim@sha256:12c396bd585df7ec21d5679bb6a83d4878bc4415ce926c9e5ea6426d23c60bdc ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 1f1014b3..ce469b60 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.9-slim@sha256:40b107342c492725bc7aacbe93a49945445191ae364184a6d24fedb28172f6f7 +FROM debian:12.9-slim@sha256:12c396bd585df7ec21d5679bb6a83d4878bc4415ce926c9e5ea6426d23c60bdc LABEL maintainer="Anaconda, Inc" From c4d59ebd5fff71af6658545a5ea999886371a03e Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:25:42 -0700 Subject: [PATCH 252/339] chore(deps): update docker/build-push-action action to v6.15.0 (#622) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index c36b6958..3ab07bed 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -55,7 +55,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 + uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 3c18357d..d26b830c 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -53,7 +53,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 + uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index dd2b2258..a02146d9 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -63,7 +63,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 + uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index a0205d49..3009cfd3 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -65,7 +65,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 + uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 with: context: ./anaconda-pkg-build/linux/alma builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 8f58fd37..53c24163 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -63,7 +63,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 + uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index fe14788e..13620e42 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -52,7 +52,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 + uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 0436abfa9ac531d4c605d22ee548aeb6c497205c Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:26:34 -0700 Subject: [PATCH 253/339] chore(deps): update docker/metadata-action action to v5.7.0 (#623) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 3ab07bed..b6db2df9 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -43,7 +43,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 + uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index d26b830c..7a37519d 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -43,7 +43,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 + uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index a02146d9..7377dcb9 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -52,7 +52,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 + uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 3009cfd3..7107a492 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -52,7 +52,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 + uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 53c24163..44ba3cbb 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -52,7 +52,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 + uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 13620e42..69833553 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -43,7 +43,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 + uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 with: images: continuumio/miniconda3 tags: | From e39474ce3bae4a46193d8bbfa1e56f3a3033d59e Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:27:43 -0700 Subject: [PATCH 254/339] chore(deps): update amazonlinux docker tag to v2.0.20250220.0 (#630) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 152e3d9f..18ce0153 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250201.0@sha256:54e463dbd590df74a416d616e5f2743e91c5404d8f4e2f442ddc5355d4a55629 AS base-arm64 +FROM amazonlinux:2.0.20250220.0@sha256:e93831796ed92c1a5bee977ae61cf8ca0e53e813207f2b1d2e176097edfe8e69 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 2e4a8c63..07e2411f 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250201.0@sha256:54e463dbd590df74a416d616e5f2743e91c5404d8f4e2f442ddc5355d4a55629 AS base-arm64 +FROM amazonlinux:2.0.20250220.0@sha256:e93831796ed92c1a5bee977ae61cf8ca0e53e813207f2b1d2e176097edfe8e69 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 9cdf1e8c..8b7667ef 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20250201.0@sha256:54e463dbd590df74a416d616e5f2743e91c5404d8f4e2f442ddc5355d4a55629 +FROM amazonlinux:2.0.20250220.0@sha256:e93831796ed92c1a5bee977ae61cf8ca0e53e813207f2b1d2e176097edfe8e69 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From 63113c8436f81b8039bdbe340d622a3dd15ef1e5 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:28:00 -0700 Subject: [PATCH 255/339] chore(deps): update docker/setup-qemu-action action to v3.6.0 (#631) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index b6db2df9..f3231d58 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v3.5.0 + uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 7a37519d..2cf58eb2 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v3.5.0 + uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 7377dcb9..08382629 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v3.5.0 + uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 7107a492..dbb6b62d 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v3.5.0 + uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 44ba3cbb..411c92b9 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -38,7 +38,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v3.5.0 + uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 69833553..2c6c2b99 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v3.5.0 + uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 From 28cbc0a882a773f83345ca5cdf1be5bc0a05c870 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:28:23 -0700 Subject: [PATCH 256/339] chore(deps): update docker/setup-buildx-action action to v3.10.0 (#624) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index f3231d58..4f12a88b 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 + uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 2cf58eb2..38af2483 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 + uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 08382629..0ddf4eac 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -45,7 +45,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 + uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index dbb6b62d..894ef81f 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -45,7 +45,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 + uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 411c92b9..37722db4 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -45,7 +45,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 + uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 2c6c2b99..96544629 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 + uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 with: version: latest driver-opts: network=host From a1621f8976f3190efbdf2cc9a459c552b2ec3c82 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:28:37 -0700 Subject: [PATCH 257/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.3 (#632) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ed161054..ced700c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.2 + rev: 0.31.3 hooks: - id: check-github-workflows - id: check-renovate From 47dbd8c071ca4e1954c535461e69632bfd43fa3d Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 07:05:27 -0700 Subject: [PATCH 258/339] chore(deps): update amazonlinux docker tag to v2.0.20250305.0 (#633) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 18ce0153..844cad51 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250220.0@sha256:e93831796ed92c1a5bee977ae61cf8ca0e53e813207f2b1d2e176097edfe8e69 AS base-arm64 +FROM amazonlinux:2.0.20250305.0@sha256:a076fb9a9e7cb261ad1a87827c301cc63f5eff08e8d11ef74f425b22b1cff37e AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 07e2411f..6eb55fbf 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250220.0@sha256:e93831796ed92c1a5bee977ae61cf8ca0e53e813207f2b1d2e176097edfe8e69 AS base-arm64 +FROM amazonlinux:2.0.20250305.0@sha256:a076fb9a9e7cb261ad1a87827c301cc63f5eff08e8d11ef74f425b22b1cff37e AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 8b7667ef..903437ce 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20250220.0@sha256:e93831796ed92c1a5bee977ae61cf8ca0e53e813207f2b1d2e176097edfe8e69 +FROM amazonlinux:2.0.20250305.0@sha256:a076fb9a9e7cb261ad1a87827c301cc63f5eff08e8d11ef74f425b22b1cff37e ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From 85cd4168dbbeada3713135044d6d03744cb99235 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 07:21:15 -0700 Subject: [PATCH 259/339] chore(deps): update docker/login-action action to v3.4.0 (#634) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_alma.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 4 ++-- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 4f12a88b..78e03903 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Login to DockerHub - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 38af2483..bbe0e80b 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Login to DockerHub - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 0ddf4eac..90e2b204 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Login to DockerHub - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 894ef81f..55a1e5f2 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Login to DockerHub - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 37722db4..167210fc 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Login to DockerHub - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 96544629..6755c0ed 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Login to DockerHub - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From b9e52caf1c01e430a8d0e6f452526ecea0ef7c35 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Mon, 17 Mar 2025 16:47:24 +0100 Subject: [PATCH 260/339] Do not hardcode 'base' as environment activated by default (#636) --- anaconda3/amazonlinux/Dockerfile | 2 +- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 903437ce..f88a772a 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -36,7 +36,7 @@ RUN yum install -y \ rm anaconda.sh shasum && \ ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \ - echo "conda activate base" >> ~/.bashrc && \ + echo "conda activate" >> ~/.bashrc && \ find /opt/conda/ -follow -type f -name '*.a' -delete && \ find /opt/conda/ -follow -type f -name '*.js.map' -delete && \ /opt/conda/bin/conda clean -afy diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 1986abaf..d964ac91 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -56,7 +56,7 @@ RUN set -x && \ rm anaconda.sh shasum && \ ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \ - echo "conda activate base" >> ~/.bashrc && \ + echo "conda activate" >> ~/.bashrc && \ find /opt/conda/ -follow -type f -name '*.a' -delete && \ find /opt/conda/ -follow -type f -name '*.js.map' -delete && \ /opt/conda/bin/conda clean -afy diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index ce469b60..ab027284 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -57,7 +57,7 @@ RUN set -x && \ rm miniconda.sh shasum && \ ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \ - echo "conda activate base" >> ~/.bashrc && \ + echo "conda activate" >> ~/.bashrc && \ find /opt/conda/ -follow -type f -name '*.a' -delete && \ find /opt/conda/ -follow -type f -name '*.js.map' -delete && \ /opt/conda/bin/conda clean -afy From 5372e4a9909ac774888c21340fa6e30b3ec3dc14 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 09:40:55 -0700 Subject: [PATCH 261/339] chore(deps): update debian docker tag to v12.10 (#637) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index d964ac91..8ce7c8b5 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.9-slim@sha256:12c396bd585df7ec21d5679bb6a83d4878bc4415ce926c9e5ea6426d23c60bdc +FROM debian:12.10-slim@sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index ab027284..352b5f60 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.9-slim@sha256:12c396bd585df7ec21d5679bb6a83d4878bc4415ce926c9e5ea6426d23c60bdc +FROM debian:12.10-slim@sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d LABEL maintainer="Anaconda, Inc" From 6e3c3087f043df23791821a2136deb4acfcebcf3 Mon Sep 17 00:00:00 2001 From: danpetry Date: Thu, 20 Mar 2025 14:18:50 -0500 Subject: [PATCH 262/339] Add dockerfile for rocky8 based cuda container, which supports cudnn 9.1.1 (#635) * Add dockerfile for rocky8 based cuda container, which supports cudnn 9.1.1 * Remove renovate command --- .../linux/cuda-rocky8/Dockerfile | 121 ++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 anaconda-pkg-build/linux/cuda-rocky8/Dockerfile diff --git a/anaconda-pkg-build/linux/cuda-rocky8/Dockerfile b/anaconda-pkg-build/linux/cuda-rocky8/Dockerfile new file mode 100644 index 00000000..39e5ba82 --- /dev/null +++ b/anaconda-pkg-build/linux/cuda-rocky8/Dockerfile @@ -0,0 +1,121 @@ +# This container has the CUDA compilers installed. For versions less than 12, they're used, +# because defaults' cudatoolkit <= 11.8 package doesn't provide compilers. +# But not for versions equal and greater than 12. +ARG CUDA_VERSION=12.4.1 +ARG GCC_VER=11.2.0 +FROM nvidia/cuda:${CUDA_VERSION}-devel-rockylinux8 + +# this is mostly copied from public.ecr.aws/y0o4y9o3/anaconda-pkg-build + +# ulimit needs to be turned down: https://bugzilla.redhat.com/show_bug.cgi?id=1537564 +# hadolint ignore=DL3031,DL3033,SC3045 +RUN ulimit -n 1024 \ + # Hack to force locale generation, if needed + && yum update -q -y glibc-common \ + && yum install -q -y \ + #---------------------------------------- + # X11-related libraries needed for various CDTs + #---------------------------------------- + libX11 \ + libXau \ + libxcb \ + libXcomposite \ + libXcursor \ + libXdamage \ + libXdmcp \ + libXext \ + libXfixes \ + libXi \ + libXinerama \ + libXrandr \ + libXrender \ + libXScrnSaver \ + libXt \ + libXtst \ + #---------------------------------------- + # MESA 3D graphics library + #---------------------------------------- + #mesa-libEGL \ + #mesa-libGL \ + #mesa-libGLU \ + #---------------------------------------- + # Vendor-neutral OpenGL + #---------------------------------------- + libglvnd-opengl \ + #---------------------------------------- + # X11 virtual framebuffer; useful for testing GUI apps + #---------------------------------------- + xorg-x11-server-Xvfb \ + #---------------------------------------- + # Other hardware and low-level system libraries + #---------------------------------------- + #alsa-lib \ + #libselinux \ + #pam \ + #pciutils-libs \ + #---------------------------------------- + # Low-level and basic system utilities. + # + # NOTE: previous versions of this image included tools like `patch` + # and `make`; these days, we prefer package recipes list the + # equivalent conda packages as build dependencies, rather than + # assume the build container provides these tools. + #---------------------------------------- + curl \ + file \ + net-tools \ + openssh-clients \ + procps-ng \ + psmisc \ + rsync \ + tar \ + util-linux \ + diffutils \ + #wget \ + which \ + && yum clean all + +# Set the locale +ENV LANG=en_US.UTF-8 +ENV LANGUAGE=en_US:en +ENV LC_ALL=en_US.UTF-8 + +# this should not be renovated. If it is, conda-build v24.1.2 won't be able to +# be installed, which will make this image not usable in Anaconda's current CI +ARG INSTALLER_VERSION=py312_24.5.0-0 + +RUN curl -sSL -o /tmp/miniconda.sh \ + "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ + && sha256sum /tmp/miniconda.sh \ + && /bin/bash /tmp/miniconda.sh -bfp /opt/conda \ + && rm -fv /tmp/miniconda.sh \ + # ensure there are no out of range userids + && chown -R root:root /opt/conda + +# hadolint ignore=DL3059 +RUN MC_ARCH="$(uname -m)" \ + && if [ "${MC_ARCH}" = "x86_64" ]; then subdir="64"; else subdir="${MC_ARCH}"; fi \ + && /opt/conda/bin/conda update --all --quiet --yes \ + && /opt/conda/bin/conda install --quiet --yes conda-build=24.1.2 \ + && /opt/conda/bin/conda clean --all --yes \ + && rm -fv /opt/conda/.condarc \ + && /opt/conda/bin/conda config --system --set show_channel_urls True \ + && /opt/conda/bin/conda config --system --set add_pip_as_python_dependency False \ + && /opt/conda/bin/conda config --show-sources \ + # Cache our C and C++ compilers so we don't have to download them with + # each build; skipping the Fortran compiler as it's not used often + # enough to justify the cache space. Note that we do NOT want to + # _actually install_ the compilers in the base environment, as doing so + # runs the risk of buggy recipes falling back to those compilers via + # `$PATH`, rather than erroring out due to missing compilers in the + # `build`/`host` requirements. + # + # Note, too, that this MUST come _after_ the `conda clean --all` above, + # or the compilers will be dumped from the package cache. + && /opt/conda/bin/conda install --download-only --quiet --yes \ + "gcc_linux-$subdir=${GCC_VER}" "gxx_linux-$subdir=${GCC_VER}" \ + && /opt/conda/bin/conda clean --index-cache --yes + +ENV PATH="/opt/conda/bin:${PATH}" + +CMD [ "/bin/bash" ] From 1420916728c6cf259ce3a5ad8c8e93e97a35b940 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 11:05:38 -0700 Subject: [PATCH 263/339] chore(deps): update actions/setup-python action to v5.5.0 (#638) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 222e70dd..6fd77dbd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: python-version: '3.11' - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 From 895b4b190e99cff9537c175c63651c26b0d9ab38 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 11:09:28 -0700 Subject: [PATCH 264/339] chore(deps): update dependency python to 3.13 (#639) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6fd77dbd..3da8bd6b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,5 +12,5 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: - python-version: '3.11' + python-version: '3.13' - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 From 5d874b9ebb6daec11c72ab6f969f79db9907df14 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 07:10:41 -0700 Subject: [PATCH 265/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.32.1 (#640) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ced700c2..4cc17819 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.3 + rev: 0.32.1 hooks: - id: check-github-workflows - id: check-renovate From 5c90444e802e7a82615127a91f994e3c8d6252b1 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 09:32:16 -0700 Subject: [PATCH 266/339] chore(deps): update amazonlinux docker tag to v2.0.20250321.0 (#641) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 844cad51..74fb0b8f 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250305.0@sha256:a076fb9a9e7cb261ad1a87827c301cc63f5eff08e8d11ef74f425b22b1cff37e AS base-arm64 +FROM amazonlinux:2.0.20250321.0@sha256:cdd35aff33c0135d6e3fcadd500577a09c85b70cdf00573e213e1924e802602d AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 6eb55fbf..43161927 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250305.0@sha256:a076fb9a9e7cb261ad1a87827c301cc63f5eff08e8d11ef74f425b22b1cff37e AS base-arm64 +FROM amazonlinux:2.0.20250321.0@sha256:cdd35aff33c0135d6e3fcadd500577a09c85b70cdf00573e213e1924e802602d AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index f88a772a..69c29bd1 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20250305.0@sha256:a076fb9a9e7cb261ad1a87827c301cc63f5eff08e8d11ef74f425b22b1cff37e +FROM amazonlinux:2.0.20250321.0@sha256:cdd35aff33c0135d6e3fcadd500577a09c85b70cdf00573e213e1924e802602d ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From 9cb356def1b1f0d76aab6d2eef0525eb1941115e Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:36:50 -0700 Subject: [PATCH 267/339] chore(deps): update debian:12.10-slim docker digest to b1211f6 (#643) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 8ce7c8b5..4eda2a32 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.10-slim@sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d +FROM debian:12.10-slim@sha256:b1211f6d19afd012477bd34fdcabb6b663d680e0f4b0537da6e6b0fd057a3ec3 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 352b5f60..281f2aa8 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.10-slim@sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d +FROM debian:12.10-slim@sha256:b1211f6d19afd012477bd34fdcabb6b663d680e0f4b0537da6e6b0fd057a3ec3 LABEL maintainer="Anaconda, Inc" From 93ff3713e1d9de8d0ba8d2482fba1e2273646a45 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:37:12 -0700 Subject: [PATCH 268/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.33.0 (#645) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4cc17819..892f1e7f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.32.1 + rev: 0.33.0 hooks: - id: check-github-workflows - id: check-renovate From b387a03e9e867e2d54c659e374c5b3236b79d73e Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 08:12:42 -0700 Subject: [PATCH 269/339] chore(deps): update actions/setup-python action to v5.6.0 (#646) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3da8bd6b..ae9137f0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 + - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: '3.13' - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 From 3640f9a6d3fc28bca8206a76fdf93ee385f1d1f4 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 08:48:29 -0700 Subject: [PATCH 270/339] chore(deps): update docker/build-push-action action to v6.16.0 (#647) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 78e03903..0ea843ec 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -55,7 +55,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index bbe0e80b..e301bdbf 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -53,7 +53,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 90e2b204..2f56e8a0 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -63,7 +63,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 55a1e5f2..8753f3ac 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -65,7 +65,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 with: context: ./anaconda-pkg-build/linux/alma builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 167210fc..ef1ff7c2 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -63,7 +63,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 6755c0ed..f1723599 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -52,7 +52,7 @@ jobs: type=match,pattern=miniconda3-v(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 272bd9d6336d7ed954f11f2877e3a7a83f18c043 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Fri, 25 Apr 2025 08:16:11 -0700 Subject: [PATCH 271/339] Remove `v` from Miniconda tag requirements (#648) * Remove v from miniconda tag requirement * Update badges --- .github/workflows/miniconda_debian_ci.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index f1723599..3b40050c 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -4,7 +4,7 @@ on: branches: - main tags: - - 'miniconda3-v*.*.*' + - 'miniconda3-*.*.*' paths: - 'miniconda3/debian/Dockerfile' - '.github/workflows/miniconda_debian_ci.yml' @@ -49,7 +49,7 @@ jobs: tags: | type=ref,event=branch type=ref,event=pr - type=match,pattern=miniconda3-v(.*),group=1 + type=match,pattern=miniconda3-(.*),group=1 - name: build miniconda3/debian uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 diff --git a/README.md b/README.md index 8889f02d..efe92fa2 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ https://hub.docker.com/r/continuumio/anaconda-pkg-build/tags?page=1&ordering=las image | description | version | pulls | stars ---------------- | ----------------------------------------- | ------- | ----- | ----- -[anaconda3](https://hub.docker.com/r/continuumio/anaconda3) | Container with a bootstrapped Anaconda installation | [![](https://img.shields.io/docker/v/continuumio/anaconda3?sort=semver)](https://hub.docker.com/r/continuumio/anaconda3) | [![](https://img.shields.io/docker/pulls/continuumio/anaconda3)](https://hub.docker.com/r/continuumio/anaconda3) | [![](https://img.shields.io/docker/stars/continuumio/anaconda3)](https://hub.docker.com/r/continuumio/anaconda3) -[miniconda3](https://hub.docker.com/r/continuumio/miniconda3) | Container with a bootstrapped Miniconda installation | [![](https://img.shields.io/docker/v/continuumio/miniconda3?sort=semver)](https://hub.docker.com/r/continuumio/miniconda3) | [![](https://img.shields.io/docker/pulls/continuumio/miniconda3)](https://hub.docker.com/r/continuumio/miniconda3) | [![](https://img.shields.io/docker/stars/continuumio/miniconda3)](https://hub.docker.com/r/continuumio/miniconda3) +[anaconda3](https://hub.docker.com/r/continuumio/anaconda3) | Container with a bootstrapped Anaconda installation | [![](https://img.shields.io/docker/v/continuumio/anaconda3/latest?label=version)](https://hub.docker.com/r/continuumio/anaconda3) | [![](https://img.shields.io/docker/pulls/continuumio/anaconda3)](https://hub.docker.com/r/continuumio/anaconda3) | [![](https://img.shields.io/docker/stars/continuumio/anaconda3)](https://hub.docker.com/r/continuumio/anaconda3) +[miniconda3](https://hub.docker.com/r/continuumio/miniconda3) | Container with a bootstrapped Miniconda installation | [![](https://img.shields.io/docker/v/continuumio/miniconda3/latest?label=version)](https://hub.docker.com/r/continuumio/miniconda3) | [![](https://img.shields.io/docker/pulls/continuumio/miniconda3)](https://hub.docker.com/r/continuumio/miniconda3) | [![](https://img.shields.io/docker/stars/continuumio/miniconda3)](https://hub.docker.com/r/continuumio/miniconda3) [Anaconda Package Build](https://hub.docker.com/r/continuumio/anaconda-pkg-build/tags?page=1&ordering=last_updated) | Container with a bootstrapped Anaconda installation with GCC | [![](https://img.shields.io/docker/v/continuumio/anaconda-pkg-build?sort=semver)](https://hub.docker.com/r/continuumio/anaconda-pkg-build) | [![](https://img.shields.io/docker/pulls/continuumio/anaconda-pkg-build)](https://hub.docker.com/r/continuumio/anaconda-pkg-build) | [![](https://img.shields.io/docker/stars/continuumio/anaconda-pkg-build)](https://hub.docker.com/r/continuumio/anaconda-pkg-build) ## Updating and publishing Docker images From 964d8d3c58a7c5588ed69965be1287b78ae0b129 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 08:16:33 -0700 Subject: [PATCH 272/339] chore(deps): update amazonlinux docker tag to v2.0.20250414.0 (#649) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 74fb0b8f..048ac884 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250321.0@sha256:cdd35aff33c0135d6e3fcadd500577a09c85b70cdf00573e213e1924e802602d AS base-arm64 +FROM amazonlinux:2.0.20250414.0@sha256:20d4a71d15107db6ec85b92460ed54c457ec4f96e5d061e733364afd165d4768 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 43161927..9e9125e7 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250321.0@sha256:cdd35aff33c0135d6e3fcadd500577a09c85b70cdf00573e213e1924e802602d AS base-arm64 +FROM amazonlinux:2.0.20250414.0@sha256:20d4a71d15107db6ec85b92460ed54c457ec4f96e5d061e733364afd165d4768 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 69c29bd1..c9e54daa 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20250321.0@sha256:cdd35aff33c0135d6e3fcadd500577a09c85b70cdf00573e213e1924e802602d +FROM amazonlinux:2.0.20250414.0@sha256:20d4a71d15107db6ec85b92460ed54c457ec4f96e5d061e733364afd165d4768 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From 7cd8a29ee383a32d1a26ed8dc2ba81ee95a534c5 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 10:39:01 -0700 Subject: [PATCH 273/339] chore(deps): update debian:12.10-slim docker digest to 4b50eb6 (#650) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 4eda2a32..17c70cc0 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.10-slim@sha256:b1211f6d19afd012477bd34fdcabb6b663d680e0f4b0537da6e6b0fd057a3ec3 +FROM debian:12.10-slim@sha256:4b50eb66f977b4062683ff434ef18ac191da862dbe966961bc11990cf5791a8d ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 281f2aa8..812ff4e0 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.10-slim@sha256:b1211f6d19afd012477bd34fdcabb6b663d680e0f4b0537da6e6b0fd057a3ec3 +FROM debian:12.10-slim@sha256:4b50eb66f977b4062683ff434ef18ac191da862dbe966961bc11990cf5791a8d LABEL maintainer="Anaconda, Inc" From b5342bed1043cb9597046ec468d0e74c9a4bbb48 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 07:38:48 -0700 Subject: [PATCH 274/339] chore(deps): update miniconda to py313_25.3.1-1 (#651) * chore(deps): update miniconda to py313_25.3.1-1 * Remove linux-390x --------- Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> Co-authored-by: Marco Esters --- .github/workflows/miniconda_debian_ci.yml | 4 ++-- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda-pkg-build/linux/cuda/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 14 ++++---------- 4 files changed, 8 insertions(+), 14 deletions(-) diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 3b40050c..32ef5c77 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: with: # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 image: tonistiigi/binfmt:qemu-v8.1.5 - platforms: linux/amd64,linux/arm64,linux/s390x + platforms: linux/amd64,linux/arm64 - name: Set up Docker Buildx id: buildx @@ -59,5 +59,5 @@ jobs: file: ./miniconda3/debian/Dockerfile tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64,linux/s390x + platforms: linux/amd64,linux/arm64 push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 9e9125e7..0231a825 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -84,7 +84,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_25.1.1-2 +ARG INSTALLER_VERSION=py313_25.3.1-1 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index 2c246d42..77496a32 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -80,7 +80,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py312_25.1.1-2 +ARG INSTALLER_VERSION=py313_25.3.1-1 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 812ff4e0..0b4dda41 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -28,23 +28,17 @@ CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-2-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="4766d85b5f7d235ce250e998ebb5a8a8210cbd4f2b0fea4d2177b3ed9ea87884" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py313_25.3.1-1-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="53a86109463cfd70ba7acab396d416e623012914eee004729e1ecd6fe94e8c69" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-2-Linux-s390x.sh" -ARG SHA256SUM_S390X="55c681937c27e13a8ed818d1fec182e623e0308fffc1b10605896dac15f90077" -# renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-2-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="6d05b9f9b7f327b90797a4cf56d68c81578bab2f63257a3e7a8b72cb0f0e4b5d" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py313_25.3.1-1-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="4caa0c266ab726b440ccad40a74774167494e001da5de281b74f2d5673e4ace9" RUN set -x && \ UNAME_M="$(uname -m)" && \ if [ "${UNAME_M}" = "x86_64" ]; then \ INSTALLER_URL="${INSTALLER_URL_LINUX64}"; \ SHA256SUM="${SHA256SUM_LINUX64}"; \ - elif [ "${UNAME_M}" = "s390x" ]; then \ - INSTALLER_URL="${INSTALLER_URL_S390X}"; \ - SHA256SUM="${SHA256SUM_S390X}"; \ elif [ "${UNAME_M}" = "aarch64" ]; then \ INSTALLER_URL="${INSTALLER_URL_AARCH64}"; \ SHA256SUM="${SHA256SUM_AARCH64}"; \ From cdbf1ab98f3d13d58e454d4ec69bc4dd84d7fe02 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 07:39:06 -0700 Subject: [PATCH 275/339] chore(deps): update amazonlinux docker tag to v2.0.20250428.0 (#652) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 048ac884..6c6e1161 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250414.0@sha256:20d4a71d15107db6ec85b92460ed54c457ec4f96e5d061e733364afd165d4768 AS base-arm64 +FROM amazonlinux:2.0.20250428.0@sha256:02992032c0054398cfaed02fde628daaa764e5c99e84141808768a78a5897df0 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 0231a825..adb9419a 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250414.0@sha256:20d4a71d15107db6ec85b92460ed54c457ec4f96e5d061e733364afd165d4768 AS base-arm64 +FROM amazonlinux:2.0.20250428.0@sha256:02992032c0054398cfaed02fde628daaa764e5c99e84141808768a78a5897df0 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index c9e54daa..c26cea09 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20250414.0@sha256:20d4a71d15107db6ec85b92460ed54c457ec4f96e5d061e733364afd165d4768 +FROM amazonlinux:2.0.20250428.0@sha256:02992032c0054398cfaed02fde628daaa764e5c99e84141808768a78a5897df0 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From e3e4bd8c1deff74b46c2472adf17344237881395 Mon Sep 17 00:00:00 2001 From: danpetry Date: Tue, 6 May 2025 11:22:42 -0500 Subject: [PATCH 276/339] Add github workflow to upload rocky 8 image for ongoing use (#642) * Add github workflow to upload rocky 8 image for building * Activate github action during push/merge/tag * Update base cuda version to 12.4.1, we don't build for 11.8 any more --- .../anaconda_pkg_build_linux_cuda.yml | 2 +- .../anaconda_pkg_build_linux_cuda_rocky8.yml | 76 +++++++++++++++++++ 2 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index ef1ff7c2..3945e616 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -70,7 +70,7 @@ jobs: file: ./anaconda-pkg-build/linux/cuda/Dockerfile platforms: linux/amd64 build-args: | - CUDA_VERSION=11.8.0 + CUDA_VERSION=12.4.1 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml new file mode 100644 index 00000000..ffd0f842 --- /dev/null +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -0,0 +1,76 @@ +name: Build and publish Linux CUDA package builder images +on: + push: + branches: + - main + tags: + - 'pkg-build-*' + paths: + - 'anaconda-pkg-build/linux/cuda-rocky8/Dockerfile' + - '.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml' + pull_request: + paths: + - 'anaconda-pkg-build/linux/cuda-rocky8/Dockerfile' + - '.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml' + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + + - name: Login to DockerHub + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + + - name: Login to Public ECR + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') + with: + registry: public.ecr.aws + username: ${{ secrets.AWS_ACCESS_KEY_ID }} + password: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + env: + AWS_REGION: us-east-1 + + - name: Set up QEMU + uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 + with: + # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 + image: tonistiigi/binfmt:qemu-v8.1.5 + + - name: Set up Docker Buildx + id: buildx + uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + with: + version: latest + driver-opts: network=host + + - name: Docker meta + id: meta + uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + with: + images: | + continuumio/anaconda-pkg-build + public.ecr.aws/y0o4y9o3/anaconda-pkg-build + tags: | + type=ref,event=branch,suffix=-cuda-rocky8 + type=ref,event=pr,suffix=-cuda-rocky8 + type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda-rocky8 + + - name: build-push pkg-builder + uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + with: + context: ./anaconda-pkg-build/linux/cuda-rocky8 + builder: ${{ steps.buildx.outputs.name }} + file: ./anaconda-pkg-build/linux/cuda-rocky8/Dockerfile + platforms: linux/amd64 + build-args: | + CUDA_VERSION=12.4.1 + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} From 2f477cb3545fe9154d0ec462ea22d3f72c26d36d Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 15:39:54 -0700 Subject: [PATCH 277/339] chore(deps): update amazonlinux docker tag to v2.0.20250512.0 (#654) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 6c6e1161..1f3e019c 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250428.0@sha256:02992032c0054398cfaed02fde628daaa764e5c99e84141808768a78a5897df0 AS base-arm64 +FROM amazonlinux:2.0.20250512.0@sha256:0448f7a32f9fa3728bce2f4177cd6e0491d8c0f8ef6a7ca22ead9e357afcf97a AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index adb9419a..a80cfcb2 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250428.0@sha256:02992032c0054398cfaed02fde628daaa764e5c99e84141808768a78a5897df0 AS base-arm64 +FROM amazonlinux:2.0.20250512.0@sha256:0448f7a32f9fa3728bce2f4177cd6e0491d8c0f8ef6a7ca22ead9e357afcf97a AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index c26cea09..2c9bc807 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20250428.0@sha256:02992032c0054398cfaed02fde628daaa764e5c99e84141808768a78a5897df0 +FROM amazonlinux:2.0.20250512.0@sha256:0448f7a32f9fa3728bce2f4177cd6e0491d8c0f8ef6a7ca22ead9e357afcf97a ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From ef89e75ca972550be4d5c422687dc171fabdd41e Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 15:40:15 -0700 Subject: [PATCH 278/339] chore(deps): update docker/build-push-action action to v6.17.0 (#653) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 0ea843ec..e288bdd5 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -55,7 +55,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 + uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index e301bdbf..9cafb56c 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -53,7 +53,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 + uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 2f56e8a0..4c37f1d5 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -63,7 +63,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 + uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 8753f3ac..ba779a2e 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -65,7 +65,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 + uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 with: context: ./anaconda-pkg-build/linux/alma builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 3945e616..07a2474b 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -63,7 +63,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 + uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index ffd0f842..8cbc1fd5 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -63,7 +63,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda-rocky8 - name: build-push pkg-builder - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 with: context: ./anaconda-pkg-build/linux/cuda-rocky8 builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 32ef5c77..f9a5ffa1 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -52,7 +52,7 @@ jobs: type=match,pattern=miniconda3-(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 + uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 7d1a9d10e6e9b4f2e4cea71d0729dc0d20219c65 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 14:24:59 -0700 Subject: [PATCH 279/339] chore(deps): update debian docker tag to v12.11 (#655) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 17c70cc0..3e40be0d 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.10-slim@sha256:4b50eb66f977b4062683ff434ef18ac191da862dbe966961bc11990cf5791a8d +FROM debian:12.11-slim@sha256:90522eeb7e5923ee2b871c639059537b30521272f10ca86fdbbbb2b75a8c40cd ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 0b4dda41..8539d369 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.10-slim@sha256:4b50eb66f977b4062683ff434ef18ac191da862dbe966961bc11990cf5791a8d +FROM debian:12.11-slim@sha256:90522eeb7e5923ee2b871c639059537b30521272f10ca86fdbbbb2b75a8c40cd LABEL maintainer="Anaconda, Inc" From f428022c191abc66b404905be78961ae8fc0844d Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 14:30:43 -0700 Subject: [PATCH 280/339] chore(deps): update docker/build-push-action action to v6.18.0 (#657) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index e288bdd5..c9c3ce6a 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -55,7 +55,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 9cafb56c..c7ba4cf6 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -53,7 +53,7 @@ jobs: type=match,pattern=anaconda3-(.*),group=1 - name: build-push anaconda3/debian - uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 4c37f1d5..cbea3300 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -63,7 +63,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index ba779a2e..836e3e71 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -65,7 +65,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: ./anaconda-pkg-build/linux/alma builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 07a2474b..ef2aa5d2 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -63,7 +63,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 8cbc1fd5..41baf129 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -63,7 +63,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda-rocky8 - name: build-push pkg-builder - uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: ./anaconda-pkg-build/linux/cuda-rocky8 builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index f9a5ffa1..44d64885 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -52,7 +52,7 @@ jobs: type=match,pattern=miniconda3-(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 992169ffdaec55e8e93e62d8a7394732dfc4e0db Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 15:05:01 -0700 Subject: [PATCH 281/339] chore(deps): update amazonlinux:2.0.20250512.0 docker digest to 2c8cd67 (#658) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 1f3e019c..4aadf366 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250512.0@sha256:0448f7a32f9fa3728bce2f4177cd6e0491d8c0f8ef6a7ca22ead9e357afcf97a AS base-arm64 +FROM amazonlinux:2.0.20250512.0@sha256:2c8cd67d220dae7cf95b6a79a128d8eb0563ee08a448bade6e6d256674b483c9 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index a80cfcb2..b39871a5 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250512.0@sha256:0448f7a32f9fa3728bce2f4177cd6e0491d8c0f8ef6a7ca22ead9e357afcf97a AS base-arm64 +FROM amazonlinux:2.0.20250512.0@sha256:2c8cd67d220dae7cf95b6a79a128d8eb0563ee08a448bade6e6d256674b483c9 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 2c9bc807..1c5916bf 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20250512.0@sha256:0448f7a32f9fa3728bce2f4177cd6e0491d8c0f8ef6a7ca22ead9e357afcf97a +FROM amazonlinux:2.0.20250512.0@sha256:2c8cd67d220dae7cf95b6a79a128d8eb0563ee08a448bade6e6d256674b483c9 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From 4522a6362125c78002b8953d84add9ad8c16aa16 Mon Sep 17 00:00:00 2001 From: Brian Wing Date: Wed, 11 Jun 2025 09:28:25 -0400 Subject: [PATCH 282/339] Add base Rocky 8 CI image (#659) --- .../anaconda_pkg_build_linux_rocky8.yml | 76 +++++++++++++++++ anaconda-pkg-build/linux/rocky8/Dockerfile | 83 +++++++++++++++++++ 2 files changed, 159 insertions(+) create mode 100644 .github/workflows/anaconda_pkg_build_linux_rocky8.yml create mode 100644 anaconda-pkg-build/linux/rocky8/Dockerfile diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml new file mode 100644 index 00000000..46eba3ec --- /dev/null +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -0,0 +1,76 @@ +name: Build and publish Rocky Linux 8 package builder images +on: + push: + branches: + - main + tags: + - 'pkg-build-*' + paths: + - 'anaconda-pkg-build/linux/rocky8/Dockerfile' + - '.github/workflows/anaconda_pkg_build_linux_rocky8.yml' + pull_request: + paths: + - 'anaconda-pkg-build/linux/rocky8/Dockerfile' + - '.github/workflows/anaconda_pkg_build_linux_rocky8.yml' + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + + - name: Login to DockerHub + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + + - name: Login to Public ECR + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') + with: + registry: public.ecr.aws + username: ${{ secrets.AWS_ACCESS_KEY_ID }} + password: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + env: + AWS_REGION: us-east-1 + + - name: Set up QEMU + uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 + with: + # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 + image: tonistiigi/binfmt:qemu-v8.1.5 + + - name: Set up Docker Buildx + id: buildx + uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + with: + version: latest + driver-opts: network=host + + - name: Docker meta + id: meta + uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + with: + images: | + continuumio/anaconda-pkg-build + public.ecr.aws/y0o4y9o3/anaconda-pkg-build + tags: | + type=ref,event=branch,suffix=-rockylinux-8 + type=ref,event=pr,suffix=-rockylinux-8 + type=match,pattern=pkg-build-(.*),group=1,suffix=-rockylinux-8 + flavor: | + latest=false + + - name: build-push pkg-builder + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + with: + context: ./anaconda-pkg-build/linux/rocky8 + builder: ${{ steps.buildx.outputs.name }} + file: ./anaconda-pkg-build/linux/rocky8/Dockerfile + platforms: linux/amd64,linux/arm64/v8 + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} diff --git a/anaconda-pkg-build/linux/rocky8/Dockerfile b/anaconda-pkg-build/linux/rocky8/Dockerfile new file mode 100644 index 00000000..aedf7e3b --- /dev/null +++ b/anaconda-pkg-build/linux/rocky8/Dockerfile @@ -0,0 +1,83 @@ +# Dockerfile for container images that Anaconda, Inc. uses to build conda +# packages released on the "defaults" (repo.anaconda.com) channels. + +ARG GCC_VER=11.2.0 + +FROM rockylinux:8.9.20231119@sha256:9794037624aaa6212aeada1d28861ef5e0a935adaf93e4ef79837119f2a2d04c + +# hadolint ignore=DL3031,DL3033 +RUN \ + # Hack to force locale generation, if needed + yum update -q -y glibc-common \ + && yum install -q -y \ + #---------------------------------------- + # X11 virtual framebuffer; useful for testing GUI apps + #---------------------------------------- + xorg-x11-server-Xvfb \ + #---------------------------------------- + # Low-level and basic system utilities. + # + # NOTE: previous versions of this image included tools like `patch` + # and `make`; these days, we prefer package recipes list the + # equivalent conda packages as build dependencies, rather than + # assume the build container provides these tools. + #---------------------------------------- + curl \ + diffutils \ + file \ + findutils \ + nano \ + net-tools \ + openssh-clients \ + procps-ng \ + psmisc \ + rsync \ + tar \ + util-linux \ + #wget \ + which \ + && yum clean all + +# Set the locale +ENV LANG=en_US.UTF-8 +ENV LANGUAGE=en_US:en +ENV LC_ALL=en_US.UTF-8 + +# renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh +ARG INSTALLER_VERSION=py313_25.3.1-1 + +RUN curl -sSL -o /tmp/miniconda.sh \ + "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ + && sha256sum /tmp/miniconda.sh \ + && /bin/bash /tmp/miniconda.sh -bfp /opt/conda \ + && rm -fv /tmp/miniconda.sh \ + # ensure there are no out of range userids + && chown -R root:root /opt/conda + +# hadolint ignore=DL3059 +RUN MC_ARCH="$(uname -m)" \ + && if [ "${MC_ARCH}" = "x86_64" ]; then subdir="64"; else subdir="${MC_ARCH}"; fi \ + && /opt/conda/bin/conda update --all --quiet --yes \ + && /opt/conda/bin/conda install --quiet --yes conda-build \ + && /opt/conda/bin/conda clean --all --yes \ + && rm -fv /opt/conda/.condarc \ + && /opt/conda/bin/conda config --system --set show_channel_urls True \ + && /opt/conda/bin/conda config --system --set add_pip_as_python_dependency False \ + && /opt/conda/bin/conda config --show-sources \ + # Cache our C and C++ compilers so we don't have to download them with + # each build; skipping the Fortran compiler as it's not used often + # enough to justify the cache space. Note that we do NOT want to + # _actually install_ the compilers in the base environment, as doing so + # runs the risk of buggy recipes falling back to those compilers via + # `$PATH`, rather than erroring out due to missing compilers in the + # `build`/`host` requirements. + # + # Note, too, that this MUST come _after_ the `conda clean --all` above, + # or the compilers will be dumped from the package cache. + && /opt/conda/bin/conda install --download-only --quiet --yes \ + "gcc_linux-$subdir=${GCC_VER}" "gxx_linux-$subdir=${GCC_VER}" \ + && /opt/conda/bin/conda clean --index-cache --yes + +ENV PATH="/opt/conda/bin:${PATH}" + +CMD [ "/bin/bash" ] From c92ff17900f38f875b2eb3b15cdf2d918e32b41a Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 07:02:16 -0700 Subject: [PATCH 283/339] chore(deps): update debian:12.11-slim docker digest to e5865e6 (#665) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 3e40be0d..c95677fb 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.11-slim@sha256:90522eeb7e5923ee2b871c639059537b30521272f10ca86fdbbbb2b75a8c40cd +FROM debian:12.11-slim@sha256:e5865e6858dacc255bead044a7f2d0ad8c362433cfaa5acefb670c1edf54dfef ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 8539d369..0cf2648a 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.11-slim@sha256:90522eeb7e5923ee2b871c639059537b30521272f10ca86fdbbbb2b75a8c40cd +FROM debian:12.11-slim@sha256:e5865e6858dacc255bead044a7f2d0ad8c362433cfaa5acefb670c1edf54dfef LABEL maintainer="Anaconda, Inc" From 676814fe27eedb3858f73cdfb18a784338406c79 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Fri, 13 Jun 2025 07:23:36 -0700 Subject: [PATCH 284/339] Add tags without build number (#663) --- .github/workflows/anaconda_amazonlinux_ci.yml | 1 + .github/workflows/anaconda_debian_ci.yml | 1 + .github/workflows/miniconda_debian_ci.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index c9c3ce6a..2deb0a74 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -51,6 +51,7 @@ jobs: type=ref,event=branch,suffix=-amazonlinux type=ref,event=pr,suffix=-amazonlinux type=match,pattern=anaconda3-(.*),group=1,suffix=-amazonlinux + type=match,pattern=anaconda3-(.*)-(.*),group=1,suffix=-amazonlinux flavor: | latest=false diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index c7ba4cf6..dae6e485 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -51,6 +51,7 @@ jobs: type=ref,event=branch type=ref,event=pr type=match,pattern=anaconda3-(.*),group=1 + type=match,pattern=anaconda3-(.*)-(.*),group=1,suffix=-amazonlinux - name: build-push anaconda3/debian uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 44d64885..1cb970c8 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -50,6 +50,7 @@ jobs: type=ref,event=branch type=ref,event=pr type=match,pattern=miniconda3-(.*),group=1 + type=match,pattern=miniconda3-(.*)-(.*),group=1 - name: build miniconda3/debian uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 From f54b3c735efe4a23dafe99059455a42aecde6905 Mon Sep 17 00:00:00 2001 From: Brian Wing Date: Mon, 30 Jun 2025 16:56:29 -0400 Subject: [PATCH 285/339] Add package format to .condarc (#673) --- anaconda-pkg-build/linux/rocky8/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anaconda-pkg-build/linux/rocky8/Dockerfile b/anaconda-pkg-build/linux/rocky8/Dockerfile index aedf7e3b..1087a143 100644 --- a/anaconda-pkg-build/linux/rocky8/Dockerfile +++ b/anaconda-pkg-build/linux/rocky8/Dockerfile @@ -61,8 +61,11 @@ RUN MC_ARCH="$(uname -m)" \ && /opt/conda/bin/conda install --quiet --yes conda-build \ && /opt/conda/bin/conda clean --all --yes \ && rm -fv /opt/conda/.condarc \ + && /opt/conda/bin/conda config --system --add channels defaults \ && /opt/conda/bin/conda config --system --set show_channel_urls True \ && /opt/conda/bin/conda config --system --set add_pip_as_python_dependency False \ + && /opt/conda/bin/conda config --system --set report_errors False \ + && /opt/conda/bin/conda config --system --set conda_build.pkg_format ".tar.bz2" \ && /opt/conda/bin/conda config --show-sources \ # Cache our C and C++ compilers so we don't have to download them with # each build; skipping the Fortran compiler as it's not used often From 0db6187878192f5fcc52f1fbc77aeb493bfdb69d Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 17:08:43 +0200 Subject: [PATCH 286/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.33.2 (#669) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 892f1e7f..44354725 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.0 + rev: 0.33.2 hooks: - id: check-github-workflows - id: check-renovate From d772af07d1605cd457112edbe113d503c30177a3 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 17:08:59 +0200 Subject: [PATCH 287/339] chore(deps): update docker/setup-buildx-action action to v3.11.1 (#668) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 2deb0a74..b3c40e79 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index dae6e485..f4dc8e2e 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index cbea3300..bd394460 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -45,7 +45,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 836e3e71..7d628c27 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -45,7 +45,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index ef2aa5d2..aa563d2c 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -45,7 +45,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 41baf129..03362467 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -45,7 +45,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 46eba3ec..e3e033d9 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -45,7 +45,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: version: latest driver-opts: network=host diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 1cb970c8..e31b83a7 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: version: latest driver-opts: network=host From b5aace149f66465770b6e0c1a91a7c47c9d72850 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 17:09:36 +0200 Subject: [PATCH 288/339] chore(deps): update debian:12.11-slim docker digest to 6ac2c08 (#674) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index c95677fb..76d36133 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.11-slim@sha256:e5865e6858dacc255bead044a7f2d0ad8c362433cfaa5acefb670c1edf54dfef +FROM debian:12.11-slim@sha256:6ac2c08566499cc2415926653cf2ed7c3aedac445675a013cc09469c9e118fdd ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 0cf2648a..9d5aef88 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.11-slim@sha256:e5865e6858dacc255bead044a7f2d0ad8c362433cfaa5acefb670c1edf54dfef +FROM debian:12.11-slim@sha256:6ac2c08566499cc2415926653cf2ed7c3aedac445675a013cc09469c9e118fdd LABEL maintainer="Anaconda, Inc" From 5fb74626f76ecb9fb697100bc5e9bf953ccc16ee Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 17:09:57 +0200 Subject: [PATCH 289/339] chore(deps): update amazonlinux docker tag to v2.0.20250623.0 (#667) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 4aadf366..63e9bcee 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250512.0@sha256:2c8cd67d220dae7cf95b6a79a128d8eb0563ee08a448bade6e6d256674b483c9 AS base-arm64 +FROM amazonlinux:2.0.20250623.0@sha256:ce8776f79d55908d613c84226c6ac0b0522b7b35970173e7f91f6af9f7df6fee AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index b39871a5..8b11d426 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250512.0@sha256:2c8cd67d220dae7cf95b6a79a128d8eb0563ee08a448bade6e6d256674b483c9 AS base-arm64 +FROM amazonlinux:2.0.20250623.0@sha256:ce8776f79d55908d613c84226c6ac0b0522b7b35970173e7f91f6af9f7df6fee AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 1c5916bf..e43ec199 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20250512.0@sha256:2c8cd67d220dae7cf95b6a79a128d8eb0563ee08a448bade6e6d256674b483c9 +FROM amazonlinux:2.0.20250623.0@sha256:ce8776f79d55908d613c84226c6ac0b0522b7b35970173e7f91f6af9f7df6fee ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From 6a478c8d370e4a33bafc850e5b1d9a94e8437d41 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Thu, 15 Jan 2026 06:51:21 -0800 Subject: [PATCH 290/339] Harden build actions (#656) * Restrict permissions of workflows * Do not persist credentials * Use hash of QEMU image * Pin buildx version * Disable binary caching to prevent cache poisoning * Add renovate manager for Docker images in build workflow * Update QEMU to 9.2.2 * Update buildx to 0.24.0 * Pin buildx buildkit to 0.22.0 * Use githubActionsVersions manager for buildx versions * Use githubActionsVersions manager for Docker image versions * Apply hardening to Rocky Linux workflow --- .github/workflows/anaconda_amazonlinux_ci.yml | 19 +++++++++++++++---- .github/workflows/anaconda_debian_ci.yml | 19 +++++++++++++++---- .../workflows/anaconda_pkg_build_linux.yml | 19 +++++++++++++++---- .../anaconda_pkg_build_linux_alma.yml | 19 +++++++++++++++---- .../anaconda_pkg_build_linux_cuda.yml | 19 +++++++++++++++---- .../anaconda_pkg_build_linux_cuda_rocky8.yml | 19 +++++++++++++++---- .../anaconda_pkg_build_linux_rocky8.yml | 19 +++++++++++++++---- .github/workflows/lint.yml | 4 ++++ .github/workflows/miniconda_debian_ci.yml | 19 +++++++++++++++---- renovate.json | 7 +++++++ 10 files changed, 131 insertions(+), 32 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index b3c40e79..2fa3413f 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -14,11 +14,22 @@ on: - '.github/workflows/anaconda_amazonlinux_ci.yml' workflow_dispatch: +permissions: {} + jobs: build: runs-on: ubuntu-latest + env: + # renovate: datasource=docker depName=moby/buildkit + BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 + # renovate: datasource=github-releases depName=docker/buildx + BUILDX_VERSION: v0.24.0 + # renovate: datasource=docker depName=tonistiigi/binfmt + QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - name: Login to DockerHub uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 @@ -30,16 +41,16 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 with: - # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 - image: tonistiigi/binfmt:qemu-v8.1.5 + image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} platforms: linux/arm64/v8 - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: - version: latest - driver-opts: network=host + cache-binary: false + driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} + version: ${{ env.BUILDX_VERSION }} - name: Docker meta id: meta diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index f4dc8e2e..dc30563e 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -14,11 +14,22 @@ on: - '.github/workflows/anaconda_debian_ci.yml' workflow_dispatch: +permissions: {} + jobs: build: runs-on: ubuntu-latest + env: + # renovate: datasource=docker depName=moby/buildkit + BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 + # renovate: datasource=github-releases depName=docker/buildx + BUILDX_VERSION: v0.24.0 + # renovate: datasource=docker depName=tonistiigi/binfmt + QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - name: Login to DockerHub uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 @@ -30,16 +41,16 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 with: - # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 - image: tonistiigi/binfmt:qemu-v8.1.5 + image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} platforms: linux/amd64,linux/arm64/v8,linux/s390x - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: - version: latest - driver-opts: network=host + cache-binary: false + driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} + version: ${{ env.BUILDX_VERSION }} - name: Docker meta id: meta diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index bd394460..1f1e849d 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -14,11 +14,22 @@ on: # - '.github/workflows/anaconda_pkg_build_linux.yml' workflow_dispatch: +permissions: {} + jobs: build: runs-on: ubuntu-latest + env: + # renovate: datasource=docker depName=moby/buildkit + BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 + # renovate: datasource=github-releases depName=docker/buildx + BUILDX_VERSION: v0.24.0 + # renovate: datasource=docker depName=tonistiigi/binfmt + QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - name: Login to DockerHub uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 @@ -40,15 +51,15 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 with: - # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 - image: tonistiigi/binfmt:qemu-v8.1.5 + image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: - version: latest - driver-opts: network=host + cache-binary: false + driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} + version: ${{ env.BUILDX_VERSION }} - name: Docker meta id: meta diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 7d628c27..350cd279 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -14,11 +14,22 @@ on: # - '.github/workflows/anaconda_pkg_build_linux_alma.yml' workflow_dispatch: +permissions: {} + jobs: build: runs-on: ubuntu-latest + env: + # renovate: datasource=docker depName=moby/buildkit + BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 + # renovate: datasource=github-releases depName=docker/buildx + BUILDX_VERSION: v0.24.0 + # renovate: datasource=docker depName=tonistiigi/binfmt + QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - name: Login to DockerHub uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 @@ -40,15 +51,15 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 with: - # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 - image: tonistiigi/binfmt:qemu-v8.1.5 + image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: - version: latest - driver-opts: network=host + cache-binary: false + driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} + version: ${{ env.BUILDX_VERSION }} - name: Docker meta id: meta diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index aa563d2c..43001fb0 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -14,11 +14,22 @@ on: # - '.github/workflows/anaconda_pkg_build_linux_cuda.yml' workflow_dispatch: +permissions: {} + jobs: build: runs-on: ubuntu-latest + env: + # renovate: datasource=docker depName=moby/buildkit + BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 + # renovate: datasource=github-releases depName=docker/buildx + BUILDX_VERSION: v0.24.0 + # renovate: datasource=docker depName=tonistiigi/binfmt + QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - name: Login to DockerHub uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 @@ -40,15 +51,15 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 with: - # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 - image: tonistiigi/binfmt:qemu-v8.1.5 + image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: - version: latest - driver-opts: network=host + cache-binary: false + driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} + version: ${{ env.BUILDX_VERSION }} - name: Docker meta id: meta diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 03362467..c3690d52 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -14,11 +14,22 @@ on: - '.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml' workflow_dispatch: +permissions: {} + jobs: build: runs-on: ubuntu-latest + env: + # renovate: datasource=docker depName=moby/buildkit + BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 + # renovate: datasource=github-releases depName=docker/buildx + BUILDX_VERSION: v0.24.0 + # renovate: datasource=docker depName=tonistiigi/binfmt + QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - name: Login to DockerHub uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 @@ -40,15 +51,15 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 with: - # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 - image: tonistiigi/binfmt:qemu-v8.1.5 + image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: - version: latest - driver-opts: network=host + cache-binary: false + driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} + version: ${{ env.BUILDX_VERSION }} - name: Docker meta id: meta diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index e3e033d9..7f93c28a 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -14,11 +14,22 @@ on: - '.github/workflows/anaconda_pkg_build_linux_rocky8.yml' workflow_dispatch: +permissions: {} + jobs: build: runs-on: ubuntu-latest + env: + # renovate: datasource=docker depName=moby/buildkit + BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 + # renovate: datasource=github-releases depName=docker/buildx + BUILDX_VERSION: v0.24.0 + # renovate: datasource=docker depName=tonistiigi/binfmt + QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - name: Login to DockerHub uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 @@ -40,15 +51,15 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 with: - # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 - image: tonistiigi/binfmt:qemu-v8.1.5 + image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: - version: latest - driver-opts: network=host + cache-binary: false + driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} + version: ${{ env.BUILDX_VERSION }} - name: Docker meta id: meta diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ae9137f0..297350dd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,11 +5,15 @@ on: - main pull_request: +permissions: {} + jobs: check: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: '3.13' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index e31b83a7..16fbe200 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -14,11 +14,22 @@ on: - '.github/workflows/miniconda_debian_ci.yml' workflow_dispatch: +permissions: {} + jobs: build: runs-on: ubuntu-latest + env: + # renovate: datasource=docker depName=moby/buildkit + BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 + # renovate: datasource=github-releases depName=docker/buildx + BUILDX_VERSION: v0.24.0 + # renovate: datasource=docker depName=tonistiigi/binfmt + QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - name: Login to DockerHub uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 @@ -30,16 +41,16 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 with: - # https://github.com/docker/setup-qemu-action/issues/188#issuecomment-2604322104 - image: tonistiigi/binfmt:qemu-v8.1.5 + image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} platforms: linux/amd64,linux/arm64 - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: - version: latest - driver-opts: network=host + cache-binary: false + driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} + version: ${{ env.BUILDX_VERSION }} - name: Docker meta id: meta diff --git a/renovate.json b/renovate.json index d5d4ebc3..ce02ca1e 100644 --- a/renovate.json +++ b/renovate.json @@ -16,5 +16,12 @@ ], "versioningTemplate": "regex:^(py\\d+_)?(?\\d+)\\.(?\\d+)(\\.(?\\d+))?(\\-(?\\d+))?$" } + ], + "packageRules": [ + { + "matchDatasources": ["docker"], + "matchPackageNames": ["tonistiigi/binfmt"], + "versioning": "regex:^qemu-v(?\\d+)\\.(?\\d+)\\.(?\\d+)$" + } ] } From d9471fd1a929c4998fc6573b456f884ac2e480fe Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:20:20 -0800 Subject: [PATCH 291/339] chore(deps): update amazonlinux:2.0.20250623.0 docker digest to e94fe8e (#675) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 63e9bcee..422f5092 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250623.0@sha256:ce8776f79d55908d613c84226c6ac0b0522b7b35970173e7f91f6af9f7df6fee AS base-arm64 +FROM amazonlinux:2.0.20250623.0@sha256:e94fe8e6ae5307964b0f45d3a6ddf9c991cdb9c8c8832e3ac9d567e0cbfc5924 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 8b11d426..dae45b19 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250623.0@sha256:ce8776f79d55908d613c84226c6ac0b0522b7b35970173e7f91f6af9f7df6fee AS base-arm64 +FROM amazonlinux:2.0.20250623.0@sha256:e94fe8e6ae5307964b0f45d3a6ddf9c991cdb9c8c8832e3ac9d567e0cbfc5924 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index e43ec199..a7c69d7b 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20250623.0@sha256:ce8776f79d55908d613c84226c6ac0b0522b7b35970173e7f91f6af9f7df6fee +FROM amazonlinux:2.0.20250623.0@sha256:e94fe8e6ae5307964b0f45d3a6ddf9c991cdb9c8c8832e3ac9d567e0cbfc5924 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From fa942cc04aa536e43aa5475c6f64be0e9dd1afce Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:20:39 -0800 Subject: [PATCH 292/339] chore(deps): update debian:12.11-slim docker digest to b1a7414 (#676) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 76d36133..6c333326 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.11-slim@sha256:6ac2c08566499cc2415926653cf2ed7c3aedac445675a013cc09469c9e118fdd +FROM debian:12.11-slim@sha256:b1a741487078b369e78119849663d7f1a5341ef2768798f7b7406c4240f86aef ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 9d5aef88..c9bd5b41 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.11-slim@sha256:6ac2c08566499cc2415926653cf2ed7c3aedac445675a013cc09469c9e118fdd +FROM debian:12.11-slim@sha256:b1a741487078b369e78119849663d7f1a5341ef2768798f7b7406c4240f86aef LABEL maintainer="Anaconda, Inc" From f09f70e5c2a26b1c6c7fe823ed192e0bfaee52a1 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:22:53 -0800 Subject: [PATCH 293/339] chore(deps): update docker/metadata-action action to v5.10.0 (#678) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 2fa3413f..254710cc 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -54,7 +54,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index dc30563e..21ff1678 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -54,7 +54,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 1f1e849d..b9a10c32 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -63,7 +63,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 350cd279..60736809 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -63,7 +63,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 43001fb0..7ab513e3 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -63,7 +63,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index c3690d52..f2da9b44 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -63,7 +63,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 7f93c28a..8eb4e75d 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -63,7 +63,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 16fbe200..50868ae3 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -54,7 +54,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 with: images: continuumio/miniconda3 tags: | From abf1142aa5e8784a5513c39a46412923bb165948 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:23:14 -0800 Subject: [PATCH 294/339] chore(deps): update docker/login-action action to v3.6.0 (#679) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_alma.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 4 ++-- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 254710cc..045722d1 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 21ff1678..6219f6a5 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index b9a10c32..329c5577 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 60736809..f206c95b 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 7ab513e3..d6906b6a 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index f2da9b44..237bc0dd 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 8eb4e75d..82cea284 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 50868ae3..734fd478 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From 97c4de596e44978afd01e4f20fdf83b01b874a59 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:24:19 -0800 Subject: [PATCH 295/339] chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v6 (#680) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44354725..32fcd3d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ # pre-commit autoupdate repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: fix-byte-order-marker From c0f545ca4ef81351f9f70e3033c43d323c314ad5 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:24:41 -0800 Subject: [PATCH 296/339] chore(deps): update actions/checkout action to v4.3.1 (#681) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 045722d1..f3460cd1 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: persist-credentials: false diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 6219f6a5..30a23d6d 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 329c5577..55fe468b 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index f206c95b..11589627 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index d6906b6a..8c0a547d 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 237bc0dd..00a4bf34 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 82cea284..a9b78a51 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: persist-credentials: false diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 297350dd..05d1feeb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: persist-credentials: false - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 734fd478..2f7e65f6 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: persist-credentials: false From 4b99a52a0cf780c625595fc7438b4b6cbdd1beeb Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:35:57 -0800 Subject: [PATCH 297/339] chore(deps): update dependency python to 3.14 (#688) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 05d1feeb..da7d2f35 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,5 +16,5 @@ jobs: persist-credentials: false - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: - python-version: '3.13' + python-version: '3.14' - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 From 9b1efb9d5689722db1a41eadd1be810f5f617b2b Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:36:24 -0800 Subject: [PATCH 298/339] chore(deps): update amazonlinux docker tag to v2.0.20251208.0 (#677) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> Co-authored-by: Marco Esters --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 422f5092..b5546f50 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250623.0@sha256:e94fe8e6ae5307964b0f45d3a6ddf9c991cdb9c8c8832e3ac9d567e0cbfc5924 AS base-arm64 +FROM amazonlinux:2.0.20251208.0@sha256:0b09112ad58d45fd7e46a399048133f4572a834b8ccfeebbfb6215b0092acfc6 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index dae45b19..5a6b7dd1 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20250623.0@sha256:e94fe8e6ae5307964b0f45d3a6ddf9c991cdb9c8c8832e3ac9d567e0cbfc5924 AS base-arm64 +FROM amazonlinux:2.0.20251208.0@sha256:0b09112ad58d45fd7e46a399048133f4572a834b8ccfeebbfb6215b0092acfc6 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index a7c69d7b..c0986f71 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20250623.0@sha256:e94fe8e6ae5307964b0f45d3a6ddf9c991cdb9c8c8832e3ac9d567e0cbfc5924 +FROM amazonlinux:2.0.20251208.0@sha256:0b09112ad58d45fd7e46a399048133f4572a834b8ccfeebbfb6215b0092acfc6 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From a33bd48b24d973a843b0f6ef901feb5d5d274861 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:39:36 -0800 Subject: [PATCH 299/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.0 (#694) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32fcd3d0..d0a687d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.2 + rev: 0.36.0 hooks: - id: check-github-workflows - id: check-renovate From 734ca4dff0f6aef44fa282c6ba28536300385228 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:40:15 -0800 Subject: [PATCH 300/339] chore(config): migrate config renovate.json (#693) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- renovate.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index ce02ca1e..41b97f92 100644 --- a/renovate.json +++ b/renovate.json @@ -7,8 +7,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "Dockerfile" + "managerFilePatterns": [ + "/Dockerfile/" ], "matchStrings": [ "# renovate:\\s*datasource=(?[\\w\\.]+?)\\sARG INSTALLER_URL\\w*=[\"']https:\\/\\/repo\\.anaconda\\.com\\/\\w+\\/\\w+-(?(py\\d+_)?[\\d\\.]+\\-\\d+?)-(?[\\w\\-\\.]+?)[\"']\\sARG SHA256SUM\\w*=[\"'](?[a-f\\d]+?)[\"']\\s", @@ -19,8 +19,12 @@ ], "packageRules": [ { - "matchDatasources": ["docker"], - "matchPackageNames": ["tonistiigi/binfmt"], + "matchDatasources": [ + "docker" + ], + "matchPackageNames": [ + "tonistiigi/binfmt" + ], "versioning": "regex:^qemu-v(?\\d+)\\.(?\\d+)\\.(?\\d+)$" } ] From adda03d91f83bd34aee3788e2d075841cfc3f7ed Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:40:45 -0800 Subject: [PATCH 301/339] chore(deps): update pre-commit hook hadolint/hadolint to v2.14.0 (#692) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d0a687d4..8bb4beb0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/hadolint/hadolint - rev: v2.12.0 + rev: v2.14.0 hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema From 7320d9605b7978e76fdab9bc43a14f53bcbf2781 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:42:12 -0800 Subject: [PATCH 302/339] chore(deps): update actions/setup-python action to v6 (#696) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index da7d2f35..b9e8d62a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: persist-credentials: false - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 with: python-version: '3.14' - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 From 26adaf276f16595470ed223cdf48b4a7b83b5d6d Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 08:24:43 -0800 Subject: [PATCH 303/339] chore(deps): update debian docker tag to v13 (#697) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 6c333326..1515c83a 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.11-slim@sha256:b1a741487078b369e78119849663d7f1a5341ef2768798f7b7406c4240f86aef +FROM debian:13.3-slim@sha256:77ba0164de17b88dd0bf6cdc8f65569e6e5fa6cd256562998b62553134a00ef0 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index c9bd5b41..56fd1766 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.11-slim@sha256:b1a741487078b369e78119849663d7f1a5341ef2768798f7b7406c4240f86aef +FROM debian:13.3-slim@sha256:77ba0164de17b88dd0bf6cdc8f65569e6e5fa6cd256562998b62553134a00ef0 LABEL maintainer="Anaconda, Inc" From 7438340886d0a5788d8f788697a4b6d75779710d Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 08:25:02 -0800 Subject: [PATCH 304/339] chore(deps): update actions/checkout action to v6 (#695) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index f3460cd1..87635e16 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 30a23d6d..89698b9d 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 55fe468b..d03e7db3 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 11589627..d108a447 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 8c0a547d..a764a2c6 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 00a4bf34..e92d8734 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index a9b78a51..0cc85c03 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b9e8d62a..4d1fd325 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 2f7e65f6..f91b7344 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false From 4eef41258aaf0c9c0d4297f56381b85718757eef Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 08:25:33 -0800 Subject: [PATCH 305/339] chore(deps): update github-releases dependency docker/buildx to v0.30.1 (#691) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 87635e16..8ba97f3a 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.24.0 + BUILDX_VERSION: v0.30.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 89698b9d..d6f0fae4 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.24.0 + BUILDX_VERSION: v0.30.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index d03e7db3..47bedc06 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.24.0 + BUILDX_VERSION: v0.30.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index d108a447..b33606bf 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.24.0 + BUILDX_VERSION: v0.30.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index a764a2c6..c78bcfb4 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.24.0 + BUILDX_VERSION: v0.30.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index e92d8734..d21e9a7d 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.24.0 + BUILDX_VERSION: v0.30.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 0cc85c03..bdbf9fe0 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.24.0 + BUILDX_VERSION: v0.30.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index f91b7344..68bea86d 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.24.0 + BUILDX_VERSION: v0.30.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: From d9ed9c1f939cfd79629d0442ba484d1daa4bb47a Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 08:26:03 -0800 Subject: [PATCH 306/339] chore(deps): update docker/setup-qemu-action action to v3.7.0 (#690) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 8ba97f3a..e4086ffa 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -39,7 +39,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 + uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} platforms: linux/arm64/v8 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index d6f0fae4..7bd10af3 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -39,7 +39,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 + uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} platforms: linux/amd64,linux/arm64/v8,linux/s390x diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 47bedc06..430e6ea8 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -49,7 +49,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 + uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index b33606bf..8dde605f 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -49,7 +49,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 + uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index c78bcfb4..14a5a7d3 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -49,7 +49,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 + uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index d21e9a7d..637973d4 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -49,7 +49,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 + uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index bdbf9fe0..213b697a 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -49,7 +49,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 + uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 68bea86d..223854c5 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -39,7 +39,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 + uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} platforms: linux/amd64,linux/arm64 From 7bb90bcc1ca2370d5eb626f2f474f87f12042bca Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 08:26:37 -0800 Subject: [PATCH 307/339] chore(deps): update docker/setup-buildx-action action to v3.12.0 (#689) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index e4086ffa..1e508836 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 7bd10af3..66440127 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 430e6ea8..d186d44f 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -55,7 +55,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 8dde605f..6e438461 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -55,7 +55,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 14a5a7d3..eeff3df8 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -55,7 +55,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 637973d4..773f5a67 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -55,7 +55,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 213b697a..1f9a9b7c 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -55,7 +55,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 223854c5..8aa55519 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} From 11a8aebb911ed717c32954d08083c150c085e8fb Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:28:32 -0800 Subject: [PATCH 308/339] chore(deps): update actions/setup-python action to v6.2.0 (#700) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4d1fd325..d84e3b9e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: '3.14' - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 From 50b8c504686d804e709091255119b631b9d5f7e7 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:29:25 -0800 Subject: [PATCH 309/339] chore(deps): update github-releases dependency docker/buildx to v0.31.0 (#701) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 1e508836..72c227d2 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.30.1 + BUILDX_VERSION: v0.31.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 66440127..667319ab 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.30.1 + BUILDX_VERSION: v0.31.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index d186d44f..cdc425cf 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.30.1 + BUILDX_VERSION: v0.31.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 6e438461..04cd9637 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.30.1 + BUILDX_VERSION: v0.31.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index eeff3df8..eab8869a 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.30.1 + BUILDX_VERSION: v0.31.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 773f5a67..41a45e9c 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.30.1 + BUILDX_VERSION: v0.31.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 1f9a9b7c..5e5247dc 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.30.1 + BUILDX_VERSION: v0.31.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 8aa55519..ecb2262d 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.30.1 + BUILDX_VERSION: v0.31.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: From 5034b7c4f71caf46d83ffb3950a0e9387264e841 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:22:09 -0800 Subject: [PATCH 310/339] chore(deps): update amazonlinux docker tag to v2.0.20260109.1 (#698) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index b5546f50..7791ad72 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20251208.0@sha256:0b09112ad58d45fd7e46a399048133f4572a834b8ccfeebbfb6215b0092acfc6 AS base-arm64 +FROM amazonlinux:2.0.20260109.1@sha256:27cfead35481245ef6a20b04aab71c9f11245cfe8edd585ce0f3201d37a25f41 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 5a6b7dd1..db8202bb 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20251208.0@sha256:0b09112ad58d45fd7e46a399048133f4572a834b8ccfeebbfb6215b0092acfc6 AS base-arm64 +FROM amazonlinux:2.0.20260109.1@sha256:27cfead35481245ef6a20b04aab71c9f11245cfe8edd585ce0f3201d37a25f41 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index c0986f71..c4f968af 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20251208.0@sha256:0b09112ad58d45fd7e46a399048133f4572a834b8ccfeebbfb6215b0092acfc6 +FROM amazonlinux:2.0.20260109.1@sha256:27cfead35481245ef6a20b04aab71c9f11245cfe8edd585ce0f3201d37a25f41 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From d7d9332573dc3e4eb7335250dc28f38944b22dce Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:51:30 -0800 Subject: [PATCH 311/339] chore(deps): update actions/checkout action to v6.0.2 (#702) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 72c227d2..d7b29640 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 667319ab..c31bf7cc 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index cdc425cf..31992eb5 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 04cd9637..9057ec0b 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index eab8869a..7da86311 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 41a45e9c..0c15f92b 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 5e5247dc..883b6af1 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d84e3b9e..6b12328e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index ecb2262d..7f629231 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -27,7 +27,7 @@ jobs: # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false From 9308a44da715eafde90d78ddc492a091362410b3 Mon Sep 17 00:00:00 2001 From: Jaida Rice <100002667+Jrice1317@users.noreply.github.com> Date: Fri, 23 Jan 2026 07:02:18 -0800 Subject: [PATCH 312/339] Disable TOS plugin and update miniconda to 25.11.1 (#699) --- miniconda3/debian/Dockerfile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 56fd1766..0525e063 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -28,11 +28,11 @@ CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py313_25.3.1-1-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="53a86109463cfd70ba7acab396d416e623012914eee004729e1ecd6fe94e8c69" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py313_25.11.1-1-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="e0b10e050e8928e2eb9aad2c522ee3b5d31d30048b8a9997663a8a460d538cef" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py313_25.3.1-1-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="4caa0c266ab726b440ccad40a74774167494e001da5de281b74f2d5673e4ace9" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py313_25.11.1-1-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="9f39cc8c46ca37afed5e563cc234b3add34fea2f1119e076dcae7a377ca6b8ee" RUN set -x && \ UNAME_M="$(uname -m)" && \ @@ -52,6 +52,9 @@ RUN set -x && \ ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \ echo "conda activate" >> ~/.bashrc && \ + /opt/conda/bin/conda tos accept && \ + /opt/conda/bin/conda remove --force-remove -y conda-anaconda-tos && \ + rm -rf ~/.conda/tos && \ find /opt/conda/ -follow -type f -name '*.a' -delete && \ find /opt/conda/ -follow -type f -name '*.js.map' -delete && \ /opt/conda/bin/conda clean -afy From fd38c8532ed365f24c3885bcfe9fbd8631884636 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:21:14 -0800 Subject: [PATCH 313/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.1 (#703) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8bb4beb0..472f7ba3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.0 + rev: 0.36.1 hooks: - id: check-github-workflows - id: check-renovate From f54d424c6ac96866b8ebf7d80201a086583e62fb Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:21:30 -0800 Subject: [PATCH 314/339] chore(deps): update amazonlinux docker tag to v2.0.20260120.1 (#705) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 7791ad72..9e1e2e07 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20260109.1@sha256:27cfead35481245ef6a20b04aab71c9f11245cfe8edd585ce0f3201d37a25f41 AS base-arm64 +FROM amazonlinux:2.0.20260120.1@sha256:53b7aa9763e941ca8fb7c2286bec14da8fafac5c47036550d22950d935fd8b5e AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index db8202bb..cc70f1e8 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20260109.1@sha256:27cfead35481245ef6a20b04aab71c9f11245cfe8edd585ce0f3201d37a25f41 AS base-arm64 +FROM amazonlinux:2.0.20260120.1@sha256:53b7aa9763e941ca8fb7c2286bec14da8fafac5c47036550d22950d935fd8b5e AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index c4f968af..b092a1c6 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20260109.1@sha256:27cfead35481245ef6a20b04aab71c9f11245cfe8edd585ce0f3201d37a25f41 +FROM amazonlinux:2.0.20260120.1@sha256:53b7aa9763e941ca8fb7c2286bec14da8fafac5c47036550d22950d935fd8b5e ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From a53f664182fd7443af2338a3d35a604c3bbc1d79 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:54:18 -0800 Subject: [PATCH 315/339] chore(deps): update docker/login-action action to v3.7.0 (#706) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_alma.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 4 ++-- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index d7b29640..548e12e6 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index c31bf7cc..cf394963 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 31992eb5..067e37a9 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 9057ec0b..c2fc1363 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 7da86311..7da29a3d 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 0c15f92b..28b31da2 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 883b6af1..aa17fdd3 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 7f629231..f25f89cd 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From f3fad83e309f37c360e8de5436775973fc2cf557 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 09:10:48 -0800 Subject: [PATCH 316/339] chore(deps): update debian:13.3-slim docker digest to f6e2cfa (#708) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index 1515c83a..bd847fdb 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:13.3-slim@sha256:77ba0164de17b88dd0bf6cdc8f65569e6e5fa6cd256562998b62553134a00ef0 +FROM debian:13.3-slim@sha256:f6e2cfac5cf956ea044b4bd75e6397b4372ad88fe00908045e9a0d21712ae3ba ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 0525e063..4fcd69e9 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:13.3-slim@sha256:77ba0164de17b88dd0bf6cdc8f65569e6e5fa6cd256562998b62553134a00ef0 +FROM debian:13.3-slim@sha256:f6e2cfac5cf956ea044b4bd75e6397b4372ad88fe00908045e9a0d21712ae3ba LABEL maintainer="Anaconda, Inc" From 6d175495db7ac5bf51c8277b340ef5512cf8bb45 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 09:12:28 -0800 Subject: [PATCH 317/339] chore(deps): update github-releases dependency docker/buildx to v0.31.1 (#707) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 548e12e6..d6cac1aa 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.0 + BUILDX_VERSION: v0.31.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index cf394963..f015d364 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.0 + BUILDX_VERSION: v0.31.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 067e37a9..57a010d6 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.0 + BUILDX_VERSION: v0.31.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index c2fc1363..462eb3d8 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.0 + BUILDX_VERSION: v0.31.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 7da29a3d..e5f6c6ad 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.0 + BUILDX_VERSION: v0.31.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 28b31da2..905c57e2 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.0 + BUILDX_VERSION: v0.31.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index aa17fdd3..96dc7485 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.0 + BUILDX_VERSION: v0.31.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index f25f89cd..d356cdad 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.0 + BUILDX_VERSION: v0.31.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: From 2d3ac1133693bfb2df91a37490dd25b815e90969 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 08:18:49 -0500 Subject: [PATCH 318/339] chore(deps): update amazonlinux docker tag to v2.0.20260216.0 (#709) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 9e1e2e07..604428d9 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20260120.1@sha256:53b7aa9763e941ca8fb7c2286bec14da8fafac5c47036550d22950d935fd8b5e AS base-arm64 +FROM amazonlinux:2.0.20260216.0@sha256:f4b7c1f766270810f53107e3170a03a9e99d03d4e4ee9d2612aa01d88d49b47c AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index cc70f1e8..e78e15eb 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20260120.1@sha256:53b7aa9763e941ca8fb7c2286bec14da8fafac5c47036550d22950d935fd8b5e AS base-arm64 +FROM amazonlinux:2.0.20260216.0@sha256:f4b7c1f766270810f53107e3170a03a9e99d03d4e4ee9d2612aa01d88d49b47c AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index b092a1c6..84f9c2cf 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20260120.1@sha256:53b7aa9763e941ca8fb7c2286bec14da8fafac5c47036550d22950d935fd8b5e +FROM amazonlinux:2.0.20260216.0@sha256:f4b7c1f766270810f53107e3170a03a9e99d03d4e4ee9d2612aa01d88d49b47c ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From b040a143f08e9b8b0342388cad1fe29dd033a3da Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 08:19:44 -0500 Subject: [PATCH 319/339] chore(deps): update docker/build-push-action action to v6.19.2 (#710) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index d6cac1aa..e06778fe 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -67,7 +67,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index f015d364..09382ef4 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -65,7 +65,7 @@ jobs: type=match,pattern=anaconda3-(.*)-(.*),group=1,suffix=-amazonlinux - name: build-push anaconda3/debian - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 57a010d6..6f098062 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -74,7 +74,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 462eb3d8..d831531b 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -76,7 +76,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: ./anaconda-pkg-build/linux/alma builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index e5f6c6ad..c53c7606 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -74,7 +74,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 905c57e2..19ca8a2d 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -74,7 +74,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda-rocky8 - name: build-push pkg-builder - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: ./anaconda-pkg-build/linux/cuda-rocky8 builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 96dc7485..e3f568ba 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -76,7 +76,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: ./anaconda-pkg-build/linux/rocky8 builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index d356cdad..f4f3763e 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -64,7 +64,7 @@ jobs: type=match,pattern=miniconda3-(.*)-(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From de6bb427053443fda7cd0cdc79c7468930e20072 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 08:46:02 -0500 Subject: [PATCH 320/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.37.0 (#711) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 472f7ba3..076c73b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.37.0 hooks: - id: check-github-workflows - id: check-renovate From 01ceb5732c25acf8107966c9f786b38ce29374ce Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 08:46:13 -0500 Subject: [PATCH 321/339] chore(deps): update debian:13.3-slim docker digest to 1d3c811 (#712) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index bd847fdb..cc39448c 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:13.3-slim@sha256:f6e2cfac5cf956ea044b4bd75e6397b4372ad88fe00908045e9a0d21712ae3ba +FROM debian:13.3-slim@sha256:1d3c811171a08a5adaa4a163fbafd96b61b87aa871bbc7aa15431ac275d3d430 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 4fcd69e9..87b56895 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:13.3-slim@sha256:f6e2cfac5cf956ea044b4bd75e6397b4372ad88fe00908045e9a0d21712ae3ba +FROM debian:13.3-slim@sha256:1d3c811171a08a5adaa4a163fbafd96b61b87aa871bbc7aa15431ac275d3d430 LABEL maintainer="Anaconda, Inc" From 5b35970da3d18a1ec302a405a0053557e1f792d5 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:09:49 -0500 Subject: [PATCH 322/339] chore(deps): update pre-commit hook codespell-project/codespell to v2.4.2 (#713) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 076c73b0..ee5c1fc4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: check-renovate args: ["--regex-variant", "nonunicode"] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell - repo: meta From 6a7027c7b76c65335a0c2c5e0fa96d43702cb970 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:09:59 -0500 Subject: [PATCH 323/339] chore(deps): update github-releases dependency docker/buildx to v0.32.1 (#714) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index e06778fe..c20ae492 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.1 + BUILDX_VERSION: v0.32.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 09382ef4..cac38f50 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.1 + BUILDX_VERSION: v0.32.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 6f098062..e32c65f2 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.1 + BUILDX_VERSION: v0.32.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index d831531b..11337db4 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.1 + BUILDX_VERSION: v0.32.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index c53c7606..ad322c53 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.1 + BUILDX_VERSION: v0.32.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 19ca8a2d..21d9eb17 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.1 + BUILDX_VERSION: v0.32.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index e3f568ba..8cc84b3c 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.1 + BUILDX_VERSION: v0.32.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index f4f3763e..e906ba19 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.31.1 + BUILDX_VERSION: v0.32.1 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: From 3844fa66079ce504c898c2c18b7720af1d880f81 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:24:00 -0500 Subject: [PATCH 324/339] chore(deps): update docker/build-push-action action to v7 (#715) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index c20ae492..5299fdd6 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -67,7 +67,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index cac38f50..5e7677ae 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -65,7 +65,7 @@ jobs: type=match,pattern=anaconda3-(.*)-(.*),group=1,suffix=-amazonlinux - name: build-push anaconda3/debian - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index e32c65f2..f4a3b34a 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -74,7 +74,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 11337db4..89c6afe9 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -76,7 +76,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: ./anaconda-pkg-build/linux/alma builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index ad322c53..f60f24bb 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -74,7 +74,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 21d9eb17..bc8090dc 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -74,7 +74,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda-rocky8 - name: build-push pkg-builder - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: ./anaconda-pkg-build/linux/cuda-rocky8 builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 8cc84b3c..679ce22f 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -76,7 +76,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: ./anaconda-pkg-build/linux/rocky8 builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index e906ba19..b87aeb34 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -64,7 +64,7 @@ jobs: type=match,pattern=miniconda3-(.*)-(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From b1312eea5cf958c9db99e25a7fcbc5caa9813efc Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:53:34 -0500 Subject: [PATCH 325/339] chore(deps): update docker/login-action action to v4 (#716) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_alma.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 4 ++-- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 5299fdd6..e64a1833 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 5e7677ae..651b5d56 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index f4a3b34a..dfac1387 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 89c6afe9..618627e9 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index f60f24bb..cc1704d3 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index bc8090dc..a9fed287 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 679ce22f..291a068e 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index b87aeb34..a430f520 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From 6b7f9efccb4815c6c587c5e7fede3adddfa420d8 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:53:45 -0500 Subject: [PATCH 326/339] chore(deps): update docker/metadata-action action to v6 (#717) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index e64a1833..e0b72742 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -54,7 +54,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 651b5d56..0cd97d3d 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -54,7 +54,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 with: images: | continuumio/anaconda3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index dfac1387..437454c3 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -63,7 +63,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 618627e9..88b685f7 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -63,7 +63,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index cc1704d3..ff54b177 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -63,7 +63,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index a9fed287..55bf1e9a 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -63,7 +63,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 291a068e..b535ef04 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -63,7 +63,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 with: images: | continuumio/anaconda-pkg-build diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index a430f520..4fd47391 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -54,7 +54,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 with: images: continuumio/miniconda3 tags: | From bc1370ff982290cfe9473893f3b6b738590273fe Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:19:31 -0500 Subject: [PATCH 327/339] chore(deps): update docker/setup-buildx-action action to v4 (#719) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index e0b72742..a0df9f60 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 0cd97d3d..9a90a309 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 437454c3..1074ff41 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -55,7 +55,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 88b685f7..6aa524ce 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -55,7 +55,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index ff54b177..853d4c07 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -55,7 +55,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 55bf1e9a..7573ca9a 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -55,7 +55,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index b535ef04..64191a9a 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -55,7 +55,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 4fd47391..e7ab58be 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 with: cache-binary: false driver-opts: network=host,image=moby/buildkit:${{ env.BUILDKIT_IMAGE_VERSION }} From 2c7b3ce4c9042f683a916a98745b6add81629456 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:19:47 -0500 Subject: [PATCH 328/339] chore(deps): update docker/setup-qemu-action action to v4 (#720) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index a0df9f60..d482e1a7 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -39,7 +39,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} platforms: linux/arm64/v8 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 9a90a309..4814cc91 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -39,7 +39,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} platforms: linux/amd64,linux/arm64/v8,linux/s390x diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 1074ff41..f528d0e6 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -49,7 +49,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 6aa524ce..dae83796 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -49,7 +49,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 853d4c07..8d288421 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -49,7 +49,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 7573ca9a..77613618 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -49,7 +49,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 64191a9a..64f3f5c1 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -49,7 +49,7 @@ jobs: AWS_REGION: us-east-1 - name: Set up QEMU - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index e7ab58be..d57f9417 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -39,7 +39,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 with: image: tonistiigi/binfmt:${{ env.QEMU_IMAGE_VERSION }} platforms: linux/amd64,linux/arm64 From 26ce70ea82d201127563cb66000f287f70e58bf6 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 11:13:13 -0500 Subject: [PATCH 329/339] chore(deps): update ubuntu docker tag to focal-20250404 (#644) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/ubuntu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anaconda-pkg-base/linux/ubuntu.Dockerfile b/anaconda-pkg-base/linux/ubuntu.Dockerfile index 00d8ab3d..0c2c0de3 100644 --- a/anaconda-pkg-base/linux/ubuntu.Dockerfile +++ b/anaconda-pkg-base/linux/ubuntu.Dockerfile @@ -1,4 +1,4 @@ -ARG BASEVERSION=focal-20241011@sha256:8e5c4f0285ecbb4ead070431d29b576a530d3166df73ec44affc1cd27555141b +ARG BASEVERSION=focal-20250404@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214 FROM ubuntu:${BASEVERSION} From d1e55b7f050f6165acfc2144cac8df0534a45dc4 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 13:18:46 -0500 Subject: [PATCH 330/339] chore(deps): update miniconda to v26 (#718) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda-pkg-build/linux/cuda/Dockerfile | 2 +- anaconda-pkg-build/linux/rocky8/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index e78e15eb..2ee2c983 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -84,7 +84,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py313_25.3.1-1 +ARG INSTALLER_VERSION=py313_26.1.1-1 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index 77496a32..a27db501 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -80,7 +80,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py313_25.3.1-1 +ARG INSTALLER_VERSION=py313_26.1.1-1 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/anaconda-pkg-build/linux/rocky8/Dockerfile b/anaconda-pkg-build/linux/rocky8/Dockerfile index 1087a143..1ef06cab 100644 --- a/anaconda-pkg-build/linux/rocky8/Dockerfile +++ b/anaconda-pkg-build/linux/rocky8/Dockerfile @@ -44,7 +44,7 @@ ENV LANGUAGE=en_US:en ENV LC_ALL=en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py313_25.3.1-1 +ARG INSTALLER_VERSION=py313_26.1.1-1 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 87b56895..d0ed9494 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -28,11 +28,11 @@ CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py313_25.11.1-1-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="e0b10e050e8928e2eb9aad2c522ee3b5d31d30048b8a9997663a8a460d538cef" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py313_26.1.1-1-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="f6dfb5b59614fd7b2956b240b2575a9d58203ec7f7a99f85128158a0fdc5c1d7" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py313_25.11.1-1-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="9f39cc8c46ca37afed5e563cc234b3add34fea2f1119e076dcae7a377ca6b8ee" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py313_26.1.1-1-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="07c82b5aec04d5f0f3e4b246835b6bc85e104821cbcb0a059c7ea80f028503f4" RUN set -x && \ UNAME_M="$(uname -m)" && \ From 12a7b744da9fe282c71dc20f92b22afc164f3b9e Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Tue, 28 Apr 2026 14:19:21 -0700 Subject: [PATCH 331/339] Deprecate `continuumio/miniconda3` (#721) * Add deprecation warning to Miniconda image * Add deprecation message to README * Use printf instead of echo * Change year of version number to 26 --- README.md | 5 +++++ miniconda3/debian/Dockerfile | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index efe92fa2..8b236a13 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Anaconda and Miniconda Docker Images and Documentation +>[!CAUTION] +>The `continuumio` images are deprecated. Updates to `continuumio/miniconda3` will be +>discontinued after version `26.7.x`. The latest Docker images for Miniconda are +>available at [`anaconda/miniconda`](https://hub.docker.com/r/anaconda/miniconda). + Docker images for Anaconda/Miniconda that are available from DockerHub: https://hub.docker.com/r/continuumio/ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index d0ed9494..1f34a334 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -24,6 +24,17 @@ RUN apt-get update -q && \ ENV PATH=/opt/conda/bin:$PATH +ARG DEPRECATION_MESSAGE="::warning::This image is deprecated.\n\n\ +Updates to this image will be discontinued after version \`26.7.x\`. \ +The latest Miniconda Docker images are available as \`anaconda/miniconda\`. \ +For more information, visit: https://hub.docker.com/r/anaconda/miniconda\n" + +# Deprecation warning script +RUN printf '#!/bin/bash\nprintf "'%s'" >&2\nexec "$@"\n' "${DEPRECATION_MESSAGE}" \ + > /usr/local/bin/docker-entrypoint.sh && \ + chmod +x /usr/local/bin/docker-entrypoint.sh + +ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache From 6d3e99d7a465627d904313741a7a08cbc6373a20 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:23:35 -0400 Subject: [PATCH 332/339] chore(deps): update amazonlinux docker tag to v2.0.20260413.0 (#722) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/defaults.Dockerfile | 2 +- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda3/amazonlinux/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda-pkg-base/linux/defaults.Dockerfile b/anaconda-pkg-base/linux/defaults.Dockerfile index 604428d9..3410789c 100644 --- a/anaconda-pkg-base/linux/defaults.Dockerfile +++ b/anaconda-pkg-base/linux/defaults.Dockerfile @@ -1,6 +1,6 @@ FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20260216.0@sha256:f4b7c1f766270810f53107e3170a03a9e99d03d4e4ee9d2612aa01d88d49b47c AS base-arm64 +FROM amazonlinux:2.0.20260413.0@sha256:4b3bb9ce33d248600f267f2acc965325587b3bcfaae72fe0bf9cff85fbbb17f6 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 2ee2c983..7ee1a131 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0 FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64 -FROM amazonlinux:2.0.20260216.0@sha256:f4b7c1f766270810f53107e3170a03a9e99d03d4e4ee9d2612aa01d88d49b47c AS base-arm64 +FROM amazonlinux:2.0.20260413.0@sha256:4b3bb9ce33d248600f267f2acc965325587b3bcfaae72fe0bf9cff85fbbb17f6 AS base-arm64 FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x diff --git a/anaconda3/amazonlinux/Dockerfile b/anaconda3/amazonlinux/Dockerfile index 84f9c2cf..4e9c29b5 100644 --- a/anaconda3/amazonlinux/Dockerfile +++ b/anaconda3/amazonlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20260216.0@sha256:f4b7c1f766270810f53107e3170a03a9e99d03d4e4ee9d2612aa01d88d49b47c +FROM amazonlinux:2.0.20260413.0@sha256:4b3bb9ce33d248600f267f2acc965325587b3bcfaae72fe0bf9cff85fbbb17f6 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH From b5c3094cd2f6253a8962d37cc238f92f43234acd Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:23:49 -0400 Subject: [PATCH 333/339] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.37.1 (#723) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee5c1fc4..49df0088 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.0 + rev: 0.37.1 hooks: - id: check-github-workflows - id: check-renovate From 5cc1c3fecc8625da039569fd082b80922dc36f1b Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:24:01 -0400 Subject: [PATCH 334/339] chore(deps): update debian docker tag to v13.4 (#724) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda3/debian/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda3/debian/Dockerfile b/anaconda3/debian/Dockerfile index cc39448c..d950bc41 100644 --- a/anaconda3/debian/Dockerfile +++ b/anaconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:13.3-slim@sha256:1d3c811171a08a5adaa4a163fbafd96b61b87aa871bbc7aa15431ac275d3d430 +FROM debian:13.4-slim@sha256:cedb1ef40439206b673ee8b33a46a03a0c9fa90bf3732f54704f99cb061d2c5a ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH=/opt/conda/bin:$PATH diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index 1f34a334..da6d3138 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:13.3-slim@sha256:1d3c811171a08a5adaa4a163fbafd96b61b87aa871bbc7aa15431ac275d3d430 +FROM debian:13.4-slim@sha256:cedb1ef40439206b673ee8b33a46a03a0c9fa90bf3732f54704f99cb061d2c5a LABEL maintainer="Anaconda, Inc" From 356f2e5be2e3fe99ec9acfeeb7f5c15e6ff5ea47 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:26:46 -0400 Subject: [PATCH 335/339] chore(deps): update docker/build-push-action action to v7.1.0 (#725) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index d482e1a7..1d48607c 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -67,7 +67,7 @@ jobs: latest=false - name: build-push anaconda3/amazonlinux - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: ./anaconda3/amazonlinux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 4814cc91..579039c9 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -65,7 +65,7 @@ jobs: type=match,pattern=anaconda3-(.*)-(.*),group=1,suffix=-amazonlinux - name: build-push anaconda3/debian - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: ./anaconda3/debian builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index f528d0e6..fc9a3605 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -74,7 +74,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1 - name: build-push pkg-builder - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: ./anaconda-pkg-build/linux builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index dae83796..0e3c3575 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -76,7 +76,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: ./anaconda-pkg-build/linux/alma builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index 8d288421..d4ec8083 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -74,7 +74,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda - name: build-push pkg-builder - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: ./anaconda-pkg-build/linux/cuda builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 77613618..99f4ed0e 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -74,7 +74,7 @@ jobs: type=match,pattern=pkg-build-(.*),group=1,suffix=-cuda-rocky8 - name: build-push pkg-builder - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: ./anaconda-pkg-build/linux/cuda-rocky8 builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 64f3f5c1..7855cfac 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -76,7 +76,7 @@ jobs: latest=false - name: build-push pkg-builder - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: ./anaconda-pkg-build/linux/rocky8 builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index d57f9417..f3a3ec84 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -64,7 +64,7 @@ jobs: type=match,pattern=miniconda3-(.*)-(.*),group=1 - name: build miniconda3/debian - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: ./miniconda3/debian builder: ${{ steps.buildx.outputs.name }} From 91ee21bef5c951c207227b3b2f0d16be564a32d9 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:26:53 -0400 Subject: [PATCH 336/339] chore(deps): update docker/login-action action to v4.1.0 (#726) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_alma.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 4 ++-- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 4 ++-- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 1d48607c..b9e437fe 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 579039c9..66ab898e 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index fc9a3605..5e806881 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index 0e3c3575..d8bb1eff 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index d4ec8083..aa190c04 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 99f4ed0e..118967da 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 7855cfac..12963781 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -32,14 +32,14 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index f3a3ec84..276895ad 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} From b23baa72c474366f5b6967473ff0a508e69e20be Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:27:00 -0400 Subject: [PATCH 337/339] chore(deps): update github-releases dependency docker/buildx to v0.33.0 (#727) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_alma.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_rocky8.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index b9e437fe..87bd31fa 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.32.1 + BUILDX_VERSION: v0.33.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 66ab898e..79b06933 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.32.1 + BUILDX_VERSION: v0.33.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 5e806881..8e0d6491 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.32.1 + BUILDX_VERSION: v0.33.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_alma.yml b/.github/workflows/anaconda_pkg_build_linux_alma.yml index d8bb1eff..b4552ff2 100644 --- a/.github/workflows/anaconda_pkg_build_linux_alma.yml +++ b/.github/workflows/anaconda_pkg_build_linux_alma.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.32.1 + BUILDX_VERSION: v0.33.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index aa190c04..36471dd7 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.32.1 + BUILDX_VERSION: v0.33.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml index 118967da..18b99f91 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda_rocky8.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.32.1 + BUILDX_VERSION: v0.33.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml index 12963781..8c0d78f4 100644 --- a/.github/workflows/anaconda_pkg_build_linux_rocky8.yml +++ b/.github/workflows/anaconda_pkg_build_linux_rocky8.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.32.1 + BUILDX_VERSION: v0.33.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 276895ad..70530787 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -23,7 +23,7 @@ jobs: # renovate: datasource=docker depName=moby/buildkit BUILDKIT_IMAGE_VERSION: v0.22.0@sha256:832fa7aa1eb3deb56fa62ae933bfa42dad9a83ff4824dbbaf173b49c722b59d0 # renovate: datasource=github-releases depName=docker/buildx - BUILDX_VERSION: v0.32.1 + BUILDX_VERSION: v0.33.0 # renovate: datasource=docker depName=tonistiigi/binfmt QEMU_IMAGE_VERSION: qemu-v9.2.2@sha256:1b804311fe87047a4c96d38b4b3ef6f62fca8cd125265917a9e3dc3c996c39e6 steps: From ca6292ebe712abf73d24518b7e96f41ba8c2480f Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:33:44 -0400 Subject: [PATCH 338/339] chore(deps): update miniconda to py313_26.3.2-2 (#728) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-build/linux/Dockerfile | 2 +- anaconda-pkg-build/linux/cuda/Dockerfile | 2 +- anaconda-pkg-build/linux/rocky8/Dockerfile | 2 +- miniconda3/debian/Dockerfile | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anaconda-pkg-build/linux/Dockerfile b/anaconda-pkg-build/linux/Dockerfile index 7ee1a131..7abd66da 100644 --- a/anaconda-pkg-build/linux/Dockerfile +++ b/anaconda-pkg-build/linux/Dockerfile @@ -84,7 +84,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py313_26.1.1-1 +ARG INSTALLER_VERSION=py313_26.3.2-2 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/anaconda-pkg-build/linux/cuda/Dockerfile b/anaconda-pkg-build/linux/cuda/Dockerfile index a27db501..e7019ef2 100644 --- a/anaconda-pkg-build/linux/cuda/Dockerfile +++ b/anaconda-pkg-build/linux/cuda/Dockerfile @@ -80,7 +80,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py313_26.1.1-1 +ARG INSTALLER_VERSION=py313_26.3.2-2 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/anaconda-pkg-build/linux/rocky8/Dockerfile b/anaconda-pkg-build/linux/rocky8/Dockerfile index 1ef06cab..3cf4c7e1 100644 --- a/anaconda-pkg-build/linux/rocky8/Dockerfile +++ b/anaconda-pkg-build/linux/rocky8/Dockerfile @@ -44,7 +44,7 @@ ENV LANGUAGE=en_US:en ENV LC_ALL=en_US.UTF-8 # renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh -ARG INSTALLER_VERSION=py313_26.1.1-1 +ARG INSTALLER_VERSION=py313_26.3.2-2 RUN curl -sSL -o /tmp/miniconda.sh \ "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \ diff --git a/miniconda3/debian/Dockerfile b/miniconda3/debian/Dockerfile index da6d3138..4b451e97 100644 --- a/miniconda3/debian/Dockerfile +++ b/miniconda3/debian/Dockerfile @@ -39,11 +39,11 @@ CMD [ "/bin/bash" ] # Leave these args here to better use the Docker build cache # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py313_26.1.1-1-Linux-x86_64.sh" -ARG SHA256SUM_LINUX64="f6dfb5b59614fd7b2956b240b2575a9d58203ec7f7a99f85128158a0fdc5c1d7" +ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py313_26.3.2-2-Linux-x86_64.sh" +ARG SHA256SUM_LINUX64="2284bafb7863a23411b19874d216e237964d4b32dd9beb6807fa8b2d84570961" # renovate: datasource=custom.miniconda_installer -ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py313_26.1.1-1-Linux-aarch64.sh" -ARG SHA256SUM_AARCH64="07c82b5aec04d5f0f3e4b246835b6bc85e104821cbcb0a059c7ea80f028503f4" +ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py313_26.3.2-2-Linux-aarch64.sh" +ARG SHA256SUM_AARCH64="81a5e828724478a7a036027a74356ceff0206147d3b1243c8ba32e0cfa187967" RUN set -x && \ UNAME_M="$(uname -m)" && \ From 692d64b8418ea9434f4359de9c71222c301759be Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:34:51 -0400 Subject: [PATCH 339/339] chore(deps): update ubuntu docker tag to v26 (#729) Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> --- anaconda-pkg-base/linux/ubuntu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anaconda-pkg-base/linux/ubuntu.Dockerfile b/anaconda-pkg-base/linux/ubuntu.Dockerfile index 0c2c0de3..d213debf 100644 --- a/anaconda-pkg-base/linux/ubuntu.Dockerfile +++ b/anaconda-pkg-base/linux/ubuntu.Dockerfile @@ -1,4 +1,4 @@ -ARG BASEVERSION=focal-20250404@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214 +ARG BASEVERSION=26.04@sha256:5e275723f82c67e387ba9e3c24baa0abdcb268917f276a0561c97bef9450d0b4 FROM ubuntu:${BASEVERSION}