-
Notifications
You must be signed in to change notification settings - Fork 249
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
opm render - add support for image redirection via registries.conf file #994
Comments
FYI @jchunkins @cdjohnson |
@joelanford wondering if you have had a chance to look at this |
TL;DR: I think its totally reasonable to look into extending the built-in registry pull code to understand
I think this is the direction we want to go. The trouble with shelling out is two-fold:
So with the new If dealing with
In the meantime, it seems completely reasonable to look into supporting native support for registries.conf, and perhaps more generally it would be interesting to see if we could vendor something close to all of |
Today several
opm index
andopm registry
commands allow passing in a--container-tool
parameter to leveragepodman
,docker
, ornone
.Unfortunately
opm render
does not allow for shelling out topodman
thus redirecting a render command in a shift left pipeline build scenario, ie pre-ga image vs production, is not possible.Request is to add
--container-tool
parameter toopm render
or similar functionality usingcontainerd
if shelling out to other tools is not possible.FYI @joelanford
The text was updated successfully, but these errors were encountered: