Bump service images to Alpine 3.12
This commit is contained in:
parent
a7202756ab
commit
e39aa41c7c
@ -29,17 +29,16 @@ spoc-image build -p alpine3.8-java8/image
|
||||
spoc-image build -p alpine3.8-ruby2.4/image
|
||||
spoc-image build -p alpine3.10/image
|
||||
spoc-image build -p alpine3.10-nodejs10/image
|
||||
spoc-image build -p alpine3.10-python2.7/image
|
||||
spoc-image build -p alpine3.11/image
|
||||
spoc-image build -p alpine3.11-java8/image
|
||||
spoc-image build -p alpine3.11-php7.3/image
|
||||
spoc-image build -p alpine3.11-python2.7/image
|
||||
spoc-image build -p alpine3.11-python3.8/image
|
||||
spoc-image build -p alpine3.11-ruby2.4/image
|
||||
spoc-image build -p alpine3.11-ruby2.6/image
|
||||
spoc-image build -p alpine3.11-tomcat7/image
|
||||
spoc-image build -p alpine3.11-tomcat8.5/image
|
||||
spoc-image build -p alpine3.12/image
|
||||
spoc-image build -p alpine3.12-java8/image
|
||||
spoc-image build -p alpine3.12-php7.3/image
|
||||
spoc-image build -p alpine3.12-python3.8/image
|
||||
spoc-image build -p alpine3.12-ruby2.4/image
|
||||
spoc-image build -p alpine3.12-ruby2.6/image
|
||||
spoc-image build -p alpine3.12-tomcat7/image
|
||||
spoc-image build -p alpine3.12-tomcat8.5/image
|
||||
|
||||
# Build services
|
||||
cd ${ROOT}/lxc-services
|
||||
|
@ -1,10 +1,10 @@
|
||||
IMAGE activemq_5.15.13-200621
|
||||
FROM alpine3.11-java8_8.242.08-200621
|
||||
IMAGE activemq_5.16.0-201021
|
||||
FROM alpine3.12-java8_8.252.09-201021
|
||||
|
||||
RUN EOF
|
||||
# Download and install ActiveMQ
|
||||
wget https://archive.apache.org/dist/activemq/5.15.13/apache-activemq-5.15.13-bin.tar.gz -O - | tar xzf - -C /srv
|
||||
mv /srv/apache-activemq-5.15.13 /srv/activemq
|
||||
wget https://archive.apache.org/dist/activemq/5.16.0/apache-activemq-5.16.0-bin.tar.gz -O - | tar xzf - -C /srv
|
||||
mv /srv/apache-activemq-* /srv/activemq
|
||||
|
||||
# Create OS user
|
||||
addgroup -S -g 61616 activemq
|
||||
|
@ -1,5 +1,5 @@
|
||||
IMAGE mariadb_10.4.15-201013
|
||||
FROM alpine3.12_3.12.0-201013
|
||||
IMAGE mariadb_10.4.15-201021
|
||||
FROM alpine3.12_3.12.1-201021
|
||||
|
||||
RUN EOF
|
||||
# Create OS user (which will be picked up later by apk add)
|
||||
|
@ -1,5 +1,5 @@
|
||||
IMAGE postgis_3.0.1-201013
|
||||
FROM postgres_12.4.0-201013
|
||||
IMAGE postgis_3.0.1-201021
|
||||
FROM postgres_12.4.0-201021
|
||||
|
||||
USER root
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
IMAGE postgres_12.4.0-201013
|
||||
FROM alpine3.12_3.12.0-201013
|
||||
IMAGE postgres_12.4.0-201021
|
||||
FROM alpine3.12_3.12.1-201021
|
||||
|
||||
RUN EOF
|
||||
# Create OS user (which will be picked up later by apk add)
|
||||
|
@ -1,5 +1,5 @@
|
||||
IMAGE rabbitmq_3.8.9-201013
|
||||
FROM alpine3.12_3.12.0-201013
|
||||
IMAGE rabbitmq_3.8.9-201021
|
||||
FROM alpine3.12_3.12.1-201021
|
||||
|
||||
RUN EOF
|
||||
# Install RabbitMQ runtime dependencies
|
||||
|
@ -1,5 +1,5 @@
|
||||
IMAGE redis_5.0.9-201013
|
||||
FROM alpine3.12_3.12.0-201013
|
||||
IMAGE redis_5.0.9-201021
|
||||
FROM alpine3.12_3.12.1-201021
|
||||
|
||||
RUN EOF
|
||||
# Create OS user (which will be picked up later by apk add)
|
||||
|
@ -1,5 +1,5 @@
|
||||
IMAGE solr6_6.5.1-200621
|
||||
FROM alpine3.11-java8_8.242.08-200621
|
||||
IMAGE solr6_6.5.1-201021
|
||||
FROM alpine3.12-java8_8.252.09-201021
|
||||
|
||||
RUN EOF
|
||||
# Install runtime dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user