Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure a credential helper for docker login on Travis CI #411

Open
sbellem opened this issue Dec 13, 2019 · 0 comments
Open

Configure a credential helper for docker login on Travis CI #411

sbellem opened this issue Dec 13, 2019 · 0 comments
Assignees
Labels
maintenance better way to write existing code, better tools/packages which can simplify things

Comments

@sbellem
Copy link
Collaborator

sbellem commented Dec 13, 2019

Logging to Docker Hub is required to be able to push an image during a build stage for instance. Currently, when logging following warning is given:

WARNING! Your password will be stored unencrypted in /home/travis/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Handling this can be done following the recommendations given in travis-ci/travis-ci#9495, regarding the use of docker-credential-helpers/ or perhaps (?) using a more recent docker version in experimental mode as in project-bluebird/bluebird@a8acaaf.

So, first see which approach seems best.

References and Examples

@sbellem sbellem added the maintenance better way to write existing code, better tools/packages which can simplify things label Dec 13, 2019
@sbellem sbellem self-assigned this Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance better way to write existing code, better tools/packages which can simplify things
Projects
None yet
Development

No branches or pull requests

1 participant