Replies: 1 comment
-
A possible workaround on SO: https://stackoverflow.com/q/75442435/738852 Additional solution #2368 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'm trying to convert my Google Cloud Run
gcr.io/cloud-builders/docker
steps to kaniko.I currently leverage
docker
's secrets arguments, i.e--secret id=GIT_AUTH_JSON,env=GIT_AUTH_JSON
, used in the Dockerfile as (for example)I see there's no such option in kaniko, I should probably use
--build-arg
. This is however deprecated for Docker, as build history could keep track of the value. Is this the case for kaniko as well?thanks
Beta Was this translation helpful? Give feedback.
All reactions