.
This commit is contained in:
parent
ade689a47d
commit
2eebf5d18f
@ -59,7 +59,6 @@ spec:
|
||||
sh """
|
||||
set +x
|
||||
echo '${dockerJSON}' > /kaniko/.docker/config.json
|
||||
set -x
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
@ -55,7 +55,6 @@ spec:
|
||||
sh """
|
||||
set +x
|
||||
echo '${dockerJSON}' > /kaniko/.docker/config.json
|
||||
set -x
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user