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

simple cli to get all images required in offline #1997

Open
spyroot opened this issue Nov 16, 2024 · 0 comments
Open

simple cli to get all images required in offline #1997

spyroot opened this issue Nov 16, 2024 · 0 comments

Comments

@spyroot
Copy link

spyroot commented Nov 16, 2024

HI Folks,

If you need to push images to an air-gapped server, gathering all the required images during an e2e run is very difficult.
Without a Kubernetes cluster, getting a complete list of the images required for e2e tests is nearly impossible.

For example, when running tests via the CLI, if a specific conformance test is already configured to pull images, why not provide a complete list of images and their full repository paths upfront? This would save significant time and effort.

As an example, I encountered a test that tried to pull e2e-test-images/sample-apiserver:1.29.2. After checking four different registries, I couldn’t locate this image.

Proposal: Provide an offline option that outputs a complete list of all required images, including their full repository paths. This would allow users to manually pull the images, save them as tar files, and copy them to the target air-gapped server.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant