Skip to content

Commit b638c04

Browse files
authored
Merge branch 'master' into release/v2.0.0
2 parents a8baae6 + 62b40fe commit b638c04

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/centos7-puppet7/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# usage (from the root of the puppet-st2/ directory):
2-
# docker build -t stackstorm/puppet-st2-puppet6 -f build/puppet6/Dockerfile .
2+
# docker build -t stackstorm/puppet-st2-puppet7 -f build/puppet7/Dockerfile .
33

44
FROM stackstorm/packagingtest:centos7-systemd
55

@@ -30,7 +30,7 @@ WORKDIR $APP_HOME
3030
COPY . $APP_HOME
3131

3232
# use bundler to install our gems
33-
ENV PUPPET_GEM_VERSION "~> 6.0"
33+
ENV PUPPET_GEM_VERSION "~> 7.0"
3434
ENV BUNDLE_GEMFILE=$APP_HOME/Gemfile \
3535
BUNDLE_JOBS=2 \
3636
BUNDLE_PATH=/bundle

build/centos7-puppet7/Dockerfile.kitchen

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# usage (from the root of the puppet-st2/ directory):
2-
# docker build -t stackstorm/puppet-st2-puppet6 -f build/puppet6/Dockerfile.kitchen .
2+
# docker build -t stackstorm/puppet-st2-puppet7 -f build/puppet7/Dockerfile.kitchen .
33

44
FROM stackstorm/packagingtest:centos7-systemd
55

@@ -32,6 +32,6 @@ RUN ln -s /opt/puppetlabs/bin/hiera /usr/bin/
3232
RUN ln -s /opt/puppetlabs/bin/mco /usr/bin/
3333
RUN ln -s /opt/puppetlabs/bin/puppet /usr/bin/
3434

35-
# print versions (ruby 2.5.x, puppet 6.x)
35+
# print versions (ruby 2.5.x, puppet 7.x)
3636
RUN puppet --version
3737
RUN sudo -E puppet --version

build/ubuntu18-puppet7/Dockerfile.kitchen

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# usage (from the root of the puppet-st2/ directory):
2-
# docker build -t stackstorm/puppet-st2-ubuntu18-puppet7 -f build/ubuntu18-puppet6/Dockerfile.kitchen .
2+
# docker build -t stackstorm/puppet-st2-ubuntu18-puppet7 -f build/ubuntu18-puppet7/Dockerfile.kitchen .
33

44
FROM stackstorm/packagingtest:bionic-systemd
55

0 commit comments

Comments
 (0)