Open
Conversation
Signed-off-by: Jonathon Anderson <anderson.jonathonm@gmail.com>
Contributor
|
I'd review this in codespace but apparently I can't "for my own protection" since it's on a fork. Have you checked that codespaces handles this well? |
Contributor
Author
wdconinc
approved these changes
Feb 9, 2026
Contributor
wdconinc
left a comment
There was a problem hiding this comment.
Thanks for verifying this works in codespaces.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Development containers ("Devcontainers") are a way to describe a reproducible and automatically generated development environment, based off a Docker or Podman container. These allow new (and current) developers and contributors start writing and testing code faster and reduce the barrier for entry.
Devcontainers is still largely a VSCode feature, but is slowly gaining traction among IDEs (IntelliJ, Zed) and cloud-hosted development (GitHub Codespaces, Ona). In addition, Devcontainers is the development model supported by "atomic" Linux distros such Project Bluefin (part of Universal Blue).
This PR adds a boilerplate devcontainer spec based on the
spack/ubuntu-noble:developcontainer image. The container is configured with a persistent volume for Spack installs, staging area in the container's/var/tmp(to avoid size issues if/tmpis a tmpfs), and builds for the generic architecture by default.