diff --git a/.github/workflows/custom_docker_builds.yml b/.github/workflows/custom_docker_builds.yml index 5e34165b8..07de97c86 100644 --- a/.github/workflows/custom_docker_builds.yml +++ b/.github/workflows/custom_docker_builds.yml @@ -22,11 +22,11 @@ jobs: - docker-image: ./images/gh-gl-sync image-tags: ghcr.io/spack/ci-bridge:0.0.38 - docker-image: ./images/gitlab-api-scrape - image-tags: ghcr.io/spack/gitlab-api-scrape:0.0.2 + image-tags: ghcr.io/spack/gitlab-api-scrape:0.0.3 - docker-image: ./images/ci-key-rotate - image-tags: ghcr.io/spack/ci-key-rotate:0.0.4 + image-tags: ghcr.io/spack/ci-key-rotate:0.0.5 - docker-image: ./images/ci-key-clear - image-tags: ghcr.io/spack/ci-key-clear:0.0.1 + image-tags: ghcr.io/spack/ci-key-clear:0.0.2 - docker-image: ./images/gitlab-stuckpods image-tags: ghcr.io/spack/stuckpods:0.0.1 - docker-image: ./images/gitlab-clear-pipelines @@ -42,7 +42,7 @@ jobs: - docker-image: ./images/upload-gitlab-failure-logs image-tags: ghcr.io/spack/upload-gitlab-failure-logs:0.0.3 - docker-image: ./images/snapshot-release-tags - image-tags: ghcr.io/spack/snapshot-release-tags:0.0.3 + image-tags: ghcr.io/spack/snapshot-release-tags:0.0.4 - docker-image: ./images/cache-indexer image-tags: ghcr.io/spack/cache-indexer:0.0.3 - docker-image: ./images/build-timing-processor diff --git a/images/ci-key-clear/Dockerfile b/images/ci-key-clear/Dockerfile index 0e97fb8bf..92af4b894 100644 --- a/images/ci-key-clear/Dockerfile +++ b/images/ci-key-clear/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.11 WORKDIR /scripts/ COPY requirements.txt ./ diff --git a/images/ci-key-rotate/Dockerfile b/images/ci-key-rotate/Dockerfile index b4502033f..658750cfa 100644 --- a/images/ci-key-rotate/Dockerfile +++ b/images/ci-key-rotate/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.11 WORKDIR /scripts/ COPY requirements.txt ./ diff --git a/images/gitlab-api-scrape/Dockerfile b/images/gitlab-api-scrape/Dockerfile index 506ddd63a..4da0f95a9 100644 --- a/images/gitlab-api-scrape/Dockerfile +++ b/images/gitlab-api-scrape/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.11 WORKDIR /scripts/ COPY requirements.txt ./ diff --git a/k8s/production/custom/gitlab-api-scrape/cron-jobs.yaml b/k8s/production/custom/gitlab-api-scrape/cron-jobs.yaml index 2904f28dc..d2a53169f 100644 --- a/k8s/production/custom/gitlab-api-scrape/cron-jobs.yaml +++ b/k8s/production/custom/gitlab-api-scrape/cron-jobs.yaml @@ -16,7 +16,7 @@ spec: restartPolicy: Never containers: - name: scrape - image: ghcr.io/spack/gitlab-api-scrape:0.0.2 + image: ghcr.io/spack/gitlab-api-scrape:0.0.3 imagePullPolicy: IfNotPresent env: - name: GITLAB_PRIVATE_TOKEN diff --git a/k8s/production/custom/rotate-keys/cron-jobs.yaml b/k8s/production/custom/rotate-keys/cron-jobs.yaml index 9521cf09d..c22dbb636 100644 --- a/k8s/production/custom/rotate-keys/cron-jobs.yaml +++ b/k8s/production/custom/rotate-keys/cron-jobs.yaml @@ -15,7 +15,7 @@ spec: restartPolicy: Never containers: - name: rotate-gitlab-aws-access-keys - image: ghcr.io/spack/ci-key-rotate:0.0.4 + image: ghcr.io/spack/ci-key-rotate:0.0.5 imagePullPolicy: IfNotPresent env: - name: GITLAB_TOKEN @@ -41,7 +41,7 @@ spec: restartPolicy: Never containers: - name: clear-admin-keys - image: ghcr.io/spack/ci-key-clear:0.0.1 + image: ghcr.io/spack/ci-key-clear:0.0.2 imagePullPolicy: IfNotPresent nodeSelector: spack.io/node-pool: base diff --git a/k8s/production/custom/snapshot-release-tags/cron-jobs.yaml b/k8s/production/custom/snapshot-release-tags/cron-jobs.yaml index fb4f71e4a..deded8bab 100644 --- a/k8s/production/custom/snapshot-release-tags/cron-jobs.yaml +++ b/k8s/production/custom/snapshot-release-tags/cron-jobs.yaml @@ -16,7 +16,7 @@ spec: restartPolicy: Never containers: - name: snapshot-release-tags - image: ghcr.io/spack/snapshot-release-tags:0.0.3 + image: ghcr.io/spack/snapshot-release-tags:0.0.4 imagePullPolicy: IfNotPresent resources: requests: