sha256:1ed6e9369da75ea65c89a6100008f1a833245fdd6eefd5193d54bdacc3db50aa
OS/ARCH
Compressed size
562.18 MB
Last pushed
about 2 years by mrasif
Type
Image
Manifest digest
sha256:275340e84b16412d1ddb44efa27121363bc3781a5cd2ee96fd25a9d2743bb187
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=20.040 B5ADD file ... in / 24.77 MB6CMD ["/bin/bash"]0 B7LABEL MAINTAINER=Tech Thinker <techthinker.js.org>0 B8ENV DEBIAN_FRONTEND=noninteractive0 B9RUN /bin/sh -c apt-get update106.7 MB10RUN /bin/sh -c curl -fsSL2.91 KB11RUN /bin/sh -c ARCH=$(dpkg --print-architecture)74.37 KB12RUN /bin/sh -c apt-get update130.17 MB13RUN /bin/sh -c curl -fsSL16.38 MB14RUN /bin/sh -c apt-get install2.73 MB15RUN /bin/sh -c mkdir -p32 B16RUN /bin/sh -c echo '{"hosts":215 B17RUN /bin/sh -c mkdir /tmp/code-server125 B18WORKDIR /tmp/code-server32 B19RUN /bin/sh -c ARCH=$(dpkg --print-architecture)267.91 MB20RUN /bin/sh -c ln -s157 B21RUN /bin/sh -c chmod +x32 B22RUN /bin/sh -c rm -rf32 B23RUN /bin/sh -c sh -c6.36 MB24RUN /bin/sh -c chsh -s580 B25ENV HOSTNAME=vscode0 B26RUN /bin/sh -c echo ${HOSTNAME}140 B27COPY entrypoint.sh /usr/bin/entrypoint.sh # buildkit504 B28RUN /bin/sh -c chmod +x32 B29RUN /bin/sh -c apt-get update745.3 KB30RUN /bin/sh -c useradd -m4.8 KB31RUN /bin/sh -c chsh -s641 B32RUN /bin/sh -c mkdir /var/lib/code-server145 B33RUN /bin/sh -c chown developer:developer150 B34RUN /bin/sh -c chown developer:developer32 B35RUN /bin/sh -c usermod -aG734 B36USER developer0 B37WORKDIR /home/developer32 B38RUN /bin/sh -c sh -c6.36 MB39ENV HOME=/home/developer0 B40ENV PASSWORD=developer0 B41ENV VSCODE_PROXY_URI=https://vscode/proxy/{{port}}0 B42EXPOSE map[3000/tcp:{}]0 B43EXPOSE map[2375/tcp:{}]0 B44ENTRYPOINT ["/usr/bin/entrypoint.sh"]0 BCommand
ARG RELEASE