more shifts to new registry.
This commit is contained in:
@@ -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
|
||||
"""
|
||||
}
|
||||
|
Reference in New Issue
Block a user