Namespace
linuxserver
Image / Tag
code-server:amd64-v3.8.0-ls66
Content Digest
sha256:bf241a8b5182a5edb8a3fa746a372f5da6870ff6baab30ca2f88ea70f083c42d
Details
Created

2021-01-24 13:13:14 UTC

Size

161 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v3.8.0-ls66 Build-date:- 2021-01-24T08:07:23-05:00
  • maintainer
    aptalca

Environment
HOME

/config

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm


Layers

[#000] sha256:07643fb7d8276fec4abe4e4ed6582cfdfe30104d3d61b697c54f2dc77b164939 - 15.79% (25.5 MB)

[#001] sha256:09029459c89246477b657fb7ab94f9ae56070690b71674ae10a80775356e89bf - 1.14% (1.84 MB)

[#002] sha256:1d5fe031cf42e24206cb378998d5460f7273d4632cd8ad0ddd20f9980e4084b3 - 1.09% (1.77 MB)

[#003] sha256:42288cdb1e93b5aedda9fd7be8e6545b26b73a66fe4455c439c7df699c2479e9 - 0.0% (273 Bytes)

[#004] sha256:3cbb36e01e8802a6f03a7c621ed2f9d084ca1214032f06cedc0cdf6d565f5645 - 6.97% (11.3 MB)

[#005] sha256:7a3118d999d2e8f6a17b2d41b1056e151b771aaa4f72ce7e179cc4430c92083a - 0.0% (4.39 KB)

[#006] sha256:755344c56f707adae6fda7f0a22f2372cb2760782c2ec62f4983272a99c8af9d - 75.0% (121 MB)

[#007] sha256:1a68dd51ec0630fcd50df858468cbf6782b7147e7321664711888b08c728af84 - 0.0% (786 Bytes)


History
2021-01-19 05:34:56 UTC

/bin/sh -c #(nop) COPY dir:fac3607560f6f18d1f45dce201906bc20948ec7350ef04e2706e98eb58de33f9 in /

2021-01-19 05:34:57 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-01-19 05:34:57 UTC

/bin/sh -c #(nop) ARG VERSION

2021-01-19 05:34:58 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e9ae68e9-ls9 Build-date:- 2021-01-19T05:33:57+00:00

2021-01-19 05:34:58 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2021-01-19 05:34:59 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2

2021-01-19 05:34:59 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2021-01-19 05:35:01 UTC

/bin/sh -c #(nop) ADD 73235ba7e61323f3ed8b78663a44b17e671e1fe0f2b3bacc2611d758717e849c in /tmp/

2021-01-19 05:35:04 UTC

|4 BUILD_DATE=2021-01-19T05:33:57+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=e9ae68e9-ls9 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2021-01-19 05:35:06 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2021-01-19 05:35:07 UTC

/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm

2021-01-19 05:35:07 UTC

/bin/sh -c #(nop) COPY file:a0afddf6c2c99dee6409f51005a22f49cffa569aa0e8ad133ed14c730847fd57 in /etc/apt/

2021-01-19 05:35:32 UTC

|5 BUILD_DATE=2021-01-19T05:33:57+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=e9ae68e9-ls9 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-01-19 05:35:33 UTC

/bin/sh -c #(nop) COPY dir:643a650c063c923b6bde607ed6d0259227130c48523761aade9a41628ded66d7 in /

2021-01-19 05:35:33 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2021-01-24 13:08:15 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-01-24 13:08:15 UTC

/bin/sh -c #(nop) ARG VERSION

2021-01-24 13:08:15 UTC

/bin/sh -c #(nop) ARG CODE_RELEASE

2021-01-24 13:08:15 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v3.8.0-ls66 Build-date:- 2021-01-24T08:07:23-05:00

2021-01-24 13:08:16 UTC

/bin/sh -c #(nop) LABEL maintainer=aptalca

2021-01-24 13:08:16 UTC

/bin/sh -c #(nop) ENV HOME=/config

2021-01-24 13:13:12 UTC

|3 BUILD_DATE=2021-01-24T08:07:23-05:00 CODE_RELEASE=v3.8.0 VERSION=v3.8.0-ls66 /bin/sh -c echo "**** install node repo ****" && apt-get update && apt-get install -y gnupg && curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && echo 'deb https://deb.nodesource.com/node_12.x bionic main' > /etc/apt/sources.list.d/nodesource.list && curl -s https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && echo 'deb https://dl.yarnpkg.com/debian/ stable main' > /etc/apt/sources.list.d/yarn.list && echo "**** install build dependencies ****" && apt-get update && apt-get install -y build-essential libx11-dev libxkbfile-dev libsecret-1-dev pkg-config && echo "**** install runtime dependencies ****" && apt-get install -y git jq nano net-tools nodejs sudo yarn && echo "**** install code-server ****" && if [ -z ${CODE_RELEASE+x} ]; then CODE_RELEASE=$(curl -sX GET "https://api.github.com/repos/cdr/code-server/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && CODE_VERSION=$(echo "$CODE_RELEASE" | awk '{print substr($1,2); }') && yarn config set network-timeout 600000 -g && yarn --production --verbose --frozen-lockfile global add code-server@"$CODE_VERSION" && yarn cache clean && echo "**** clean up ****" && apt-get purge --auto-remove -y build-essential libx11-dev libxkbfile-dev libsecret-1-dev pkg-config && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-01-24 13:13:13 UTC

/bin/sh -c #(nop) COPY dir:168081812db22abb14f2e476e2d3e87c66b6eed8df07002d8a4683c1cca45ff5 in /

2021-01-24 13:13:14 UTC

/bin/sh -c #(nop) EXPOSE 8443

Danger Zone
Delete Tag

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.

Delete