Bump shared images to Alpine 12

This commit is contained in:
Disassembler 2020-10-22 20:42:45 +02:00
parent 14e07c9b56
commit 596955f6b4
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
14 changed files with 30 additions and 30 deletions

View File

@ -1,6 +0,0 @@
IMAGE alpine3.11-java8_8.242.08-200621
FROM alpine3.11_3.11.6-200621
RUN EOF
apk --no-cache add openjdk8-jre-base
EOF

View File

@ -1,9 +0,0 @@
IMAGE alpine3.11-python3.8_3.8.2-200621
FROM alpine3.11_3.11.6-200621
RUN EOF
apk --no-cache add python3
ln -s /usr/bin/python3 /usr/bin/python
EOF
CMD /usr/bin/python

View File

@ -0,0 +1,6 @@
IMAGE alpine3.12-java8_8.252.09-201021
FROM alpine3.12_3.12.1-201021
RUN EOF
apk --no-cache add openjdk8-jre-base
EOF

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-php7.3_7.3.18-200621
FROM alpine3.11_3.11.6-200621
IMAGE alpine3.12-php7.3_7.3.23-201021
FROM alpine3.12_3.12.1-201021
RUN EOF
apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache php7-session

View File

@ -0,0 +1,9 @@
IMAGE alpine3.12-python3.8_3.8.5-201021
FROM alpine3.12_3.12.1-201021
RUN EOF
apk --no-cache add python3 py3-pip py3-wheel
ln -s /usr/bin/python3 /usr/bin/python
EOF
CMD /usr/bin/python

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-ruby2.4_2.4.9-200621
FROM alpine3.11_3.11.6-200621
IMAGE alpine3.12-ruby2.4_2.4.10-201021
FROM alpine3.12_3.12.1-201021
RUN EOF
# Install Ruby runtime dependencies
@ -10,7 +10,7 @@ RUN EOF
# Download and unpack Ruby
mkdir -p /usr/src/ruby
wget http://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.9.tar.xz -O - | tar xJf - -C /usr/src/ruby --strip-components=1
wget http://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.10.tar.xz -O - | tar xJf - -C /usr/src/ruby --strip-components=1
# Compile and install Ruby
cd /usr/src/ruby

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-ruby2.6_2.6.6-201004
FROM alpine3.11_3.11.6-200621
IMAGE alpine3.12-ruby2.6_2.6.6-201021
FROM alpine3.12_3.12.1-201021
RUN EOF
# Install Ruby runtime dependencies

View File

@ -1,9 +1,9 @@
IMAGE alpine3.11-tomcat7_7.0.104-200621
FROM alpine3.11-java8_8.242.08-200621
IMAGE alpine3.12-tomcat7_7.0.106-201021
FROM alpine3.12-java8_8.252.09-201021
RUN EOF
# Install Tomcat 7
wget https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.104/bin/apache-tomcat-7.0.104.tar.gz -O - | tar xzf - -C /srv
wget https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.106/bin/apache-tomcat-7.0.106.tar.gz -O - | tar xzf - -C /srv
mv /srv/apache-tomcat-* /srv/tomcat
# Make catalina.sh available globally

View File

@ -1,9 +1,9 @@
IMAGE alpine3.11-tomcat8.5_8.5.56-200621
FROM alpine3.11-java8_8.242.08-200621
IMAGE alpine3.12-tomcat8.5_8.5.59-201021
FROM alpine3.12-java8_8.252.09-201021
RUN EOF
# Install Tomcat 8.5
wget https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.56/bin/apache-tomcat-8.5.56.tar.gz -O - | tar xzf - -C /srv
wget https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.59/bin/apache-tomcat-8.5.59.tar.gz -O - | tar xzf - -C /srv
mv /srv/apache-tomcat-* /srv/tomcat
# Make catalina.sh available globally

View File

@ -1,6 +1,6 @@
IMAGE alpine3.12_3.12.0-201013
IMAGE alpine3.12_3.12.1-201021
COPY https://github.com/alpinelinux/docker-alpine/raw/v3.12/x86_64/alpine-minirootfs-3.12.0-x86_64.tar.gz
COPY https://github.com/alpinelinux/docker-alpine/raw/v3.12/x86_64/alpine-minirootfs-3.12.1-x86_64.tar.gz
RUN EOF
# Update packages