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
{{ message }}
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
(I'm mostly posting this here as part of the follow-up to the HSF Training tutorial in November 2023, based on post-evaluation and review of our internal notes on the slack channel. FYI @klieret )
What would make loading the container faster is to create the root install as a feature layer as explained at https://github.com/devcontainers/feature-starter. That's something that is going to take a bit of work (in part because it requires the root-project org maintainer to allow access to OCI layers in ghcr.io). That would prepopulate ghcr.io with a single layer that adds root to the standard codespaces image. This prepopulated layer could be created and published in CI.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(I'm mostly posting this here as part of the follow-up to the HSF Training tutorial in November 2023, based on post-evaluation and review of our internal notes on the slack channel. FYI @klieret )
What would make loading the container faster is to create the root install as a feature layer as explained at https://github.com/devcontainers/feature-starter. That's something that is going to take a bit of work (in part because it requires the root-project org maintainer to allow access to OCI layers in ghcr.io). That would prepopulate ghcr.io with a single layer that adds root to the standard codespaces image. This prepopulated layer could be created and published in CI.
The text was updated successfully, but these errors were encountered: