mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 11:38:41 -05:00
(maint) Upgrade to latest vmpooler with jruby 9.3.6
Will deploy the prod image as v 1.7.0-prod-all-providers Chart version 1.17.0
This commit is contained in:
parent
75902ada65
commit
16be4e20aa
11 changed files with 114 additions and 145 deletions
|
|
@ -8,7 +8,7 @@
|
|||
# RUN:
|
||||
# docker run -e VMPOOLER_CONFIG -p 80:4567 -it vmpooler
|
||||
|
||||
FROM jruby:9.2-jdk
|
||||
FROM jruby:9.3.6-jdk
|
||||
|
||||
LABEL org.opencontainers.image.description "VMPooler and known providers pulled directly from Git"
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ ENV RACK_ENV=production
|
|||
|
||||
RUN apt-get update -qq && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y --no-install-recommends make && \
|
||||
apt-get install -y --no-install-recommends make git && \
|
||||
apt-get clean autoclean && \
|
||||
apt-get autoremove -y && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue