sha256:30c22a4f42892f0f493c1fff404e634f838aae51e4437ee0761ebee726521c11
OS/ARCH
Compressed size
607.71 MB
Last pushed
12 months by philippecharriere494
Type
Image
Manifest digest
sha256:00306cd06ba221212b6044f6ed72b2fa0d736f8c04f733489ec116d99d9820d0
Image Layers
1# debian.sh --arch 'arm64' out/46.1 MB2RUN /bin/sh -c apt-get update75.68 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 -i113.35 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 map[8085/tcp:{}]0 B18RUN /bin/sh -c mkdir -p175 B19COPY /usr/local/bin/docker /usr/local/bin/docker # buildkit18.34 MB20COPY --chown=1000:1000 /usr/local/libexec/docker/cli-plugins /home/coder/.docker/cli-plugins #38.17 MB21COPY --chown=1000:1000 /docker-scout /home/coder/.docker/cli-plugins/docker-scout #35.01 MB22COPY --chown=1000:1000 /cli-plugins/model/linux/docker-model /home/coder/.docker/cli-plugins/docker-model #6.62 MB23USER root0 B24RUN /bin/sh -c mkdir -p229 B25RUN /bin/sh -c apt update612.33 KB26USER 10000 B27RUN /bin/sh -c code-server --install-extension22.81 MB28RUN /bin/sh -c code-server --install-extension726.02 KB29COPY --chown=1000:1000 ./config.yaml /home/coder/.config/code-server/config.yaml #249 B30COPY --chown=1000:1000 ./settings.json /home/coder/.local/share/code-server/User/settings.json #395 B31ENV TESTCONTAINERS_HOST_OVERRIDE=localhost0 B32ENV MODEL_RUNNER_HOST=http://model-runner.docker.internal0 B33ENV LAB_RUNNER_PUBLIC_KEY_PATH=/etc/lab-runner/public-key/runner.pem0 B34CMD ["/home/coder/project"]0 B35USER root0 B36ARG TARGETOS=linux0 B37ARG TARGETARCH=arm640 B38ARG GO_VERSION=1.25.10 B39RUN |3 TARGETOS=linux TARGETARCH=arm64 GO_VERSION=1.25.154.89 MB40ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B41ENV GOPATH=/go0 B42ENV GOROOT=/usr/local/go0 B43RUN |3 TARGETOS=linux TARGETARCH=arm64 GO_VERSION=1.25.1161 B44USER 10000 B45ENV GOPATH=/go0 B46ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/go/bin0 B47RUN |3 TARGETOS=linux TARGETARCH=arm64 GO_VERSION=1.25.1135.05 MB48USER root0 B49RUN |3 TARGETOS=linux TARGETARCH=arm64 GO_VERSION=1.25.157.01 MB50USER 10000 B51RUN |3 TARGETOS=linux TARGETARCH=arm64 GO_VERSION=1.25.1591.35 KBCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1754870400'