Skip to content

Commit 534a2d9

Browse files
authored
Merge pull request #58 from stackhpc/rocky8-default
Use Rocky Linux 8 container base image by default
2 parents ad93766 + 7888dba commit 534a2d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/kayobe/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# syntax=docker/dockerfile:1.2
22

33
# NOTE: Currently supported images:
4-
# quay.io/centos/centos:stream8
4+
# quay.io/rockylinux/rockylinux:8
55
# rockylinux:9
6-
ARG BASE_IMAGE="quay.io/centos/centos:stream8"
6+
ARG BASE_IMAGE="quay.io/rockylinux/rockylinux:8"
77
FROM ${BASE_IMAGE}
88
LABEL maintainer="Will Szumski [email protected]"
99

@@ -27,10 +27,10 @@ ENV container docker
2727

2828
# CMD ["/usr/sbin/init"]
2929

30-
ARG BASE_IMAGE="quay.io/centos/centos:stream8"
30+
ARG BASE_IMAGE="quay.io/rockylinux/rockylinux:8"
3131
RUN dnf install epel-release -y && \
3232
dnf update -y --nobest && \
33-
dnf install -y gcc git vim python3-pyyaml \
33+
dnf install -y gcc git vim python3-pyyaml findutils\
3434
libffi-devel sudo which openssh-server e2fsprogs \
3535
diffstat diffutils debootstrap procps-ng gdisk util-linux \
3636
dosfstools lvm2 kpartx systemd-udev bash-completion rsync && \

0 commit comments

Comments
 (0)