2020-03-27 17:57:22 UTC
251 MB
en_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SHELL/bin/bash
[#000] sha256:77b067f4ec14d48dbc8cd83b7a46fbb5f21fe01ea8911db256cc0168a30c1f5b - 18.66% (46.9 MB)
[#001] sha256:508043fc790641fd5bf9a0a4f5b7d69e8ac7b7f91f5e03e1c6495393e7047256 - 28.87% (72.5 MB)
[#002] sha256:a1ec36b6a8aa8e678a1c33f4dd57918d01a4292a774427e6f9c48e9346b6503a - 0.33% (843 KB)
[#003] sha256:997616c89bb3478c22665d8687321737ed6d228b068bb946834a772301f7db9e - 0.0% (593 Bytes)
[#004] sha256:6ed129ebf37965a9dd942b06041aa00fbe547bd8cb68020d6771caf7250297f9 - 0.0% (4.33 KB)
[#005] sha256:5f67914654b545f8e4c7baafad8245f3f735f8d22f7221c4a129937d5f0a5d2d - 0.55% (1.37 MB)
[#006] sha256:1d2c0ac5918d9964c9f6af3fe376004f0215ae94558691c0090a4d35aa699972 - 25.59% (64.3 MB)
[#007] sha256:c51d53abfcbe306e7c99d1aef28c206cc833b9a9a0f3ece1181ffb38e72b0fda - 25.99% (65.3 MB)
/bin/sh -c #(nop) ADD file:e3320653f0d517a6181aa46fb47407790018e2d8dee590005ffdbee3d04f72d4 in /
2020-02-26 00:46:19 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-03-27 17:56:18 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-03-27 17:56:30 UTC/bin/sh -c sed -i "s/# en_US.UTF-8/en_US.UTF-8/" /etc/locale.gen && locale-gen
2020-03-27 17:56:32 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2020-03-27 17:56:36 UTC/bin/sh -c chsh -s /bin/bash
2020-03-27 17:56:39 UTC/bin/sh -c #(nop) ENV SHELL=/bin/bash
2020-03-27 17:56:43 UTC/bin/sh -c adduser --gecos '' --disabled-password coder && echo "coder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/nopasswd
2020-03-27 17:56:48 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-03-27 17:56:52 UTC/bin/sh -c #(nop) COPY file:dd5b48584e59231b05d208a1b3bf512b6629f229296b30e01474461323a683c8 in /tmp/
2020-03-27 17:57:08 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-03-27 17:57:12 UTC/bin/sh -c #(nop) EXPOSE 8080
2020-03-27 17:57:16 UTC/bin/sh -c #(nop) USER coder
2020-03-27 17:57:19 UTC/bin/sh -c #(nop) WORKDIR /home/coder
2020-03-27 17:57:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["dumb-init" "fixuid" "-q" "/usr/local/bin/code-server" "--host" "0.0.0.0" "."]
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.