mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
General updates related to packaging
- Docs were updated - minor adjustments to Dockerfiles - helm chart updated to point to actual image registry
This commit is contained in:
parent
1daa3fa11d
commit
88aba7af57
8 changed files with 49 additions and 19 deletions
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
FROM jruby:9.2-jdk
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ENV RACK_ENV=production
|
||||
|
||||
RUN apt-get update -qq && \
|
||||
|
|
|
|||
|
|
@ -10,10 +10,11 @@
|
|||
|
||||
FROM jruby:9.2-jdk
|
||||
|
||||
ENV RACK_ENV=production
|
||||
LABEL org.opencontainers.image.description "VMPooler plus all known providers"
|
||||
|
||||
ENV LOGFILE=/dev/stdout \
|
||||
RACK_ENV=production
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ENV LOGFILE=/dev/stdout
|
||||
ENV RACK_ENV=production
|
||||
|
||||
RUN apt-get update -qq && \
|
||||
apt-get upgrade -y && \
|
||||
|
|
|
|||
|
|
@ -10,10 +10,11 @@
|
|||
|
||||
FROM jruby:9.2-jdk
|
||||
|
||||
ENV RACK_ENV=production
|
||||
LABEL org.opencontainers.image.description "VMPooler and known providers pulled directly from Git"
|
||||
|
||||
ENV LOGFILE=/dev/stdout \
|
||||
RACK_ENV=production
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ENV LOGFILE=/dev/stdout
|
||||
ENV RACK_ENV=production
|
||||
|
||||
RUN apt-get update -qq && \
|
||||
apt-get upgrade -y && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue