update docker base images and UI dependencies (#1302)
* update docker base images and UI dependencies * use latest compliant base image
This commit is contained in:
parent
010865f5d9
commit
ff46bb069b
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine
|
FROM registry.opensource.zalan.do/library/alpine-3.12:latest
|
||||||
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
|
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
|
||||||
|
|
||||||
# We need root certificates to deal with teams api over https
|
# We need root certificates to deal with teams api over https
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine
|
FROM registry.opensource.zalan.do/library/alpine-3.12:latest
|
||||||
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
|
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
|
||||||
|
|
||||||
# We need root certificates to deal with teams api over https
|
# We need root certificates to deal with teams api over https
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:18.04
|
FROM registry.opensource.zalan.do/library/ubuntu-18.04:latest
|
||||||
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
|
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
|
||||||
|
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.6
|
FROM registry.opensource.zalan.do/library/alpine-3.12:latest
|
||||||
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
|
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
|
||||||
|
|
||||||
EXPOSE 8081
|
EXPOSE 8081
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
Flask-OAuthlib==0.9.5
|
Flask-OAuthlib==0.9.5
|
||||||
Flask==1.1.2
|
Flask==1.1.2
|
||||||
backoff==1.8.1
|
backoff==1.10.0
|
||||||
boto3==1.10.4
|
boto3==1.16.52
|
||||||
boto==2.49.0
|
boto==2.49.0
|
||||||
click==6.7
|
click==7.1.2
|
||||||
furl==1.0.2
|
furl==2.1.0
|
||||||
gevent==1.2.2
|
gevent==20.12.1
|
||||||
jq==0.1.6
|
jq==1.1.1
|
||||||
json_delta>=2.0
|
json_delta>=2.0
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
requests==2.22.0
|
requests==2.25.1
|
||||||
stups-tokens>=1.1.19
|
stups-tokens>=1.1.19
|
||||||
wal_e==1.1.0
|
wal_e==1.1.1
|
||||||
werkzeug==0.16.1
|
werkzeug==0.16.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue