File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 if (kanikoEnabled) {
3434 yaml += """
3535 - name: kaniko
36- image: gcr.io/kaniko-project/executor:v1.8.1 -debug
36+ image: gcr.io/kaniko-project/executor:v1.22.0 -debug
3737 imagePullPolicy: Always
3838 command:
3939 - sleep
@@ -179,7 +179,7 @@ pipeline {
179179 steps {
180180 container('kaniko') {
181181 sh """
182- /kaniko/executor --force -f `pwd`/systemd-build/Ubuntu-Units.Dockerfile -c `pwd`/systemd-build/ --cache=true --compressed-caching=false --destination=${env.DOCKER_REGISTRY_PREFIX}/systemd-plugin-ubuntu-image:$ubuntuUnitsHash
182+ /kaniko/executor --force -f `pwd`/systemd-build/Ubuntu-Units.Dockerfile -c `pwd`/systemd-build/ --cache=true --compressed-caching=false --destination=${env.DOCKER_REGISTRY_PREFIX}/systemd-plugin-ubuntu-image:$ubuntuUnitsHash --cache-copy-layers
183183 """
184184 }
185185 }
@@ -208,7 +208,7 @@ pipeline {
208208 steps {
209209 container('kaniko') {
210210 sh """
211- /kaniko/executor --force -f `pwd`/systemd-build/Systemd-Builder.Dockerfile -c `pwd`/systemd-build/ --cache=true --compressed-caching=false --destination=${env.DOCKER_REGISTRY_PREFIX}/systemd-plugin-systemd-builder-image:$systemdBuilderHash
211+ /kaniko/executor --force -f `pwd`/systemd-build/Systemd-Builder.Dockerfile -c `pwd`/systemd-build/ --cache=true --compressed-caching=false --destination=${env.DOCKER_REGISTRY_PREFIX}/systemd-plugin-systemd-builder-image:$systemdBuilderHash --cache-copy-layers
212212 """
213213 }
214214 }
You can’t perform that action at this time.
0 commit comments