sha256:e498e2a5f9c9cd1f701cf265daa99880232a0d708f5312e4733d11a7c7b4c578
OS/ARCH
linux/amd64
Compressed size
251.39 MB
Last pushed
over 2 years by pydemia
Type
Image
Manifest digest
sha256:e498e2a5f9c9cd1f701cf265daa99880232a0d708f5312e4733d11a7c7b4c578
Image Layers
1ADD file ... in / 47.26 MB2CMD ["bash"]0 B3RUN /bin/sh -c apt-get update75.87 MB4RUN /bin/sh -c sed -i845.46 KB5ENV LANG=en_US.UTF-80 B6RUN /bin/sh -c adduser --gecos3.31 KB7RUN /bin/sh -c ARCH="$(dpkg --print-architecture)"2.11 MB8COPY ci/release-image/entrypoint.sh /usr/bin/entrypoint.sh # buildkit704 B9RUN /bin/sh -c dpkg -i89.07 MB10ENV ENTRYPOINTD=/entrypoint.d0 B11EXPOSE map[8080/tcp:{}]0 B12USER 10000 B13ENV USER=coder0 B14WORKDIR /home/coder32 B15ENTRYPOINT ["/usr/bin/entrypoint.sh" "--bind-addr" "0.0.0.0:8080" "."]0 B16USER root0 B17RUN /bin/sh -c apt update36.24 MB18COPY code-server.nginx /etc/nginx/sites-available/code-server # buildkit355 B19COPY config.yaml /home/coder/.config/code-server/config.yaml # buildkit273 B20COPY launch_with_nginx.sh /usr/bin/launch_with_nginx.sh # buildkit539 B21ENV NONROOT_USER=coder0 B22ENV NONROOT_GROUP=coder0 B23RUN /bin/sh -c mkdir -p6.91 KB24ENV DOMAIN=example.com0 B25ENV HTTPS_PORT=84430 B26EXPOSE map[8443/tcp:{}]0 B27USER coder0 B28RUN /bin/sh -c mkdir /home/coder/workspace190 B29ENTRYPOINT ["/usr/bin/launch_with_nginx.sh" "--auth=password" "./workspace"]0 BCommand
ADD file:333b899a197a48b3333115a3b59efed559494808873943f606a9bc2b6e242c49 in /