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:
Gene Liverman 2021-12-08 16:56:17 -05:00
parent 6da18330ed
commit ed64ca1442
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
4 changed files with 42 additions and 0 deletions

View file

@ -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 && \

View file

@ -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 && \

View file

@ -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 && \