We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
docker-credential-helpers/
So, first see which approach seems best.
The text was updated successfully, but these errors were encountered:
sbellem
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: