Skip to content

Commit

Permalink
add back alma9-base image (we need it) (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger authored Jul 12, 2024
1 parent 2cea455 commit 043f277
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- ubuntu2204_rocm_clang
- ubuntu2404
- ubuntu2404_cuda
- alma9-base
steps:
- uses: actions/checkout@v4

Expand Down
8 changes: 8 additions & 0 deletions alma9-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM cern/alma9-base:latest

LABEL description="CERN AlmaLinux 9"
LABEL maintainer="Paul Gessinger <paul.gessinger@cern.ch>"
LABEL version="1"

RUN dnf install -y https://linuxsoft.cern.ch/wlcg/el9/x86_64/HEP_OSlibs-9.1.0-2.el9.x86_64.rpm \
&& dnf -y clean all

0 comments on commit 043f277

Please sign in to comment.