more shifts to new registry.

This commit is contained in:
2020-07-12 16:20:31 -05:00
parent 23476e4897
commit 10ef3d18c7
2 changed files with 80 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
def label = "jenkins-${UUID.randomUUID().toString()}"
def kanikoImage = "registry.test-chamber-13.lan:5000/nhyatt/kaniko:latest"
def pushRepo = "registry.test-chamber-13.lan:5000"
def repositoryCreds = "quay-repository-creds"
@@ -33,7 +34,7 @@ spec:
containers:
- name: kaniko
imagePullPolicy: Always
image: gcr.io/kaniko-project/executor:debug
image: ${kanikoImage}
tty: true
command:
- /busybox/cat
@@ -58,7 +59,6 @@ spec:
sh """
set +x
echo '${dockerJSON}' > /kaniko/.docker/config.json
printf '%s\\n' "${caContent}" >> /kaniko/ssl/certs/ca-certificates.crt
set -x
"""
}