-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UPSTREAM: 53916: update .dockercfg content to config.json #16868
UPSTREAM: 53916: update .dockercfg content to config.json #16868
Conversation
|
Would it be better to just update
Not entirely sure how to approach this, but an idea could be:
|
I definitely don't think we want our implementation to diverge from the k8s one. |
37d9b28
to
0a48b6c
Compare
@bparees thanks, went ahead and opened upstream pr - there was already a type upstream to represent the new Will update both PRs to only use the new format when a flag is given |
thanks @juanvallejo |
c8c6f36
to
9d080ae
Compare
29086f5
to
de24f37
Compare
@bparees @fabianofranz upstream PR has merged. ptal |
de24f37
to
d4a3583
Compare
update the data format of .dockercfg to match the new docker config.json format, which encapsulates all registry auth objects in an overall "auths" object: { "auths": { "reg.url": { "auth": "...==" } } }
d4a3583
to
5304de7
Compare
lgtm but will let @fabianofranz sign off. |
/lgtm |
/assign derekwaynecarr |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, fabianofranz, juanvallejo The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@fabianofranz this solves a cli blocker, wondering if we can add the "kind bug" label to this? |
/kind bug |
/retest Please review the full test history for this PR and help us cut down flakes. |
Automatic merge from submit-queue. |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1476330
update the data format of .dockercfg to match the new docker config.json
format, which encapsulates all registry auth objects in an overall
"auths" object when an option
--config-format
is specified with the value--config-format=config.json
:cc @openshift/cli-review @bparees @mfojtik