-
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
Revert "UPSTREAM: 53916: update .dockercfg data to config.json format #18062
Revert "UPSTREAM: 53916: update .dockercfg data to config.json format #18062
Conversation
…son format" This reverts commit 8363697.
This reverts commit 5304de7.
Fixes #17197 |
oc secret new-dockercfg ...
creates secret in a new docker config format
#17197
Fixes #18059 |
/lgtm |
Fixes #18072 |
cc @mfojtik for approval |
/approve no-issue |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juanvallejo, mfojtik, soltysh 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 |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. |
Addresses problem described in https://bugzilla.redhat.com/show_bug.cgi?id=1531511 and https://bugzilla.redhat.com/show_bug.cgi?id=1476330
This reverts commit 8363697, to make it compatible with
kubectl create secret docker-registry
from k8s 1.7.@juanvallejo ptal