Namespace
linuxserver
Image / Tag
code-server:arm32v7-v3.8.0-ls67
Content Digest
sha256:8f0ee1a618102c5016c905b83a2655be8e946d7dd35f75e053f3745748d96526
Details
Created

2021-01-27 20:47:45 UTC

Size

150 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v3.8.0-ls67 Build-date:- 2021-01-27T15:37:53-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:4c6c7ea347914b3dfe666d44ae1da9065ce5ae63080617ebdf1ee4b32faa418d - 14.2% (21.3 MB)

[#001] sha256:9878012a7fc8ada6f4f339a8857db8e9becc96b8aca7b11a45cb23a8ab07a73b - 1.48% (2.22 MB)

[#002] sha256:ba872ae2b632e0595a2177edeb0fcec4acceac7d80c4c0a2aeae49c892bac06e - 1.41% (2.11 MB)

[#003] sha256:b08748422fdbb9ceb201247deddf000872b58967e23187ab49726c975568f35e - 0.0% (274 Bytes)

[#004] sha256:2899d33ec380a89f390b9166b102732e7c524b8c21c7449f56c7c74196ac7bf7 - 7.88% (11.8 MB)

[#005] sha256:525dee859c589a80f1453336a03de14d8619bfb5d66eaeb5edb156d2f0ab494b - 0.0% (4.39 KB)

[#006] sha256:816584359cf9bed1b3094e5ea33df9c1df1253a82947e5c97b6b6e32c53045b8 - 75.02% (112 MB)

[#007] sha256:e425c5cba2909c7c170b80c476694e3c223c60af9dc0479bc323700632554d63 - 0.0% (784 Bytes)


History
2021-01-26 05:03:32 UTC

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

2021-01-26 05:03:33 UTC

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

2021-01-26 05:03:33 UTC

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

2021-01-26 05:03:33 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 6defb4bc-ls10 Build-date:- 2021-01-26T00:02:16-05:00

2021-01-26 05:03:34 UTC

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

2021-01-26 05:03:34 UTC

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

2021-01-26 05:03:34 UTC

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

2021-01-26 05:03:36 UTC

/bin/sh -c #(nop) ADD 57874912aa54611a5a67dd94020d8d8616e3b383165c6afcf930150b0d694731 in /tmp/

2021-01-26 05:03:37 UTC

|4 BUILD_DATE=2021-01-26T00:02:16-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=6defb4bc-ls10 /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-26 05:03:38 UTC

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

2021-01-26 05:03:38 UTC

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

2021-01-26 05:03:38 UTC

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

2021-01-26 05:04:08 UTC

|5 BUILD_DATE=2021-01-26T00:02:16-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=6defb4bc-ls10 /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 "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-01-26 05:04:09 UTC

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

2021-01-26 05:04:09 UTC

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

2021-01-27 20:39:56 UTC

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

2021-01-27 20:39:56 UTC

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

2021-01-27 20:39:57 UTC

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

2021-01-27 20:39:57 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v3.8.0-ls67 Build-date:- 2021-01-27T15:37:53-05:00

2021-01-27 20:39:57 UTC

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

2021-01-27 20:39:58 UTC

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

2021-01-27 20:47:42 UTC

|3 BUILD_DATE=2021-01-27T15:37:53-05:00 CODE_RELEASE=v3.8.0 VERSION=v3.8.0-ls67 /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-27 20:47:45 UTC

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

2021-01-27 20:47:45 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