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
Environment:
Description of the issue: Jib is missing support for username and password fields in dockercfg auths block. Example
username
password
{ "auths": { "registry.example.com": { "username": "someuser", "password": "somepw" } }
Expected behavior: Jib to pick up username and password fields from dockercfg (and not just credHelper and auth).
credHelper
auth
Steps to reproduce:
Additional Information:
I have implemented the necessary changes to add support in here: tpokki@479a5df
If you approve, I'll create PR.
Thanks, Toni
The text was updated successfully, but these errors were encountered:
I think this is great. Create a PR (with a test), and we'll review it. Thanks a lot!
Sorry, something went wrong.
Fixed by #3365.
@tpokki we released Jib plugins 3.1.4 with the fix.
Thanks for your contribution!
No branches or pull requests
Environment:
Description of the issue:
Jib is missing support for
username
andpassword
fields in dockercfg auths block.Example
Expected behavior:
Jib to pick up username and password fields from dockercfg (and not just
credHelper
andauth
).Steps to reproduce:
Additional Information:
I have implemented the necessary changes to add support in here:
tpokki@479a5df
If you approve, I'll create PR.
Thanks,
Toni
The text was updated successfully, but these errors were encountered: