Namespace
linuxserver
Image / Tag
openssh-server:arm32v7-8.4_p1-r2-ls39
Content Digest
sha256:5e3dafb28481cb8a288a75101b2b028852a38ba701c369cb629416734e202b04
Details
Created

2021-02-14 07:37:21 UTC

Size

14.9 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.4_p1-r2-ls39 Build-date:- 2021-02-14T07:35:52+00:00
  • maintainer
    aptalca

Environment
HOME

/root

PATH

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

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:4df75f67969b4b2f6e6fed69f3ee8c0f0d90f5457d7f0006df23a86b9fa6c3a2 - 16.18% (2.41 MB)

[#001] sha256:1685ca01646f3155208c48dae2bd8e29f9d31975d681b596d9e8381e00298427 - 14.7% (2.19 MB)

[#002] sha256:1dfde49e2b86961bd98c96feefe7320921ef5d24e1d08dc4c09a51f8b7f46933 - 14.21% (2.12 MB)

[#003] sha256:470927b0665ab7dec03a6eb9ff8349fcf716c416f2b21f4e3a18f8d2620d8c3e - 0.0% (437 Bytes)

[#004] sha256:407c9c8f83aff3d103779226e22783fc2619ddbc679501a9e608b928e778e6f0 - 27.67% (4.13 MB)

[#005] sha256:0c399278ffceff46c94620242a763dcb706bd6c93df4a03e0a5b9a59ea67cc15 - 0.02% (2.79 KB)

[#006] sha256:e63680b4d7971e2ca0cf47ee74e40ca827ad27d72823bc7ed66459769c20894e - 27.2% (4.06 MB)

[#007] sha256:ddd19b7cbc1fbc57f2f0a890f61aff7160e4959633f009055d7e8e215d39be4b - 0.01% (2.27 KB)


History
2021-01-29 14:55:56 UTC

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

2021-01-29 14:55:57 UTC

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

2021-01-29 14:55:57 UTC

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

2021-01-29 14:55:57 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e2f01b82-ls4 Build-date:- 2021-01-29T14:54:35+00:00

2021-01-29 14:55:58 UTC

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

2021-01-29 14:55:58 UTC

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

2021-01-29 14:55:59 UTC

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

2021-01-29 14:56:00 UTC

/bin/sh -c #(nop) ADD 0e0daec122f933c199dd1662f1aa7c8bdda591b4199fd575f53c48fe66312ccd in /tmp/

2021-01-29 14:56:04 UTC

|4 BUILD_DATE=2021-01-29T14:54:35+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.0 VERSION=e2f01b82-ls4 /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-29 14:56:04 UTC

/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch

2021-01-29 14:56:05 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2021-01-29 14:56:14 UTC

|4 BUILD_DATE=2021-01-29T14:54:35+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.0 VERSION=e2f01b82-ls4 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && 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 && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-01-29 14:56:15 UTC

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

2021-01-29 14:56:15 UTC

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

2021-02-14 07:37:13 UTC

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

2021-02-14 07:37:13 UTC

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

2021-02-14 07:37:14 UTC

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

2021-02-14 07:37:14 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.4_p1-r2-ls39 Build-date:- 2021-02-14T07:35:52+00:00

2021-02-14 07:37:15 UTC

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

2021-02-14 07:37:20 UTC

|3 BUILD_DATE=2021-02-14T07:35:52+00:00 OPENSSH_RELEASE=8.4_p1-r2 VERSION=8.4_p1-r2-ls39 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl logrotate nano sudo && echo "**** install openssh-server ****" && if [ -z ${OPENSSH_RELEASE+x} ]; then OPENSSH_RELEASE=$(curl -s http://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/ | awk -F '(openssh-server-|.apk)' '/openssh-server.*.apk/ {print $2; exit}'); fi && apk add --no-cache openssh-client==${OPENSSH_RELEASE} openssh-server==${OPENSSH_RELEASE} openssh-sftp-server==${OPENSSH_RELEASE} && echo "**** setup openssh environment ****" && sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && usermod --shell /bin/bash abc && rm -rf /tmp/*

2021-02-14 07:37:21 UTC

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

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