Sign inSign up

nberlee/autodevcontainer:20260825-141837

Multi-platform
Index digest

sha256:ba1aae500711588aa3ea1438135923072e9d96a346f535989dd24c8dc11c4de5

OS/ARCH

Compressed size

918.79 MB

Last pushed

about 1 month by nberlee

Type

Image

Manifest digest

sha256:f7f4806e7d984593f7df1c86a7b9b8a773ad31fff894f572a8199b974b5f2d5f

Image Layers

1# debian.sh --arch 'amd64' out/28.83 MB
2ARG DEBIAN_FRONTEND=noninteractive0 B
3ARG DOCKER_GID0 B
4ARG BUILDARCH0 B
5ARG TARGETARCH0 B
6ENV TZ=Europe/Amsterdam LANG=C.UTF-8 LC_ALL=C.UTF-80 B
7SHELL [/bin/bash -o pipefail -c]0 B
8RUN |4 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd64325.5 MB
9COPY /usr/local/bin/docker /usr/local/bin/docker # buildkit18.64 MB
10COPY /usr/local/libexec/docker/cli-plugins/ /usr/local/libexec/docker/cli-plugins/ # buildkit36.86 MB
11COPY /opt/ttyd /usr/local/bin/ttyd # buildkit751.78 KB
12COPY /opt/gh /usr/local/bin/gh # buildkit14.16 MB
13COPY /opt/code-server/ /opt/code-server/ # buildkit227.69 MB
14COPY /opt/golangci-lint/golangci-lint /usr/local/libexec/golangci-lint # buildkit14.82 MB
15RUN |4 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd64174 B
16ARG CLAUDE_CODE_VERSION0 B
17ARG SANDBOX_RUNTIME_VERSION0 B
18ARG CODEX_VERSION0 B
19ARG MARKDOWNLINT_VERSION0 B
20ARG TRZSZ_VERSION0 B
21RUN |9 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd64251.25 MB
22RUN |9 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd64200.68 KB
23ADD https://patch-diff.githubusercontent.com/raw/openai/codex-plugin-cc/pull/243.patch /tmp/codex-plugin-app-server-disconnect.patch # buildkit6.22 KB
24RUN |9 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd6482.88 KB
25ADD https://github.com/michaelansel/claude-code-pushover.git#cf0ac7315f8a947107d07420132abe5e50a30a62 /opt/claude-pushover-marketplace/notify-pushover # buildkit7.23 KB
26COPY --chmod=0755 container/claude-pushover-hook-wrapper.sh /opt/claude-pushover-marketplace/notify-pushover/hooks/hook-wrapper.sh #1.41 KB
27COPY --chmod=0644 container/claude-pushover-hooks.json /opt/claude-pushover-marketplace/notify-pushover/hooks/hooks.json #495 B
28COPY --chmod=0644 container/claude-pushover-plugin.json /opt/claude-pushover-marketplace/notify-pushover/.claude-plugin/plugin.json #381 B
29COPY --chmod=0755 container/claude-pushover-marketplace.json /opt/claude-pushover-marketplace/.claude-plugin/marketplace.json #383 B
30RUN |9 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd643.63 KB
31COPY --chmod=0755 container/entrypoint.sh /usr/local/bin/dev-entrypoint #238 B
32COPY --chmod=0755 container/init.sh /usr/local/bin/dev-init #1.71 KB
33COPY --chmod=0755 container/terminal.sh /usr/local/bin/dev-terminal #448 B
34COPY --chmod=0755 container/code-server.sh /usr/local/bin/dev-code-server #329 B
35COPY --chmod=0755 container/healthcheck.sh /usr/local/bin/dev-healthcheck #486 B
36COPY --chmod=0755 container/golangci-lint.sh /usr/local/bin/golangci-lint #1.26 KB
37COPY --chmod=0755 container/versions.sh /usr/local/bin/dev-versions #555 B
38COPY --chmod=0755 container/smoke-test.sh /usr/local/bin/image-smoke-test #1.6 KB
39COPY --chmod=0644 container/code-server-settings.json /usr/local/share/autodevcontainer-code-server-settings.json #690 B
40RUN |9 DEBIAN_FRONTEND=noninteractive DOCKER_GID=1999 BUILDARCH=amd641.82 KB
41ENV HOME=/home/dev USER=dev SHELL=/bin/bash DOCKER_HOST=unix:///var/run/docker/docker.sock0 B
42WORKDIR /home/dev/workspace151 B
43EXPOSE map[7681/tcp:{} 8080/tcp:{}]0 B
44USER dev0 B
45ENTRYPOINT ["/usr/local/bin/dev-entrypoint"]0 B

Command

# debian.sh --arch 'amd64' out/ 'testing' '@1787529600'