We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c618b commit 8b3ca51Copy full SHA for 8b3ca51
Dockerfile
@@ -1,5 +1,5 @@
1
-FROM centos:7
+FROM almalinux:10
2
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
+RUN dnf -y install https://yum.voxpupuli.org/openvox8-release-el-$(rpm -E %rhel).noarch.rpm && \
+ dnf -y install openvox-agent && \
+ dnf clean all
README.md
@@ -1,6 +1,6 @@
# docker-sandbox
-This repo contains a Docker configuration for a basic CentOS 7 + Puppet AIO system
+This repo contains a Docker configuration for a basic AlmaLinux + OpenVox system
suitable for demonstration purposes. To use it, run the following:
6
docker run --rm -it puppetbootstrap/sandbox /bin/bash
0 commit comments