{"id":49218420,"url":"https://github.com/pavlov-net/sbx-templates","last_synced_at":"2026-04-24T01:10:05.908Z","repository":{"id":349075335,"uuid":"1200968490","full_name":"pavlov-net/sbx-templates","owner":"pavlov-net","description":"Custom sandbox templates for Docker's sbx tool","archived":false,"fork":false,"pushed_at":"2026-04-20T02:52:52.000Z","size":120,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-20T04:13:32.000Z","etag":null,"topics":["claude-code","docker","sandbox","sbx"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pavlov-net.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-04T03:31:24.000Z","updated_at":"2026-04-20T02:10:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pavlov-net/sbx-templates","commit_stats":null,"previous_names":["stuartparmenter/sbx-templates","pavlov-net/sbx-templates"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pavlov-net/sbx-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavlov-net%2Fsbx-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavlov-net%2Fsbx-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavlov-net%2Fsbx-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavlov-net%2Fsbx-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pavlov-net","download_url":"https://codeload.github.com/pavlov-net/sbx-templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavlov-net%2Fsbx-templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32204725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T00:06:41.111Z","status":"ssl_error","status_checked_at":"2026-04-24T00:06:35.224Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","docker","sandbox","sbx"],"created_at":"2026-04-24T01:10:04.913Z","updated_at":"2026-04-24T01:10:05.900Z","avatar_url":"https://github.com/pavlov-net.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sbx-templates\n\nCustom sandbox templates for [Docker AI Sandboxes](https://docs.docker.com/ai/sandboxes/) (`sbx`). Built on top of [`docker/sandbox-templates:claude-code-minimal`](https://github.com/docker/sbx-releases).\n\nSee [USAGE.md](USAGE.md) for install, one-time host setup, creating/re-attaching sandboxes, credential storage, and git signing.\n\n## Architecture\n\nA shared **base** image contains common tooling, with thin per-language layers on top:\n\n```\ndocker/sandbox-templates:claude-code-minimal\n  +-- base\n        +-- bun       (Bun + TypeScript LSP)\n        +-- rust      (Rust + rust-analyzer)\n        +-- golang    (Go + gopls)\n        +-- python    (Python/uv + Pyright)\n```\n\n## What's in the base image\n\n### Developer tools\n\n| Tool | Description |\n|------|-------------|\n| [Bun](https://bun.sh) | JavaScript runtime (also provides npm/npx for LSP servers) |\n| [Python](https://www.python.org) | Default Python runtime (managed by uv, with `python`/`python3` on PATH) |\n| [GitHub CLI](https://cli.github.com) | GitHub from the command line |\n| [1Password CLI](https://developer.1password.com/docs/cli/) | Secrets management |\n| [delta](https://github.com/dandavison/delta) | Syntax-highlighted git diffs |\n| [yq](https://github.com/mikefarah/yq) | YAML processor (jq for YAML) |\n| [ripgrep](https://github.com/BurntSushi/ripgrep) | Fast recursive search |\n| [fd](https://github.com/sharkdp/fd) | Fast file finder |\n| [bat](https://github.com/sharkdp/bat) | cat with syntax highlighting |\n| [eza](https://github.com/eza-community/eza) | Modern ls replacement |\n| [fzf](https://github.com/junegunn/fzf) | Fuzzy finder |\n| [tmux](https://github.com/tmux/tmux) | Terminal multiplexer |\n| [zsh](https://www.zsh.org) + [oh-my-zsh](https://ohmyz.sh) | Shell with plugins (git, gh, docker, tmux, fzf) |\n| [beads](https://github.com/gastownhall/beads) (`bd`) | Issue/task tracker for coding agents |\n| [prek](https://github.com/j178/prek) | Fast Rust reimplementation of pre-commit |\n\n### Security\n\n| Tool | Description |\n|------|-------------|\n| [Socket Firewall](https://github.com/SocketDev/sfw-free) | Supply chain protection for package installs |\n\n## Language images\n\n| Image | Runtime | LSP | sfw alias |\n|-------|---------|-----|-----------|\n| **bun** | Bun | typescript-language-server | `bun`, `bunx` |\n| **rust** | rustup + stable toolchain | rust-analyzer | `cargo` |\n| **golang** | Go (system-wide) | gopls | — |\n| **python** | uv + default Python | Pyright | `pip`, `uv` |\n\n## Local build\n\n```bash\n# Build base first\ndocker build -t sbx-templates:base base/\n\n# Build language images\ndocker build -t sbx-templates:bun bun/\ndocker build -t sbx-templates:rust rust/\ndocker build -t sbx-templates:golang golang/\ndocker build -t sbx-templates:python python/\n```\n\n## CI\n\nImages are built and pushed to GHCR on every push to `main`:\n\n1. Build base image\n2. Parallel-build all language images on top of the base (by digest)\n3. Sign all images with [cosign](https://github.com/sigstore/cosign) (keyless via GitHub OIDC)\n\n## Supply chain verification\n\nBinary dependencies are verified during the build:\n\n| Dependency | Verification method |\n|------------|-------------------|\n| **bun**, **yq**, **delta**, **sfw**, **beads**, **prek** | SHA256 checksums (hardcoded, auto-updated by Renovate) |\n| **apt packages** | GPG-signed repos (GitHub CLI, 1Password) |\n\nOutput images are signed in CI with [cosign](https://github.com/sigstore/cosign) (keyless via GitHub OIDC).\n\n## Dependency management\n\n[Renovate](https://github.com/renovatebot/renovate) tracks and auto-updates:\n\n- Upstream base image digest (`docker/sandbox-templates:claude-code-minimal`)\n- Tool versions (bun, delta, yq, sfw, mold, beads, prek)\n- GitHub Actions versions\n\nChecksums for bun, yq, delta, sfw, beads, and prek are automatically recomputed via `postUpgradeTasks` when their versions are bumped.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavlov-net%2Fsbx-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpavlov-net%2Fsbx-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavlov-net%2Fsbx-templates/lists"}