-
Notifications
You must be signed in to change notification settings - Fork 197
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
Modified Decode() to use SplitN rather than Split #1126
Conversation
…ths to be split that contain multiple : characters.
cae13f3
to
85a67f6
Compare
Codecov Report
@@ Coverage Diff @@
## main #1126 +/- ##
==========================================
- Coverage 57.96% 57.95% -0.02%
==========================================
Files 71 71
Lines 9305 9305
==========================================
- Hits 5394 5393 -1
- Misses 3361 3362 +1
Partials 550 550
Continue to review full report at Codecov.
|
@jessequinn were you able to build the image and load it to kind? |
yes. however, the image will not contain this change. building the image uses github directly from what i remember. |
Is this what you used? |
yes. verbatim to the contribution info page. |
I see, it should work. I'll check it myself now |
considering the change is so small why would it not work? |
I agree it should be ok, will do a quick check. |
LGTM!, thank you for the contribution, please rebase your branch with upstream |
Modified Decode() in docker config pkg to use SplitN rather than Split. This allows GCR auths to be split that contain multiple : characters.
Description
Related issues
Checklist