You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Pushing to GCR using Workload Identity](#pushing-to-gcr-using-workload-identity)
@@ -622,11 +621,6 @@ kaniko comes with support for GCR, Docker `config.json` and Amazon ECR, but
622
621
configuring another credential helper should allow pushing to a different
623
622
registry.
624
623
625
-
#### Credential Provider Priorities
626
-
627
-
By default kaniko will configure all built-in credential providers for you. These are `[default, env, google, ecr, acr, gitlab]`.
628
-
You can (de)-activate credential helpers via the [`--credential-helpers`](#flag---credential-helpers) flag. The `default` credential helper will always be active and itself handles two sources: `DOCKER_AUTH_CONFIG` environment variable and `/kaniko/.docker/config.json` file, where priority is always given to `DOCKER_AUTH_CONFIG` and therefore can shadow credentials configured in the config file. If you want to disable `DOCKER_AUTH_CONFIG` you have to unset the environment variable explicitly `unset DOCKER_AUTH_CONFIG` prior to calling kaniko.
629
-
630
624
#### Pushing to Docker Hub
631
625
632
626
Get your docker registry user and password encoded in base64
exit(fmt.Errorf("error checking push permissions -- make sure you entered the correct tag name, and that you are authenticated correctly, and try again: %w", err))
0 commit comments