sha256:963f9cf94c14637ea97abff3c686a80b2d0213822de962fbf6657794f4a42eb9
OS/ARCH
Compressed size
645.3 MB
Last pushed
8 months by philippecharriere494
Type
Image
Manifest digest
sha256:0d697c72d5eaae511f0bd7f115297bb3a8c8789ce3bb7d3e1a0c18fc28d3e54d
Image Layers
1# debian.sh --arch 'arm64' out/46.12 MB2RUN /bin/sh -c apt-get update75.72 MB3RUN /bin/sh -c sed -i845.46 KB4ENV LANG=en_US.UTF-80 B5RUN /bin/sh -c if grep3.31 KB6RUN /bin/sh -c ARCH="$(dpkg --print-architecture)"1.96 MB7COPY ci/release-image/entrypoint.sh /usr/bin/entrypoint.sh # buildkit706 B8RUN /bin/sh -c dpkg -i117.6 MB9ENV ENTRYPOINTD=/entrypoint.d0 B10EXPOSE map[8080/tcp:{}]0 B11USER 10000 B12ENV USER=coder0 B13WORKDIR /home/coder32 B14ENTRYPOINT ["/usr/bin/entrypoint.sh" "--bind-addr" "0.0.0.0:8080" "."]0 B15ENV CS_DISABLE_GETTING_STARTED_OVERRIDE=10 B16ENV PORT=80850 B17EXPOSE [8085/tcp]0 B18RUN /bin/sh -c mkdir -p174 B19COPY /usr/local/bin/docker /usr/local/bin/docker # buildkit16.53 MB20COPY --chown=1000:1000 /usr/local/libexec/docker/cli-plugins /home/coder/.docker/cli-plugins #38.28 MB21COPY --chown=1000:1000 /docker-scout /home/coder/.docker/cli-plugins/docker-scout #51.2 MB22COPY --chown=1000:1000 /cli-plugins/model/linux/docker-model /home/coder/.docker/cli-plugins/docker-model #8.58 MB23COPY --chown=1000:1000 /cli-plugins/mcp/linux/docker-mcp /home/coder/.docker/cli-plugins/docker-mcp #14.84 MB24USER root0 B25RUN /bin/sh -c mkdir -p229 B26RUN /bin/sh -c apt update612.34 KB27USER 10000 B28RUN /bin/sh -c code-server --install-extension22.92 MB29RUN /bin/sh -c code-server --install-extension726.93 KB30COPY --chown=1000:1000 ./config.yaml /home/coder/.config/code-server/config.yaml #254 B31COPY --chown=1000:1000 ./settings.json /home/coder/.local/share/code-server/User/settings.json #572 B32COPY --chown=1000:1000 ./keybindings.json /home/coder/.local/share/code-server/User/keybindings.json #528 B33ENV TESTCONTAINERS_HOST_OVERRIDE=localhost0 B34ENV MODEL_RUNNER_HOST=http://model-runner.docker.internal0 B35ENV LAB_RUNNER_PUBLIC_KEY_PATH=/etc/lab-runner/public-key/runner.pem0 B36USER root0 B37COPY ./entrypoint.d /entrypoint.d # buildkit310 B38USER 10000 B39CMD ["/home/coder/project"]0 B40USER root0 B41ARG TARGETOS=linux0 B42ARG TARGETARCH=arm640 B43ARG GO_VERSION=1.25.50 B44RUN |3 TARGETOS=linux TARGETARCH=arm64 GO_VERSION=1.25.554.98 MB45ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B46ENV GOPATH=/go0 B47ENV GOROOT=/usr/local/go0 B48RUN |3 TARGETOS=linux TARGETARCH=arm64 GO_VERSION=1.25.5161 B49USER 10000 B50ENV GOPATH=/go0 B51ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/go/bin0 B52RUN |3 TARGETOS=linux TARGETARCH=arm64 GO_VERSION=1.25.5136.79 MB53USER root0 B54RUN |3 TARGETOS=linux TARGETARCH=arm64 GO_VERSION=1.25.557.04 MB55USER 10000 B56RUN |3 TARGETOS=linux TARGETARCH=arm64 GO_VERSION=1.25.5594.55 KBCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1763337600'