Skip to content

Commit

Permalink
feat: Update base image to AnalysisBase v25.2.27
Browse files Browse the repository at this point in the history
* Update the base image to gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.27
  as the ROOT version is v6.32.02.
  • Loading branch information
matthewfeickert committed Sep 17, 2024
1 parent 72c930a commit bc30e26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
lock:
docker pull gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.2
docker pull gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.27
docker build \
--file docker/Dockerfile.lockfile-builder \
--build-arg BASE_IMAGE=gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.2 \
--build-arg BASE_IMAGE=gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.27 \
--tag tmp/analysisbase:rel25-lockfile-builder \
docker
docker run \
Expand All @@ -19,10 +19,10 @@ lock:
rm -r venv'

build:
docker pull gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.2
docker pull gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.27
docker build \
--file docker/Dockerfile \
--build-arg BASE_IMAGE=gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.2 \
--build-arg BASE_IMAGE=gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.27 \
--tag sslhep/analysis-dask-base:debug \
.

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.2
ARG BASE_IMAGE=gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.27
FROM ${BASE_IMAGE} as base

SHELL [ "/bin/bash", "-c" ]
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.lockfile-builder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.2
ARG BASE_IMAGE=gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.27
FROM ${BASE_IMAGE} as base

SHELL [ "/bin/bash", "-c" ]
Expand Down

0 comments on commit bc30e26

Please sign in to comment.