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:
Felix Kunde 2021-01-13 10:40:55 +01:00 committed by GitHub
parent 010865f5d9
commit ff46bb069b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 12 deletions

View File

@ -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>"
# We need root certificates to deal with teams api over https

View File

@ -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>"
# We need root certificates to deal with teams api over https

View File

@ -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>"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

View File

@ -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>"
EXPOSE 8081

View File

@ -1,15 +1,15 @@
Flask-OAuthlib==0.9.5
Flask==1.1.2
backoff==1.8.1
boto3==1.10.4
backoff==1.10.0
boto3==1.16.52
boto==2.49.0
click==6.7
furl==1.0.2
gevent==1.2.2
jq==0.1.6
click==7.1.2
furl==2.1.0
gevent==20.12.1
jq==1.1.1
json_delta>=2.0
kubernetes==3.0.0
requests==2.22.0
requests==2.25.1
stups-tokens>=1.1.19
wal_e==1.1.0
wal_e==1.1.1
werkzeug==0.16.1