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:
Gene Liverman 2021-12-09 12:03:48 -05:00
parent 1daa3fa11d
commit 88aba7af57
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
8 changed files with 49 additions and 19 deletions

View file

@ -10,6 +10,7 @@
FROM jruby:9.2-jdk
ENV DEBIAN_FRONTEND=noninteractive
ENV RACK_ENV=production
RUN apt-get update -qq && \

View file

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

View file

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