-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Kaniko/add path regmaps [possible in registry maps and/or mirror] #3051
Kaniko/add path regmaps [possible in registry maps and/or mirror] #3051
Conversation
hi @aaron-prindle including @mlec1 that review the old pr |
also this sir @JeromeJu please review |
b9ae8c4
to
a30b4b6
Compare
pkg/image/remote/remote.go
Outdated
for _, regToMapTo := range newRegURLs { | ||
|
||
//ectract custom path if any in all registry map and clean regToMapTo to only the registry without the path |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: typo s/ectract/extract
Thanks for the PR @prima101112! I think there's one typo in a related comment, once that's updated we can merge |
a30b4b6
to
52a2dba
Compare
thanks @aaron-prindle for the comment. fix the typo and rebased again. kindly check |
LGTM, thanks for the PR @prima101112! |
Fixes #2471 , #1618 and my own #3046
Description
add the path when we want --registry-map #1618 and #2471
with path in the mirror.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
Reviewer Notes
Release Notes