diff --git a/.github/workflows/custom_docker_builds.yml b/.github/workflows/custom_docker_builds.yml index 0393a9159..9f242f733 100644 --- a/.github/workflows/custom_docker_builds.yml +++ b/.github/workflows/custom_docker_builds.yml @@ -42,7 +42,7 @@ jobs: - docker-image: ./images/cache-indexer image-tags: ghcr.io/spack/cache-indexer:0.0.3 - docker-image: ./analytics - image-tags: ghcr.io/spack/django:0.3.28 + image-tags: ghcr.io/spack/django:0.3.29 - docker-image: ./images/ci-prune-buildcache image-tags: ghcr.io/spack/ci-prune-buildcache:0.0.4 - docker-image: ./images/protected-publish diff --git a/analytics/Dockerfile b/analytics/Dockerfile index 13bb6aac0..d9ace1b46 100644 --- a/analytics/Dockerfile +++ b/analytics/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && \ && rm -rf /var/lib/apt/lists/* # Install spack -RUN git clone -c feature.manyFiles=true --depth 1 --branch v0.22.0 https://github.com/spack/spack.git /opt/spack +RUN git clone -c feature.manyFiles=true --depth 1 --branch v0.23.0 https://github.com/spack/spack.git /opt/spack # Include spack import paths for python packages. Order is important ENV PYTHONPATH "/opt/spack/lib/spack:$PYTHONPATH" diff --git a/analytics/dev/django.Dockerfile b/analytics/dev/django.Dockerfile index caefc5ebf..9f5da3318 100644 --- a/analytics/dev/django.Dockerfile +++ b/analytics/dev/django.Dockerfile @@ -28,7 +28,7 @@ RUN pip install --editable /opt/django-project[dev] # Install spack RUN git clone -c feature.manyFiles=true https://github.com/spack/spack.git /opt/spack -RUN cd /opt/spack && git checkout v0.22.0 +RUN cd /opt/spack && git checkout v0.23.0 # Include spack import paths for python packages. Order is important ENV PYTHONPATH "/opt/spack/lib/spack:$PYTHONPATH" diff --git a/k8s/production/custom/webhook-handler/deployments.yaml b/k8s/production/custom/webhook-handler/deployments.yaml index 25252895f..5a1ba4c4b 100644 --- a/k8s/production/custom/webhook-handler/deployments.yaml +++ b/k8s/production/custom/webhook-handler/deployments.yaml @@ -23,7 +23,7 @@ spec: serviceAccountName: webhook-handler containers: - name: webhook-handler - image: ghcr.io/spack/django:0.3.28 + image: ghcr.io/spack/django:0.3.29 imagePullPolicy: Always resources: requests: @@ -146,7 +146,7 @@ spec: serviceAccountName: webhook-handler containers: - name: webhook-handler-worker - image: ghcr.io/spack/django:0.3.28 + image: ghcr.io/spack/django:0.3.29 command: [ "celery",