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

✨ improve RunBundles to support luet unpack images present on the filesystem #799

Closed
santhoshdaivajna opened this issue Feb 1, 2023 · 3 comments · Fixed by #803
Closed
Assignees
Labels
enhancement New feature or request

Comments

@santhoshdaivajna
Copy link
Contributor

Is your feature request related to a problem? Please describe.
bundles.RunBundles does not support reading image tar files from the filesystem and unpacking it into target location.

Describe the solution you'd like
containerInstaller support for --local and image path to be passed with file:// prefix.
So that luet can figure out that the image reference is a tar file. here

Additional context
This would remove the dependency of having to run docker daemon for unpacking container images present on the file sytem.

@santhoshdaivajna
Copy link
Contributor Author

@mauromorales don't think #798 addresses this one.

@mauromorales
Copy link
Member

@santhoshdaivajna no, it doesn't.

Even if the package doesn't require the container runtime, some of these packages do require the runtime to execute, right? Sorry if it's a silly question, I'm still too new to Luet.

@santhoshdaivajna
Copy link
Contributor Author

yes in some cases. In airgap scenario, there might be images copied to filesystem and contain runtime might not be available in those environments. This PR is to address that specific use case.

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

Successfully merging a pull request may close this issue.

3 participants