Skip to content

Refactor “get cached image” logic to a separate package in envbuilder #11

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

Closed
mafredri opened this issue Jul 15, 2024 · 2 comments
Closed
Assignees

Comments

@mafredri
Copy link
Member

mafredri commented Jul 15, 2024

The goal of this refactor is to allow the "get cached image" logic to be imported by another tool (the Terraform provider for envbuilder).

This can be done as a separate task (prereq) or in conjunction with the provider implementation.

Part of Envbuilder Terraform Provider RFC.

@johnstcn
Copy link
Member

We'll want to make sure that the refactored code at worst does not leave any files lying around after execution, and at best can function with only a tmpfs and read-only rootfs.

@johnstcn
Copy link
Member

johnstcn commented Aug 5, 2024

This is done!

@johnstcn johnstcn closed this as completed Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants