sha256:a5e792b903a689ee46bd2077c9dd2c68b8088bf30268b80aee625a863ec90e6d
OS/ARCH
Compressed size
888.18 MB
Last pushed
25 days by nberlee
Type
Image
Manifest digest
sha256:4dfb471506a3064c5a7cd9a88651e9f71a8ced4dffa87934bba33d6d48f44c59
Image Layers
1# debian.sh --arch 'arm64' out/28.66 MB2ARG DEBIAN_FRONTEND=noninteractive0 B3ARG DOCKER_GID0 B4ARG BUILDARCH0 B5ARG TARGETARCH0 B6ENV TZ=Europe/Amsterdam LANG=C.UTF-8 LC_ALL=C.UTF-80 B7SHELL [/bin/bash -o pipefail -c]0 B8RUN |4 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd64314.35 MB9COPY /usr/local/bin/docker /usr/local/bin/docker # buildkit17.15 MB10COPY /usr/local/libexec/docker/cli-plugins/ /usr/local/libexec/docker/cli-plugins/ # buildkit33.39 MB11COPY /opt/ttyd /usr/local/bin/ttyd # buildkit762.8 KB12COPY /opt/gh /usr/local/bin/gh # buildkit12.87 MB13COPY /opt/code-server/ /opt/code-server/ # buildkit224.4 MB14COPY /opt/golangci-lint/golangci-lint /usr/local/libexec/golangci-lint # buildkit13.49 MB15RUN |4 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd64176 B16ARG CLAUDE_CODE_VERSION0 B17ARG SANDBOX_RUNTIME_VERSION0 B18ARG CODEX_VERSION0 B19ARG MARKDOWNLINT_VERSION0 B20ARG TRZSZ_VERSION0 B21RUN |9 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd64242.87 MB22RUN |9 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd64200.7 KB23ADD https://patch-diff.githubusercontent.com/raw/openai/codex-plugin-cc/pull/243.patch /tmp/codex-plugin-app-server-disconnect.patch # buildkit6.22 KB24RUN |9 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd6444.23 KB25ADD https://github.com/michaelansel/claude-code-pushover.git#cf0ac7315f8a947107d07420132abe5e50a30a62 /opt/claude-pushover-marketplace/notify-pushover # buildkit7.23 KB26COPY --chmod=0755 container/claude-pushover-hook-wrapper.sh /opt/claude-pushover-marketplace/notify-pushover/hooks/hook-wrapper.sh #1.41 KB27COPY --chmod=0644 container/claude-pushover-hooks.json /opt/claude-pushover-marketplace/notify-pushover/hooks/hooks.json #496 B28COPY --chmod=0644 container/claude-pushover-plugin.json /opt/claude-pushover-marketplace/notify-pushover/.claude-plugin/plugin.json #381 B29COPY --chmod=0755 container/claude-pushover-marketplace.json /opt/claude-pushover-marketplace/.claude-plugin/marketplace.json #383 B30RUN |9 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd643.69 KB31COPY --chmod=0755 container/entrypoint.sh /usr/local/bin/dev-entrypoint #235 B32COPY --chmod=0755 container/init.sh /usr/local/bin/dev-init #1.71 KB33COPY --chmod=0755 container/terminal.sh /usr/local/bin/dev-terminal #447 B34COPY --chmod=0755 container/code-server.sh /usr/local/bin/dev-code-server #328 B35COPY --chmod=0755 container/healthcheck.sh /usr/local/bin/dev-healthcheck #485 B36COPY --chmod=0755 container/golangci-lint.sh /usr/local/bin/golangci-lint #1.26 KB37COPY --chmod=0755 container/versions.sh /usr/local/bin/dev-versions #554 B38COPY --chmod=0755 container/smoke-test.sh /usr/local/bin/image-smoke-test #1.66 KB39COPY --chmod=0644 container/code-server-settings.json /usr/local/share/autodevcontainer-code-server-settings.json #690 B40RUN |9 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd641.83 KB41ENV HOME=/home/dev USER=dev SHELL=/bin/bash XDG_RUNTIME_DIR=/run/user/10000 B42WORKDIR /home/dev/workspace147 B43EXPOSE map[7681/tcp:{} 8080/tcp:{}]0 B44USER dev0 B45ENTRYPOINT ["/usr/local/bin/dev-entrypoint"]0 BCommand
# debian.sh --arch 'arm64' out/ 'testing' '@1787529600'