bump elk stack images to alpine 3.13

This commit is contained in:
t3chn0m4g3 2021-02-12 13:54:42 +00:00
parent e5f29f3c90
commit 80d9efa729
4 changed files with 10 additions and 11 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.13
#
# VARS
ENV ES_VER=7.11.0 \
@ -7,8 +7,8 @@ ENV ES_VER=7.11.0 \
ADD dist/ /root/dist/
#
# Setup env and apt
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
apk -U --no-cache add \
#RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
RUN apk -U --no-cache add \
aria2 \
bash \
curl \

View file

@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.13
#
# Setup env and apt
RUN apk -U add \
@ -11,8 +11,7 @@ RUN apk -U add \
mkdir -p /usr/src/app/ && \
cd /usr/src/app/ && \
git clone https://github.com/mobz/elasticsearch-head . && \
# git checkout d0a25608854479f0b3f2dca24e8039a2fd66b0e2 && \
git checkout 2932af571b84017f87bc1c5beee5b6dfbf11b0a5 && \
git checkout 2d51fecac2980d350fcd3319fd9fe2999f63c9db && \
npm install http-server && \
sed -i "s#\"http\:\/\/localhost\:9200\"#window.location.protocol \+ \'\/\/\' \+ window.location.hostname \+ \'\:\' \+ window.location.port \+ \'\/es\/\'#" /usr/src/app/_site/app.js && \
#

View file

@ -7,8 +7,8 @@ ENV KB_VER=7.11.0
ADD dist/ /root/dist/
#
# Setup env and apt
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
apk -U --no-cache add \
#RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
RUN apk -U --no-cache add \
aria2 \
curl \
gcompat && \

View file

@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.13
#
# VARS
ENV LS_VER=7.11.0
@ -6,8 +6,8 @@ ENV LS_VER=7.11.0
ADD dist/ /root/dist/
#
# Setup env and apt
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
apk -U --no-cache add \
#RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
RUN apk -U --no-cache add \
aria2 \
bash \
bzip2 \