Skip to content

Commit

Permalink
switched container base to RL9
Browse files Browse the repository at this point in the history
  • Loading branch information
g0rgamesh committed Sep 10, 2024
1 parent 02be66c commit 00cc9f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/kayobe/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.2

FROM quay.io/centos/centos:stream8
FROM quay.io/generic/rocky9
MAINTAINER "Will Szumski" <[email protected]>

ENV container docker
Expand All @@ -18,9 +18,9 @@ ENV container docker

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

RUN sed -i -e 's/^mirrorlist/#mirrorlist/g' \
-e 's/^#baseurl/baseurl/g' \
-e 's/mirror\.centos\.org/vault.centos.org/g' /etc/yum.repos.d/CentOS-Stream-*.repo
# RUN sed -i -e 's/^mirrorlist/#mirrorlist/g' \
# -e 's/^#baseurl/baseurl/g' \
# -e 's/mirror\.centos\.org/vault.centos.org/g' /etc/yum.repos.d/CentOS-Stream-*.repo

RUN dnf update -y && \
dnf install -y gcc git vim python3-pyyaml python3-virtualenv libffi-devel sudo which openssh-server \
Expand Down

0 comments on commit 00cc9f7

Please sign in to comment.