Namespace
linuxserver
Image / Tag
openssh-server:amd64-8.3_p1-r0-ls31
Content Digest
sha256:2980a03b8aa6750b80337f0727b9d78a9fb05fb4eeab3de7b31380292a5141f6
Details
Created

2020-11-02 16:52:27 UTC

Size

11.3 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.3_p1-r0-ls31 Build-date:- 2020-11-02T16:51:46+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:c2cd537b3555148758ceba1f23cfdea6ae6970a110cd42bc7fe75399910d318e - 24.69% (2.78 MB)

[#001] sha256:1770f0c349a4a6d45e4f64cd901d14eb6bbd706798373315b630353672684e5f - 16.36% (1.84 MB)

[#002] sha256:2a0b715da3bbbd310e23db8437ba1c29ac3efa1cc4d0d258494f4fcb271c251f - 15.66% (1.77 MB)

[#003] sha256:3ac805142b2ec17e1dfe95667ec327c0a2bcdb6e1899a7f3a3b9ad045e3d2437 - 24.25% (2.73 MB)

[#004] sha256:c33c5ec882b097ed662acdbd1336956e2504a8a72000ae73fe3d933da649633b - 0.04% (4.39 KB)

[#005] sha256:43cd566ee3dbff61d726584c0a404a7b651be61b1a441ab4d9c136e9323fca54 - 18.99% (2.14 MB)

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


History
2020-11-01 22:53:54 UTC

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

2020-11-01 22:53:54 UTC

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

2020-11-01 22:53:55 UTC

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

2020-11-01 22:53:55 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fffd437f-ls8 Build-date:- 2020-11-01T22:52:46+00:00

2020-11-01 22:53:55 UTC

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

2020-11-01 22:53:55 UTC

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

2020-11-01 22:53:56 UTC

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

2020-11-01 22:53:57 UTC

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

2020-11-01 22:53:59 UTC

|4 BUILD_DATE=2020-11-01T22:52:46+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=fffd437f-ls8 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2020-11-01 22:53:59 UTC

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

2020-11-01 22:54:03 UTC

|4 BUILD_DATE=2020-11-01T22:52:46+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=fffd437f-ls8 /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 "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2020-11-01 22:54:04 UTC

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

2020-11-01 22:54:04 UTC

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

2020-11-02 16:52:25 UTC

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

2020-11-02 16:52:25 UTC

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

2020-11-02 16:52:25 UTC

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

2020-11-02 16:52:25 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.3_p1-r0-ls31 Build-date:- 2020-11-02T16:51:46+00:00

2020-11-02 16:52:25 UTC

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

2020-11-02 16:52:26 UTC

|3 BUILD_DATE=2020-11-02T16:51:46+00:00 OPENSSH_RELEASE=8.3_p1-r0 VERSION=8.3_p1-r0-ls31 /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/*

2020-11-02 16:52:27 UTC

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