Details
-
Bug
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
docker-workflow-plugin version: 1.25
jenkins version you use: 2.263.2
Description
when using withRegistry (with credentials!), the following warning appers:
WARNING! Using --password via the CLI is insecure. Use --password-stdin
WARNING! Your password will be stored unencrypted in
Configure a credential helper to remove this warning.
See https://docs.docker.com/engine/reference/commandline/login/#credentials-store
my request is to update the usage of the cli to avoid this warning.
thanks.
Attachments
Issue Links
- is related to
-
JENKINS-52761 withDockerRegistry fails to login with complex password
-
- Open
-
https://github.com/jenkinsci/docker-commons-plugin/blob/docker-commons-1.17/src/main/java/org/jenkinsci/plugins/docker/commons/impl/RegistryKeyMaterialFactory.java#L98-L103