File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 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 .
3
3
4
4
FROM stackstorm/packagingtest:centos7-systemd
5
5
@@ -30,7 +30,7 @@ WORKDIR $APP_HOME
30
30
COPY . $APP_HOME
31
31
32
32
# use bundler to install our gems
33
- ENV PUPPET_GEM_VERSION "~> 6 .0"
33
+ ENV PUPPET_GEM_VERSION "~> 7 .0"
34
34
ENV BUNDLE_GEMFILE=$APP_HOME/Gemfile \
35
35
BUNDLE_JOBS=2 \
36
36
BUNDLE_PATH=/bundle
Original file line number Diff line number Diff line change 1
1
# 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 .
3
3
4
4
FROM stackstorm/packagingtest:centos7-systemd
5
5
@@ -32,6 +32,6 @@ RUN ln -s /opt/puppetlabs/bin/hiera /usr/bin/
32
32
RUN ln -s /opt/puppetlabs/bin/mco /usr/bin/
33
33
RUN ln -s /opt/puppetlabs/bin/puppet /usr/bin/
34
34
35
- # print versions (ruby 2.5.x, puppet 6 .x)
35
+ # print versions (ruby 2.5.x, puppet 7 .x)
36
36
RUN puppet --version
37
37
RUN sudo -E puppet --version
Original file line number Diff line number Diff line change 1
1
# 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 .
3
3
4
4
FROM stackstorm/packagingtest:bionic-systemd
5
5
You can’t perform that action at this time.
0 commit comments