-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade kaniko version for chmod on ADD and COPY (#121)
- Loading branch information
1 parent
a71177d
commit f41d7cb
Showing
9 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM gcr.io/kaniko-project/executor:v1.20.1 | ||
FROM gcr.io/kaniko-project/executor:v1.23.0 | ||
|
||
ENV KANIKO_VERSION=1.20.1 | ||
ENV KANIKO_VERSION=1.23.0 | ||
ADD release/linux/amd64/kaniko-acr /kaniko/ | ||
ENTRYPOINT ["/kaniko/kaniko-acr"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM gcr.io/kaniko-project/executor:v1.20.1 | ||
FROM gcr.io/kaniko-project/executor:v1.23.0 | ||
|
||
ENV HOME /root | ||
ENV USER root | ||
|
||
ENV KANIKO_VERSION=1.20.1 | ||
ENV KANIKO_VERSION=1.23.0 | ||
ADD release/linux/arm64/kaniko-acr /kaniko/ | ||
ENTRYPOINT ["/kaniko/kaniko-acr"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM gcr.io/kaniko-project/executor:v1.20.1 | ||
FROM gcr.io/kaniko-project/executor:v1.23.0 | ||
|
||
ENV KANIKO_VERSION=1.20.1 | ||
ENV KANIKO_VERSION=1.23.0 | ||
ADD release/linux/amd64/kaniko-docker /kaniko/ | ||
ENTRYPOINT ["/kaniko/kaniko-docker"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM gcr.io/kaniko-project/executor:v1.20.1 | ||
FROM gcr.io/kaniko-project/executor:v1.23.0 | ||
|
||
ENV HOME /root | ||
ENV USER root | ||
|
||
ENV KANIKO_VERSION=1.20.1 | ||
ENV KANIKO_VERSION=1.23.0 | ||
ADD release/linux/arm64/kaniko-docker /kaniko/ | ||
ENTRYPOINT ["/kaniko/kaniko-docker"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM gcr.io/kaniko-project/executor:v1.20.1 | ||
FROM gcr.io/kaniko-project/executor:v1.23.0 | ||
|
||
ENV KANIKO_VERSION=1.20.1 | ||
ENV KANIKO_VERSION=1.23.0 | ||
ADD release/linux/amd64/kaniko-ecr /kaniko/ | ||
ENTRYPOINT ["/kaniko/kaniko-ecr"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM gcr.io/kaniko-project/executor:v1.20.1 | ||
FROM gcr.io/kaniko-project/executor:v1.23.0 | ||
|
||
ENV HOME /root | ||
ENV USER root | ||
ENV KANIKO_VERSION=1.20.1 | ||
ENV KANIKO_VERSION=1.23.0 | ||
|
||
ADD release/linux/arm64/kaniko-ecr /kaniko/ | ||
ENTRYPOINT ["/kaniko/kaniko-ecr"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM gcr.io/kaniko-project/executor:v1.20.1 | ||
FROM gcr.io/kaniko-project/executor:v1.23.0 | ||
|
||
ENV KANIKO_VERSION=1.20.1 | ||
ENV KANIKO_VERSION=1.23.0 | ||
ADD release/linux/amd64/kaniko-gar /kaniko/ | ||
ENTRYPOINT ["/kaniko/kaniko-gar"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM gcr.io/kaniko-project/executor:v1.20.1 | ||
FROM gcr.io/kaniko-project/executor:v1.23.0 | ||
|
||
ENV HOME /root | ||
ENV USER root | ||
ENV KANIKO_VERSION=1.20.1 | ||
ENV KANIKO_VERSION=1.23.0 | ||
|
||
ADD release/linux/arm64/kaniko-gar /kaniko/ | ||
ENTRYPOINT ["/kaniko/kaniko-gar"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM gcr.io/kaniko-project/executor:v1.20.1 | ||
FROM gcr.io/kaniko-project/executor:v1.23.0 | ||
|
||
ENV KANIKO_VERSION=1.20.1 | ||
ENV KANIKO_VERSION=1.23.0 | ||
ADD release/linux/amd64/kaniko-gcr /kaniko/ | ||
ENTRYPOINT ["/kaniko/kaniko-gcr"] |