Skip to content

Commit 4ab640d

Browse files
committed
Docker tests: Switch from puppetserver to openvoxserver
1 parent fd9c500 commit 4ab640d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/Dockerfile.puppetdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM puppet/puppetdb:7.2.0
1+
FROM ghcr.io/openvoxproject/openvoxdb:latest
22

33
# Use our own certs so this doesn't have to wait for puppetserver startup
44
COPY fixtures/ssl/ca.pem /opt/puppetlabs/server/data/puppetdb/certs/certs/ca.pem

spec/Dockerfile.puppetserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM puppet/puppetserver:edge
1+
FROM ghcr.io/openvoxproject/openvoxserver:latest
22

33
ARG hostname="boltserver"
44
ENV PUPPETSERVER_HOSTNAME "$hostname"

0 commit comments

Comments
 (0)