Skip to content

Commit 8b3ca51

Browse files
committed
Update to AlmaLinux 10 and OpenVox 8
1 parent 79c618b commit 8b3ca51

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM centos:7
1+
FROM almalinux:10
22

3-
RUN yum -y install http://yum.puppet.com/puppet6/puppet6-release-el-7.noarch.rpm && \
4-
yum -y install puppet-agent && \
5-
yum clean all
3+
RUN dnf -y install https://yum.voxpupuli.org/openvox8-release-el-$(rpm -E %rhel).noarch.rpm && \
4+
dnf -y install openvox-agent && \
5+
dnf clean all

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docker-sandbox
22

3-
This repo contains a Docker configuration for a basic CentOS 7 + Puppet AIO system
3+
This repo contains a Docker configuration for a basic AlmaLinux + OpenVox system
44
suitable for demonstration purposes. To use it, run the following:
55

66
docker run --rm -it puppetbootstrap/sandbox /bin/bash

0 commit comments

Comments
 (0)