starter-workflows icon indicating copy to clipboard operation
starter-workflows copied to clipboard

How to securely login through Docker CLI

Open eine opened this issue 5 years ago • 11 comments

Refs:

  • actions/starter-workflows#96
  • docker/login-action#30

eine avatar Feb 20 '21 13:02 eine

This issue has become stale and will be closed automatically within a period of time. Sorry about that.

github-actions[bot] avatar May 22 '21 04:05 github-actions[bot]

This is still relevant.

eine avatar May 22 '21 04:05 eine

This issue has become stale and will be closed automatically within a period of time. Sorry about that.

github-actions[bot] avatar Aug 22 '21 04:08 github-actions[bot]

Still unsolved.

eine avatar Aug 22 '21 14:08 eine

This issue has become stale and will be closed automatically within a period of time. Sorry about that.

github-actions[bot] avatar Nov 21 '21 04:11 github-actions[bot]

Still unsolved.

eine avatar Nov 21 '21 19:11 eine

This issue has become stale and will be closed automatically within a period of time. Sorry about that.

github-actions[bot] avatar Feb 21 '22 04:02 github-actions[bot]

Still unsolved.

eine avatar Feb 21 '22 15:02 eine

@eine Can you please tell what is keeping this issue open?

Phantsure avatar May 04 '22 11:05 Phantsure

@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.

eine avatar May 05 '22 17:05 eine

This issue has become stale and will be closed automatically within a period of time. Sorry about that.

github-actions[bot] avatar Aug 10 '22 04:08 github-actions[bot]

AFAIAA this issue is still relevant.

eine avatar Sep 04 '22 21:09 eine