Namespace
linuxserver
Image / Tag
code-server:arm32v7-v3.4.0-ls46
Content Digest
sha256:fe03cadd5e22aee6d917f27cd5cb83f4da16f917c6a08e7f3c8fd68ca22356ea
Details
Created

2020-05-29 18:03:56 UTC

Size

132 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v3.4.0-ls46 Build-date:- 2020-05-29T13:51:50-04: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:8698861d71a3eb5703df5ad0e82a03331846dbab056a2cfaa9241d0321e56962 - 16.05% (21.2 MB)

[#001] sha256:f127aa25a5a16da769357a317948a8f3152e22bf338be9c34df0950b624f3514 - 0.0% (278 Bytes)

[#002] sha256:57467acdb1e79dd35883dab400e39c0736129e47e97ae7cb898c5a8c3eb6f591 - 10.31% (13.7 MB)

[#003] sha256:1dd331941865dba81196de27bdf0bc337e421b38219387ee3bf92463ec7245d4 - 0.0% (4.14 KB)

[#004] sha256:9e7adc227d499b0d85b068c38430f6371c1d302d7dda764787a78b3f14beb7ba - 73.64% (97.5 MB)

[#005] sha256:6945f48242ddf532e7269163a2eee2dd622a80ec0c4f5544412023fe4e1458bb - 0.0% (711 Bytes)


History
2020-05-28 18:46:43 UTC

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

2020-05-28 18:46:49 UTC

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

2020-05-28 18:46:50 UTC

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

2020-05-28 18:46:50 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b3c74fac-ls40 Build-date:- 2020-05-28T14:45:05-04:00

2020-05-28 18:46:51 UTC

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

2020-05-28 18:46:51 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0

2020-05-28 18:46:52 UTC

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

2020-05-28 18:46:52 UTC

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

2020-05-28 18:46:53 UTC

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

2020-05-28 18:46:54 UTC

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

2020-05-28 18:47:53 UTC

|5 BUILD_DATE=2020-05-28T14:45:05-04:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.0.0 VERSION=b3c74fac-ls40 /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 "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && 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/*

2020-05-28 18:47:57 UTC

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

2020-05-28 18:47:58 UTC

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

2020-05-29 17:52:44 UTC

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

2020-05-29 17:52:45 UTC

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

2020-05-29 17:52:46 UTC

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

2020-05-29 17:52:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v3.4.0-ls46 Build-date:- 2020-05-29T13:51:50-04:00

2020-05-29 17:52:48 UTC

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

2020-05-29 17:52:49 UTC

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

2020-05-29 18:03:48 UTC

|3 BUILD_DATE=2020-05-29T13:51:50-04:00 CODE_RELEASE=v3.4.0 VERSION=v3.4.0-ls46 /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 --production global add code-server@"$CODE_VERSION" && yarn cache clean && ln -s /node_modules/.bin/code-server /usr/bin/code-server && 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/*

2020-05-29 18:03:55 UTC

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

2020-05-29 18:03:56 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