use older version of kaniko
This commit is contained in:
parent
5150852ed1
commit
ea49ecc429
@ -35,7 +35,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
workspace = pwd()
|
workspace = pwd()
|
||||||
dockerFile = """FROM ${repository}/google/kaniko-project/executor:debug
|
dockerFile = """FROM ${repository}/google/kaniko-project/executor:v1.9.1-debug
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
|
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
|
||||||
LABEL org.opencontainers.image.title="kaniko"
|
LABEL org.opencontainers.image.title="kaniko"
|
||||||
|
Reference in New Issue
Block a user