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 fd9c500 commit 4ab640dCopy full SHA for 4ab640d
spec/Dockerfile.puppetdb
@@ -1,4 +1,4 @@
1
-FROM puppet/puppetdb:7.2.0
+FROM ghcr.io/openvoxproject/openvoxdb:latest
2
3
# Use our own certs so this doesn't have to wait for puppetserver startup
4
COPY fixtures/ssl/ca.pem /opt/puppetlabs/server/data/puppetdb/certs/certs/ca.pem
spec/Dockerfile.puppetserver
-FROM puppet/puppetserver:edge
+FROM ghcr.io/openvoxproject/openvoxserver:latest
ARG hostname="boltserver"
ENV PUPPETSERVER_HOSTNAME "$hostname"
0 commit comments