Skip to content
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

Open
raykrueger opened this issue Feb 23, 2023 · 5 comments
Open

Curated packages import does not support airgapped registry #5055

raykrueger opened this issue Feb 23, 2023 · 5 comments
Assignees
Labels
kind/enhancement New feature or request priority/p1 On the list but not scheduled team/ce team/packages

Comments

@raykrueger
Copy link
Contributor

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.

@raykrueger raykrueger changed the title Curated packages import does not support airgapped import Curated packages import does not support airgapped registry Feb 23, 2023
@TerryHowe
Copy link
Contributor

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.

@TerryHowe
Copy link
Contributor

I was hoping to upstream that to oras, but if that fails, we could use the code in my POC link in that issue.

@TerryHowe TerryHowe added external An issue, bug or feature request filed from outside the AWS org team/packages labels Feb 28, 2023
@chrisdoherty4 chrisdoherty4 removed the external An issue, bug or feature request filed from outside the AWS org label Mar 6, 2023
@jiayiwang7
Copy link
Member

related issue: #5396

@jiayiwang7 jiayiwang7 added this to the v0.15.0 milestone Mar 29, 2023
@TerryHowe
Copy link
Contributor

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.

@TerryHowe
Copy link
Contributor

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 download packages right now, we should just take the code from the draft PR and use it. If we can wait, it should get pushed through eventually.

@jiayiwang7 jiayiwang7 modified the milestones: v0.16.0, v0.17.0 May 4, 2023
@drewvanstone drewvanstone modified the milestones: v0.17.0, v0.18.0 Jul 31, 2023
@jiayiwang7 jiayiwang7 removed this from the v0.18.0 milestone Jul 31, 2023
@jiayiwang7 jiayiwang7 added this to the v0.18.0 milestone Sep 22, 2023
@drewvanstone drewvanstone removed this from the v0.18.0 milestone Oct 16, 2023
@drewvanstone drewvanstone added this to the v0.19.0 milestone Oct 16, 2023
@drewvanstone drewvanstone removed this from the v0.19.0 milestone Nov 14, 2023
@drewvanstone drewvanstone added priority/p1 On the list but not scheduled and removed priority/p0 ASAP labels Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request priority/p1 On the list but not scheduled team/ce team/packages
Projects
None yet
Development

No branches or pull requests

7 participants