• v2.0.4 c066aa49be

    github-actions[bot] released this 2026-02-25 23:00:36 +00:00 | 42 commits to main since this release

    Release 2.0.4

    Changes

    • chore(release): 2.0.4 [skip ci] (c066aa4)
    • chore: remove 2.0.0-dev image tag from CI (204a673)
    • fix: default image tag to latest — 2.0.0-dev was stale (04ed52b)
    • fix: ensure Claude Code updates on rebuild and allow GITHUB_REPO from secret (c670dd1)
    • fix: revert Claude Code back to npm install — binary download breaks container (219af98)
    • fix: use direct binary download for Claude Code instead of npm (c70352d)
    • fix: revert Claude Code to npm install — native installer unreliable (f689b27)
    • fix: use official Claude Code installer instead of raw GCS bucket URL (a978b50)

    Docker Image

    docker pull ghcr.io/cpfarhood/devcontainer:v2.0.4
    

    Helm Chart

    helm repo add devcontainer https://cpfarhood.github.io/devcontainer
    helm repo update
    helm install mydev devcontainer/devcontainer --version 2.0.4 --set name=mydev
    
    Downloads