How to securely login through Docker CLI
Refs:
- actions/starter-workflows#96
- docker/login-action#30
This issue has become stale and will be closed automatically within a period of time. Sorry about that.
This is still relevant.
This issue has become stale and will be closed automatically within a period of time. Sorry about that.
Still unsolved.
This issue has become stale and will be closed automatically within a period of time. Sorry about that.
Still unsolved.
This issue has become stale and will be closed automatically within a period of time. Sorry about that.
Still unsolved.
@eine Can you please tell what is keeping this issue open?
@Phantsure if you do docker login in a Github Actions workflow you get the following warning message:
WARNING! Your password will be stored unencrypted in /home/runner/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
If you use the docker/login-action image, the same warning is produced, but it is hidden from the user (see https://github.com/docker/login-action/pull/25).
There is no documented solution to store the password non unencrypted.
This issue has become stale and will be closed automatically within a period of time. Sorry about that.
AFAIAA this issue is still relevant.