sha256:8907888f439ee7770b1a648129b31c3788fa2f48882dc70f2112dad0608112db
OS/ARCH
Compressed size
891.87 MB
Last pushed
about 1 month by nberlee
Type
Image
Manifest digest
sha256:096cf36f3796920fb0fb2f98902c93b8e1890594fa3f874e67da5b31146b7615
Image Layers
1# debian.sh --arch 'amd64' out/28.55 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=amd64324.6 MB9COPY /usr/local/bin/docker /usr/local/bin/docker # buildkit18.64 MB10COPY /usr/local/libexec/docker/cli-plugins/ /usr/local/libexec/docker/cli-plugins/ # buildkit36.86 MB11COPY /opt/ttyd /usr/local/bin/ttyd # buildkit751.78 KB12COPY /opt/gh /usr/local/bin/gh # buildkit14.07 MB13COPY /opt/code-server/ /opt/code-server/ # buildkit228.27 MB14COPY /opt/golangci-lint/golangci-lint /usr/local/libexec/golangci-lint # buildkit14.35 MB15RUN |4 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd64175 B16RUN |4 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd64225.49 MB17RUN |4 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd64200.66 KB18ADD https://patch-diff.githubusercontent.com/raw/openai/codex-plugin-cc/pull/243.patch /tmp/codex-plugin-app-server-disconnect.patch # buildkit6.22 KB19RUN |4 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd6481.8 KB20ADD https://github.com/michaelansel/claude-code-pushover.git#cf0ac7315f8a947107d07420132abe5e50a30a62 /opt/claude-pushover-marketplace/notify-pushover # buildkit7.23 KB21COPY --chmod=0755 container/claude-pushover-hook-wrapper.sh /opt/claude-pushover-marketplace/notify-pushover/hooks/hook-wrapper.sh #1.42 KB22COPY --chmod=0644 container/claude-pushover-hooks.json /opt/claude-pushover-marketplace/notify-pushover/hooks/hooks.json #496 B23COPY --chmod=0644 container/claude-pushover-plugin.json /opt/claude-pushover-marketplace/notify-pushover/.claude-plugin/plugin.json #382 B24COPY --chmod=0755 container/claude-pushover-marketplace.json /opt/claude-pushover-marketplace/.claude-plugin/marketplace.json #384 B25RUN |4 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd643.62 KB26COPY --chmod=0755 container/entrypoint.sh /usr/local/bin/dev-entrypoint #237 B27COPY --chmod=0755 container/init.sh /usr/local/bin/dev-init #1.71 KB28COPY --chmod=0755 container/terminal.sh /usr/local/bin/dev-terminal #445 B29COPY --chmod=0755 container/code-server.sh /usr/local/bin/dev-code-server #330 B30COPY --chmod=0755 container/healthcheck.sh /usr/local/bin/dev-healthcheck #485 B31COPY --chmod=0755 container/golangci-lint.sh /usr/local/bin/golangci-lint #1.26 KB32COPY --chmod=0755 container/versions.sh /usr/local/bin/dev-versions #554 B33COPY --chmod=0755 container/smoke-test.sh /usr/local/bin/image-smoke-test #1.6 KB34COPY --chmod=0644 container/code-server-settings.json /usr/local/share/autodevcontainer-code-server-settings.json #687 B35RUN |4 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd641.76 KB36ENV HOME=/home/dev USER=dev SHELL=/bin/bash DOCKER_HOST=unix:///var/run/docker/docker.sock0 B37WORKDIR /home/dev/workspace150 B38EXPOSE map[7681/tcp:{} 8080/tcp:{}]0 B39USER dev0 B40ENTRYPOINT ["/usr/local/bin/dev-entrypoint"]0 BCommand
# debian.sh --arch 'amd64' out/ 'testing' '@1785715200'