Skip to content

Commit

Permalink
container-bases: update to rockylinux9 (#7)
Browse files Browse the repository at this point in the history
* container-bases: update to rockylinux9
* powertools -> enable crb

Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch authored Nov 3, 2024
1 parent cbf0511 commit e7323a9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM rockylinux:8
FROM rockylinux:9

# From https://github.com/giovtorres/slurm-docker-cluster/blob/52b5f9e5a9a7b149900404077e377e8daedf1a8c/Dockerfile
# Moved here to have automated build
LABEL org.opencontainers.image.source="https://github.com/converged-computing/slurm-operator" \
org.opencontainers.image.title="slurm-operator" \
org.opencontainers.image.description="Slurm in Kubernetes on Rocky Linux 8" \
org.opencontainers.image.description="Slurm in Kubernetes on Rocky Linux 9" \
maintainer="Vanessa Sochat"

ARG SLURM_TAG=slurm-21-08-6-1
Expand All @@ -14,7 +14,7 @@ RUN set -ex \
&& yum makecache \
&& yum -y update \
&& yum -y install dnf-plugins-core \
&& yum config-manager --set-enabled powertools \
&& yum config-manager --enable crb \
&& yum -y install \
wget \
bzip2 \
Expand All @@ -39,8 +39,6 @@ RUN set -ex \
&& yum clean all \
&& rm -rf /var/cache/yum

RUN alternatives --set python /usr/bin/python3

RUN pip3 install Cython nose

RUN set -ex \
Expand Down

0 comments on commit e7323a9

Please sign in to comment.