Namespace
linuxserver
Image / Tag
openssh-server:arm32v7-8.3_p1-r1-ls35
Content Digest
sha256:f0538d7b4149c22831c647949fcdd9c433b799886988120b42037386a6f48c65
Details
Created

2021-01-12 18:25:22 UTC

Size

12.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.3_p1-r1-ls35 Build-date:- 2021-01-12T18:23:38+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:cebdc7a4adc8d475b3b46332c5a57a3415fca8b41f798d5edffbaafff647132e - 18.92% (2.4 MB)

[#001] sha256:8cb8f32b73c3e79a171996f3d45da806edbbdf8db48c6754d77d1e3f692f26f5 - 17.48% (2.22 MB)

[#002] sha256:00a31bb2083972b15a557cd87559e72ec07eca076eb5a2b66d69b4f93f4eee28 - 16.64% (2.11 MB)

[#003] sha256:e272918e03929b285c8b7165400c0fc4e3c8484f2f26c62ff3c7dff66a9b591c - 31.38% (3.98 MB)

[#004] sha256:195d30ac359336b0f2222e0069f2b96791ca436c608d275d4c7282d0b37cd732 - 0.03% (4.39 KB)

[#005] sha256:41ba3a0543f35482f8a467145c70270b43bb1b882a044c85d9ef205d5b90cf85 - 15.53% (1.97 MB)

[#006] sha256:abb8c9575ce589c2b1a521b463b8e603778c845e06bee7ee7eef0f798a1db68e - 0.02% (2.21 KB)


History
2021-01-09 10:53:30 UTC

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

2021-01-09 10:53:31 UTC

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

2021-01-09 10:53:31 UTC

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

2021-01-09 10:53:31 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8692b0a0-ls13 Build-date:- 2021-01-09T10:52:04+00:00

2021-01-09 10:53:32 UTC

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

2021-01-09 10:53:32 UTC

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

2021-01-09 10:53:32 UTC

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

2021-01-09 10:53:34 UTC

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

2021-01-09 10:53:37 UTC

|4 BUILD_DATE=2021-01-09T10:52:04+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=8692b0a0-ls13 /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-09 10:53:37 UTC

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

2021-01-09 10:53:42 UTC

|4 BUILD_DATE=2021-01-09T10:52:04+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=8692b0a0-ls13 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl 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 && 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-09 10:53:43 UTC

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

2021-01-09 10:53:43 UTC

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

2021-01-12 18:25:03 UTC

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

2021-01-12 18:25:05 UTC

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

2021-01-12 18:25:06 UTC

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

2021-01-12 18:25:07 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.3_p1-r1-ls35 Build-date:- 2021-01-12T18:23:38+00:00

2021-01-12 18:25:09 UTC

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

2021-01-12 18:25:20 UTC

|3 BUILD_DATE=2021-01-12T18:23:38+00:00 OPENSSH_RELEASE=8.3_p1-r1 VERSION=8.3_p1-r1-ls35 /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.12/main/x86_64/ | awk -F '(openssh-server-|.apk)' '/openssh-server.*.apk/ {print $2; exit}'); fi && apk add --no-cache 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-01-12 18:25:22 UTC

/bin/sh -c #(nop) COPY dir:e4b7cd9e6385a4df7e9b5332ee2f8a88a5852e1a455e6720660521df24d3afac 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