Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
[IMP]添加python2,更新kaniko至0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeBye committed Jan 17, 2020
1 parent f7b74a5 commit 8412adb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.azk8s.cn/kaniko-project/executor:v0.11.0
FROM gcr.azk8s.cn/kaniko-project/executor:v0.15.0
FROM dockerhub.azk8s.cn/library/maven:3-jdk-8-alpine
ENV TZ="Asia/Shanghai" \
YQ_VERSION="2.4.0" \
Expand All @@ -21,6 +21,7 @@ RUN apk --no-cache add \
git \
npm \
yarn \
python \
xmlstarlet \
mysql-client \
ca-certificates && \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.azk8s.cn/kaniko-project/executor:v0.11.0
FROM gcr.azk8s.cn/kaniko-project/executor:v0.15.0
FROM dockerhub.azk8s.cn/library/maven:3.5.2-jdk-8-slim
ENV TZ="Asia/Shanghai" \
YQ_VERSION="2.4.0" \
Expand All @@ -24,6 +24,7 @@ RUN apt-get update && apt-get install -y \
curl \
wget \
gnupg2 \
python \
xmlstarlet \
mysql-client \
ca-certificates \
Expand Down

0 comments on commit 8412adb

Please sign in to comment.