mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
Add prod container setup
The release body file that is created by CI should result in text similar to this: Source image: jruby:9.2-jdk + OS updates Gems: - vmpooler (2.0.0) - vmpooler-provider-vsphere (1.4.0)
This commit is contained in:
parent
6da18330ed
commit
ed64ca1442
4 changed files with 42 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ FROM jruby:9.2-jdk
|
|||
ENV RACK_ENV=production
|
||||
|
||||
RUN apt-get update -qq && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y --no-install-recommends make && \
|
||||
apt-get clean autoclean && \
|
||||
apt-get autoremove -y && \
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ ENV LOGFILE=/dev/stdout \
|
|||
RACK_ENV=production
|
||||
|
||||
RUN apt-get update -qq && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y --no-install-recommends make && \
|
||||
apt-get clean autoclean && \
|
||||
apt-get autoremove -y && \
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ ENV LOGFILE=/dev/stdout \
|
|||
RACK_ENV=production
|
||||
|
||||
RUN apt-get update -qq && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y --no-install-recommends make && \
|
||||
apt-get clean autoclean && \
|
||||
apt-get autoremove -y && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue