2020-04-29 21:08:29 UTC
253 MB
en_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SHELL/bin/bash
[#000] sha256:6243ff87266a170a3ad584d6c9c13f9b93c3aa84bded170c0040480f6c4e4170 - 18.57% (46.9 MB)
[#001] sha256:93fae37298bbb47b4cf0d97ae480eba7134af37af4a3cef10b18a7b4bfefc890 - 28.74% (72.6 MB)
[#002] sha256:60777c0dbddea8808e3d36ec6f68038b1acdd57e31921eca628c434e60e265f4 - 0.33% (843 KB)
[#003] sha256:994ff53b63ff5d5ecbf076bdcc960bd14280727574910870e0c50d396c58bef3 - 0.0% (593 Bytes)
[#004] sha256:37d54885d844a04c31e444fe608fb560f2f1ae748ddbf57e7b66ba85512837ca - 0.0% (4.33 KB)
[#005] sha256:a951e662f58fa49e703138cfe41b40bc0dda9ef196cece44ca064ec005985b4a - 0.54% (1.37 MB)
[#006] sha256:4b58b48b884574b602daeedea058a1c5b1a08b8b79f1446eacf0e2b862dbe71b - 25.69% (64.9 MB)
[#007] sha256:281c67e73552f80547fb858ba69966fa62f43c3dcdf38e452d400f403013acfe - 26.14% (66 MB)
/bin/sh -c #(nop) ADD file:c49818672222185a0a985a8511744bd524fce453bddb137364d79a793dc5740f in /
2020-04-23 00:54:26 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-04-29 21:07:30 UTC/bin/sh -c apt-get update && apt-get install -y curl dumb-init htop locales man nano git procps ssh sudo vim && rm -rf /var/lib/apt/lists/*
2020-04-29 21:07:40 UTC/bin/sh -c sed -i "s/# en_US.UTF-8/en_US.UTF-8/" /etc/locale.gen && locale-gen
2020-04-29 21:07:43 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2020-04-29 21:07:47 UTC/bin/sh -c chsh -s /bin/bash
2020-04-29 21:07:49 UTC/bin/sh -c #(nop) ENV SHELL=/bin/bash
2020-04-29 21:07:53 UTC/bin/sh -c adduser --gecos '' --disabled-password coder && echo "coder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/nopasswd
2020-04-29 21:07:58 UTC/bin/sh -c curl -SsL https://github.com/boxboat/fixuid/releases/download/v0.4/fixuid-0.4-linux-amd64.tar.gz | tar -C /usr/local/bin -xzf - && chown root:root /usr/local/bin/fixuid && chmod 4755 /usr/local/bin/fixuid && mkdir -p /etc/fixuid && printf "user: coder\ngroup: coder\n" > /etc/fixuid/config.yml
2020-04-29 21:08:01 UTC/bin/sh -c #(nop) COPY file:96c3f28cb9796dad05e8e1dded7c9858650cfab6a9e14829eab92776d7e9a395 in /tmp/
2020-04-29 21:08:14 UTC/bin/sh -c cd /tmp && tar -xzf code-server*.tar.gz && rm code-server*.tar.gz && mv code-server* /usr/local/lib/code-server && ln -s /usr/local/lib/code-server/code-server /usr/local/bin/code-server
2020-04-29 21:08:19 UTC/bin/sh -c #(nop) EXPOSE 8080
2020-04-29 21:08:23 UTC/bin/sh -c #(nop) USER coder
2020-04-29 21:08:26 UTC/bin/sh -c #(nop) WORKDIR /home/coder
2020-04-29 21:08:29 UTC/bin/sh -c #(nop) ENTRYPOINT ["dumb-init" "fixuid" "-q" "/usr/local/bin/code-server" "--bind-addr" "0.0.0.0:8080" "."]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.