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

Multilayer images #188

Open
prekucki opened this issue Sep 4, 2024 · 0 comments
Open

Multilayer images #188

prekucki opened this issue Sep 4, 2024 · 0 comments

Comments

@prekucki
Copy link
Member

prekucki commented Sep 4, 2024

Currently, you can provide a single file with an image as golem.srv.comp.task_package property. This then becomes an argument for --task-package.

Often, applications have quite large parts that don't change and small changing pieces which aren't huge. The idea is to be able to specify multiple images just like in Docker, so they can
be combined into one filesystem.

So if you provide

... --task-package img1.gvmi --task-package img2.gvmi --task-package img3.gvmi

this will result in the root filesystem being a combination of all provided images.

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