🚧 UNDER CONSTRUCTION
Note
Images are built using GitHub Actions and deployed to the Github Container Registry, ghcr.io, under the username, jhwohlgemuth
The following images are available:
ghcr.io/jhwohlgemuth/terminal: Core image with all necessary system dependencies (intended for terminal-only development)ghcr.io/jhwohlgemuth/notebook: Images with Jupyter notebook server, code-server and Verdaccio proxy npm registry 1 services managed by s6-overlayghcr.io/jhwohlgemuth/gold: The primary purpose of this repository.- All the features of
notebook - Rust and WebAssembly (WASM) development environment
- Proof assistants
- Provers
- Other tools for software correctness
- All the features of
The images are build according to the following dependency graph:
graph LR
terminal --> notebook
notebook --> gold
Goldsmith, formerly Gold's agentic image, is maintained as a separate product. Its initial release consumes a pinned Notebook image as a documented base-image dependency while keeping its versioning, runtime services, and release lifecycle independent from Gold.
Default Verdaccio proxy npm registry port is
4873(documentation)