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

Startup environment issues when starting a cached image #358

Closed
3 of 4 tasks
mafredri opened this issue Sep 26, 2024 · 0 comments · Fixed by #359
Closed
3 of 4 tasks

Startup environment issues when starting a cached image #358

mafredri opened this issue Sep 26, 2024 · 0 comments · Fixed by #359
Assignees

Comments

@mafredri
Copy link
Member

mafredri commented Sep 26, 2024

When starting a cached image, there is currently a few issues we need to iron out:

  • We don't sanitize the environment (envbuilder options are present)
  • Remote repo build option triggers a needless clone at startup
  • We skip execution of some lifecycle scripts

This list may not be exhaustive and there may be additional edge cases which need to be handled.

Issues that are present even in the absence of cached image, but can be relevant for a smooth user experience:

  • If repo is present, we don't fix permissions even if repo is owned by root:root and we're running as a user (this happened to one of my development workspaces)
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

Successfully merging a pull request may close this issue.

2 participants