Bump shared images based on Alpine 3.8, 3.10, 3.11
Remove custom repo key on 3.11
This commit is contained in:
parent
596955f6b4
commit
a7202756ab
@ -1,5 +1,5 @@
|
|||||||
IMAGE alpine3.10-nodejs10_10.19.0-200621
|
IMAGE alpine3.10-nodejs10_10.19.0-201021
|
||||||
FROM alpine3.10_3.10.5-200621
|
FROM alpine3.10_3.10.5-201021
|
||||||
|
|
||||||
RUN EOF
|
RUN EOF
|
||||||
apk --no-cache add nodejs
|
apk --no-cache add nodejs
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
IMAGE alpine3.10-python2.7_2.7.18-200621
|
|
||||||
FROM alpine3.10_3.10.5-200621
|
|
||||||
|
|
||||||
RUN EOF
|
|
||||||
apk --no-cache add python2
|
|
||||||
EOF
|
|
||||||
|
|
||||||
CMD /usr/bin/python
|
|
@ -1,4 +1,4 @@
|
|||||||
IMAGE alpine3.10_3.10.5-200621
|
IMAGE alpine3.10_3.10.5-201021
|
||||||
|
|
||||||
COPY https://github.com/alpinelinux/docker-alpine/raw/v3.10/x86_64/alpine-minirootfs-3.10.5-x86_64.tar.gz
|
COPY https://github.com/alpinelinux/docker-alpine/raw/v3.10/x86_64/alpine-minirootfs-3.10.5-x86_64.tar.gz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
IMAGE alpine3.11-python2.7_2.7.18-200621
|
IMAGE alpine3.11-python2.7_2.7.18-201021
|
||||||
FROM alpine3.11_3.11.6-200621
|
FROM alpine3.11_3.11.6-201021
|
||||||
|
|
||||||
RUN EOF
|
RUN EOF
|
||||||
apk --no-cache add python2
|
apk --no-cache add python2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
IMAGE alpine3.11_3.11.6-200621
|
IMAGE alpine3.11_3.11.6-201021
|
||||||
|
|
||||||
COPY https://github.com/alpinelinux/docker-alpine/raw/v3.11/x86_64/alpine-minirootfs-3.11.6-x86_64.tar.gz
|
COPY https://github.com/alpinelinux/docker-alpine/raw/v3.11/x86_64/alpine-minirootfs-3.11.6-x86_64.tar.gz
|
||||||
|
|
||||||
@ -17,5 +17,3 @@ RUN EOF
|
|||||||
# Cleanup
|
# Cleanup
|
||||||
rm -rf /etc/crontabs/root /etc/periodic
|
rm -rf /etc/crontabs/root /etc/periodic
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
COPY image.d
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
-----BEGIN PUBLIC KEY-----
|
|
||||||
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqoNig96JdNCBGE60FMKN
|
|
||||||
9mD8DrcDIIwl06r+lTnQuLfNxEYxLCS06zlGVQ5o7bJBOZumMZNWdINpa5j8378/
|
|
||||||
M6ieDxmd4YErcLobNnYlubp1qVljVcK8luPtvVrQ4O+Ss9owO97qJHKsXF1U2jgE
|
|
||||||
29QkIGPj+5IfkkbTeGP5T1o9ySmu6AQ+yjGi+ohUtnF5cR+cPb1cJR2XhirS0yLN
|
|
||||||
E+9E7tcTfILIgxGfCshwdSrZ67fknPZmB+8QpWypd0rlG4lf4kjrY/pZ0Jlu2JxX
|
|
||||||
BjdgUB4rzcNk99UZfkp2BbGtNYjZ4PZukOl8AYX14bdDSja2W6TcLnGfCqHZRCjW
|
|
||||||
HwIDAQAB
|
|
||||||
-----END PUBLIC KEY-----
|
|
@ -1,3 +0,0 @@
|
|||||||
http://dl-cdn.alpinelinux.org/alpine/v3.11/main
|
|
||||||
http://dl-cdn.alpinelinux.org/alpine/v3.11/community
|
|
||||||
@vm https://repo.spotter.cz/alpine/v3.11/apk
|
|
@ -1,5 +1,5 @@
|
|||||||
IMAGE alpine3.8-java8_8.222.10-200621
|
IMAGE alpine3.8-java8_8.222.10-201310
|
||||||
FROM alpine3.8_3.8.5-200621
|
FROM alpine3.8_3.8.5-201021
|
||||||
|
|
||||||
RUN EOF
|
RUN EOF
|
||||||
apk --no-cache add openjdk8-jre-base
|
apk --no-cache add openjdk8-jre-base
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
IMAGE alpine3.8-ruby2.4_2.4.9-200621
|
IMAGE alpine3.8-ruby2.4_2.4.10-201021
|
||||||
FROM alpine3.8_3.8.5-200621
|
FROM alpine3.8_3.8.5-201021
|
||||||
|
|
||||||
RUN EOF
|
RUN EOF
|
||||||
# Install Ruby runtime dependencies
|
# Install Ruby runtime dependencies
|
||||||
@ -10,7 +10,7 @@ RUN EOF
|
|||||||
|
|
||||||
# Download and unpack Ruby
|
# Download and unpack Ruby
|
||||||
mkdir -p /usr/src/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
|
# Compile and install Ruby
|
||||||
cd /usr/src/ruby
|
cd /usr/src/ruby
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
IMAGE alpine3.8_3.8.5-200621
|
IMAGE alpine3.8_3.8.5-201021
|
||||||
|
|
||||||
COPY https://github.com/alpinelinux/docker-alpine/raw/v3.8/x86_64/alpine-minirootfs-3.8.5-x86_64.tar.gz
|
COPY https://github.com/alpinelinux/docker-alpine/raw/v3.8/x86_64/alpine-minirootfs-3.8.5-x86_64.tar.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user