-
Notifications
You must be signed in to change notification settings - Fork 289
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
Curated packages import does not support airgapped registry #5055
Comments
That is why I created oras-project/oras#730 There are kind of extreme work around like you could run your registry on a computer and move the computer into the air gapped env. Obviously, that would not be allowed in some env. |
I was hoping to upstream that to oras, but if that fails, we could use the code in my POC link in that issue. |
related issue: #5396 |
The code in the draft PRs I mentioned are what we should use if we are going to implement this. It will take a while to get this through the oras community and I'm kind of busy now to push that. |
What I mean by that is if we want a |
What would you like to be added:
As a cluster admin I want to be able to pull curated packages from the internet, switch to my private network, and push to a private registry.
Why is this needed:
The import images process allows for a pull from the internet, disconnect, connect to airgapped environment and push to private registry process. The curated packages import does this in one-shot pull/push process. Which means we cannot support an airgapped install.
The text was updated successfully, but these errors were encountered: