Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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