feat(code-server): Dockerfile + CI for ghcr.io/nprodromou/code-server (WOVED-35)#27
Closed
claude-prodromou wants to merge 1 commit into
Closed
feat(code-server): Dockerfile + CI for ghcr.io/nprodromou/code-server (WOVED-35)#27claude-prodromou wants to merge 1 commit into
claude-prodromou wants to merge 1 commit into
Conversation
…WOVED-35) Builds ghcr.io/nprodromou/code-server — upstream codercom/code-server with gh CLI, tmux, Node.js on PATH, and codex/claude agent CLIs for the integrated terminal. Deployed to apk8s via apk8s PR #165 (agents/code-server HelmRelease). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
Author
|
Superseded by #28 (code-server-WOVED-35 branch). Closing stale PR. |
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.
Summary
Dockerfile.code-server— thin overlay oncodercom/code-serverthat installsgh(GitHub CLI),tmux, Node.js 22 on the system PATH, and the@openai/codex+@anthropic-ai/claude-codeagent CLIs.github/workflows/build-code-server.yml— CI that pushes toghcr.io/nprodromou/code-server(:lateston main,sha-<short>on every push)nprodromou/codex-shell) sinceclaude-prodromoucannot create repos innprodromou/; the workflow explicitly targets thenprodromou/code-serverGHCR packageRelation to apk8s
Deploys to apk8s via PR #165 (
ops-code-serverbranch) which contains the full HelmRelease, ExternalSecret, PVC, ConfigMap, and CF tunnel entry. That PR's helmrelease currently pins:latest— once the first CI build on this PR lands, bump to thesha-<short>tag in apk8s PR #165.Operator TODOs (before PR #165 can merge)
agents-code-serverin theKubernetesvault with fields:pat— GitHub PAT (repo + workflow scopes);nprodromoucredentials are the right choice for a personal IDEgit_user_name— e.g.Nate Prodromougit_user_email— e.g.nate@prodromou.comapk8s PR #165once the first CI build produces asha-<short>tag herecode-server.prodromou.comis covered by the WARP enrollment policy (should already be true via the wildcard, but confirm)Test plan
ghcr.io/nprodromou/code-server:latestandsha-<short>gh --version,codex --version,claude --versionwork inside the containercode-server.prodromou.comopens VS Code in the browser from a WARP-enrolled devicegit commitandgh pr createattributed to the identity in the mounted secret🤖 Generated with Claude Code