This commit is contained in:
Hyatt 2020-07-17 14:50:47 -05:00
parent ade689a47d
commit 2eebf5d18f
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA
3 changed files with 1 additions and 4 deletions

View File

@ -59,7 +59,6 @@ spec:
sh """
set +x
echo '${dockerJSON}' > /kaniko/.docker/config.json
set -x
"""
}
}

View File

@ -57,8 +57,7 @@ spec:
sh """
set +x
echo '${dockerJSON}' > /kaniko/.docker/config.json
set -x
printf '%s\\n' "${caContent}" >> /kaniko/ssl/certs/ca-certificates.crt
printf '%s\\n' "${caContent}" >> /kaniko/ssl/certs/ca-certificates.crt
"""
}
}

View File

@ -55,7 +55,6 @@ spec:
sh """
set +x
echo '${dockerJSON}' > /kaniko/.docker/config.json
set -x
"""
}
}