You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To fully support starting envbuilder built images from cache, we need to also support starting envbuilder to setup the environment and run the init command without making changes to the filesystem.
We already have a facility for this when envbuilder detects the presence of /.envbuilder/built and --skip-rebuild=true is used. However, providing --skip-rebuild=true should not be necessary.
We may introduce a new indicator file (e.g. constants.MagicImage = "/.envbuilder/image") to detect envbuilder built images.
The text was updated successfully, but these errors were encountered:
To fully support starting envbuilder built images from cache, we need to also support starting envbuilder to setup the environment and run the init command without making changes to the filesystem.
We already have a facility for this when envbuilder detects the presence of
/.envbuilder/built
and--skip-rebuild=true
is used. However, providing--skip-rebuild=true
should not be necessary.We may introduce a new indicator file (e.g.
constants.MagicImage = "/.envbuilder/image"
) to detect envbuilder built images.The text was updated successfully, but these errors were encountered: