Add ghcr.io/novaexperiment/nova-claude:latest - #559
Merged
Conversation
Sandboxed Claude Code image for the NOvA GPVMs. Runs the agent inside apptainer with an explicit bind allowlist, so interactive AI sessions on the shared interactive nodes cannot reach users' ssh keys, Kerberos credentials or each other's tokens. Rebuilt weekly from https://github.com/novaexperiment/nova-claude and published to GHCR; only :latest needs syncing, since version-pinned tags are pulled directly from the registry on the rare occasion someone needs to roll back.
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.
Please sync one new image for the NOvA experiment:
What it is. A sandboxed environment for running AI coding agents on NOvA's shared interactive nodes. The agent runs inside
apptainer exec --containallwith an explicit bind allowlist, so an interactive session cannot reach users' ssh keys, Kerberos credentials, or other users' tokens on the same machine. Distributing it through CVMFS means every user runs the identical reviewed image rather than a local copy they installed and maintain themselves.Details
apptainer pullverified workingOnly
:latestis requested. The build publishes a version-pinned tag on each release as well, but those change often and are not worth syncing; on the rare occasion someone needs to pin or roll back, they can pull that tag directly from GHCR.The image contains apptainer itself, since the NOvA toolchain is reached through a nested SL7 container (
sl7-nova); that nesting is verified working from the CVMFS-distributed image.