Skip to content

Commit

Permalink
Use Rocky Linux 9 container base image by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Welsh committed Feb 22, 2024
1 parent b00f285 commit 46e9d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/kayobe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# NOTE: Currently supported images:
# quay.io/centos/centos:stream8
# rockylinux:9
ARG BASE_IMAGE="quay.io/centos/centos:stream8"
ARG BASE_IMAGE="rockylinux:9"
FROM ${BASE_IMAGE}
LABEL maintainer="Will Szumski [email protected]"

Expand All @@ -27,7 +27,7 @@ ENV container docker

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

ARG BASE_IMAGE="quay.io/centos/centos:stream8"
ARG BASE_IMAGE="rockylinux:9"
RUN dnf install epel-release -y && \
dnf update -y --nobest && \
dnf install -y gcc git vim python3-pyyaml \
Expand Down

0 comments on commit 46e9d65

Please sign in to comment.