use older version of kaniko

This commit is contained in:
Hyatt 2023-05-12 08:43:20 -05:00
parent 5150852ed1
commit ea49ecc429
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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