Namespace
linuxserver
Image / Tag
openssh-server:amd64-8.3_p1-r0-ls32
Content Digest
sha256:4a4f2d628cde2b0435c88a80509decd2625d7195cf3ef0c68d2ab07e06865481
Details
Created

2020-11-25 17:31:17 UTC

Size

11.4 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.3_p1-r0-ls32 Build-date:- 2020-11-25T12:30:27-05: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:3dcdfef923a68ba34febc91f90ed3c210a8f83973a7825693a62857750d6d51d - 24.43% (2.78 MB)

[#001] sha256:6052bee613c617e31b86b48c4705e8dda621b5ba58e2adedf278c05834c54076 - 16.19% (1.84 MB)

[#002] sha256:45044a9b823e3118fee1892a5b9a10b9ac7cf582de3c187195c2dc51cf6d47b0 - 15.49% (1.77 MB)

[#003] sha256:2b3b1bfdf283e311377b4e87000eae68b6aae792674cc73282e093e3afce7795 - 25.04% (2.85 MB)

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

[#005] sha256:0e0f17ca5ecaf38ea37f387f08c1becc5c4f09f9953b875fdf8fad41b17c2b86 - 18.79% (2.14 MB)

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


History
2020-11-24 21:54:21 UTC

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

2020-11-24 21:54:22 UTC

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

2020-11-24 21:54:22 UTC

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

2020-11-24 21:54:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1de0b27a-ls9 Build-date:- 2020-11-24T16:53:34-05:00

2020-11-24 21:54:22 UTC

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

2020-11-24 21:54:22 UTC

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

2020-11-24 21:54:22 UTC

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

2020-11-24 21:54:23 UTC

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

2020-11-24 21:54:24 UTC

|4 BUILD_DATE=2020-11-24T16:53:34-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=1de0b27a-ls9 /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-24 21:54:24 UTC

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

2020-11-24 21:54:26 UTC

|4 BUILD_DATE=2020-11-24T16:53:34-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=1de0b27a-ls9 /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-24 21:54:27 UTC

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

2020-11-24 21:54:27 UTC

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

2020-11-25 17:31:15 UTC

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

2020-11-25 17:31:15 UTC

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

2020-11-25 17:31:15 UTC

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

2020-11-25 17:31:15 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.3_p1-r0-ls32 Build-date:- 2020-11-25T12:30:27-05:00

2020-11-25 17:31:15 UTC

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

2020-11-25 17:31:17 UTC

|3 BUILD_DATE=2020-11-25T12:30:27-05:00 OPENSSH_RELEASE=8.3_p1-r0 VERSION=8.3_p1-r0-ls32 /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-25 17:31:17 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