Namespace
linuxserver
Image / Tag
openssh-server:8.3_p1-r0-ls23
Content Digest
sha256:6c0d749aa0ab6eee14bd8628c19c38010d903e4a9b2a8661de2d92b5198b8a48
Details
Created

2020-06-17 16:30:40 UTC

Size

9.57 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.3_p1-r0-ls23 Build-date:- 2020-06-17T12:29:56-04: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:7cafca0883c01aae90b5c2cd0a98d62e1417b2f35e13e3c1f7379e48376db5b4 - 29.1% (2.78 MB)

[#001] sha256:5f910429678ba24fa718cadba591b43037821a446b11150e1c108b890899c059 - 48.45% (4.63 MB)

[#002] sha256:d780e93c9e07ef9aab4da89ae64216bc0de04ee7eabe6b067ca8ddfdad8533b3 - 0.04% (4.13 KB)

[#003] sha256:e5ddfeced0fe34893923a8e51980a2cbedd0fcbd8e2daccf312fd71b7cf4f0c9 - 22.39% (2.14 MB)

[#004] sha256:665dff763d6fd8393769b9e29508f75f917ee8da871f35610750235d141b2f06 - 0.02% (2.15 KB)


History
2020-06-16 20:51:24 UTC

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

2020-06-16 20:51:24 UTC

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

2020-06-16 20:51:24 UTC

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

2020-06-16 20:51:24 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 84993fa8-ls3 Build-date:- 2020-06-16T22:50:42+02:00

2020-06-16 20:51:24 UTC

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

2020-06-16 20:51:24 UTC

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

2020-06-16 20:51:24 UTC

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

2020-06-16 20:51:24 UTC

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

2020-06-16 20:51:29 UTC

|4 BUILD_DATE=2020-06-16T22:50:42+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.0.0.1 VERSION=84993fa8-ls3 /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 "**** 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 ****" && 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-06-16 20:51:29 UTC

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

2020-06-16 20:51:29 UTC

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

2020-06-17 16:30:37 UTC

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

2020-06-17 16:30:37 UTC

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

2020-06-17 16:30:37 UTC

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

2020-06-17 16:30:37 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.3_p1-r0-ls23 Build-date:- 2020-06-17T12:29:56-04:00

2020-06-17 16:30:38 UTC

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

2020-06-17 16:30:39 UTC

|3 BUILD_DATE=2020-06-17T12:29:56-04:00 OPENSSH_RELEASE=8.3_p1-r0 VERSION=8.3_p1-r0-ls23 /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-06-17 16:30:40 UTC

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

Details
Created

2020-06-17 16:30:58 UTC

Size

10.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.3_p1-r0-ls23 Build-date:- 2020-06-17T12:29:56-04: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:654e84f8007cd644f6aca2bdb60af9bb526afbe31e52635f8c46ba29a2f45fdd - 22.88% (2.4 MB)

[#001] sha256:5886a2e9f6623c2acffdf96d79bb2e49f43d68910387d04b4d7acda47ed6951c - 58.27% (6.1 MB)

[#002] sha256:b68062b0e77321d42575db7f3414bfd533b9072c0b7dc81d5c61b57515805359 - 0.04% (4.16 KB)

[#003] sha256:80e4007a72b6421748535b3460631c52ba283722082d187ff03b1d61eadf16ca - 18.79% (1.97 MB)

[#004] sha256:d03174fb8ad136adbf00a56e0a5cc1aff0d1a83d9ea3cb2ac9433c3fc0c46f2a - 0.02% (2.16 KB)


History
2020-06-16 20:51:53 UTC

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

2020-06-16 20:51:54 UTC

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

2020-06-16 20:51:55 UTC

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

2020-06-16 20:51:56 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 84993fa8-ls3 Build-date:- 2020-06-16T22:50:42+02:00

2020-06-16 20:51:57 UTC

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

2020-06-16 20:51:58 UTC

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

2020-06-16 20:51:59 UTC

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

2020-06-16 20:52:00 UTC

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

2020-06-16 20:52:15 UTC

|4 BUILD_DATE=2020-06-16T22:50:42+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.0.0.1 VERSION=84993fa8-ls3 /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 "**** 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 ****" && 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/*

2020-06-16 20:52:18 UTC

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

2020-06-16 20:52:19 UTC

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

2020-06-17 16:30:44 UTC

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

2020-06-17 16:30:46 UTC

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

2020-06-17 16:30:47 UTC

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

2020-06-17 16:30:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.3_p1-r0-ls23 Build-date:- 2020-06-17T12:29:56-04:00

2020-06-17 16:30:49 UTC

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

2020-06-17 16:30:56 UTC

|3 BUILD_DATE=2020-06-17T12:29:56-04:00 OPENSSH_RELEASE=8.3_p1-r0 VERSION=8.3_p1-r0-ls23 /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-06-17 16:30:58 UTC

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

Details
Created

2020-06-17 16:30:53 UTC

Size

11.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.3_p1-r0-ls23 Build-date:- 2020-06-17T12:29:56-04: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:6a2a13a393a81e86d3308b21e318162208ac168cd00ecbec6d580d937a2633cc - 23.46% (2.7 MB)

[#001] sha256:b5387ee882f35e309b821e652bc871a5481890021ba1f3e66cbcee50e849c279 - 57.77% (6.64 MB)

[#002] sha256:71e8a042f30cfdd80eba03171e7675100873792b645e4e366c29e3b91db7f587 - 0.04% (4.15 KB)

[#003] sha256:f83a8e94a55a1373d58a01816d0c29aa783a1f7a888e1a910d8af05f2ece5709 - 18.71% (2.15 MB)

[#004] sha256:c9922d2865a47caa6e5031c5ee9d0507238acd994bdce37759d89997ecf9c661 - 0.02% (2.16 KB)


History
2020-06-16 20:51:57 UTC

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

2020-06-16 20:51:57 UTC

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

2020-06-16 20:51:58 UTC

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

2020-06-16 20:51:58 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 84993fa8-ls3 Build-date:- 2020-06-16T22:50:42+02:00

2020-06-16 20:51:59 UTC

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

2020-06-16 20:51:59 UTC

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

2020-06-16 20:52:00 UTC

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

2020-06-16 20:52:00 UTC

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

2020-06-16 20:52:12 UTC

|4 BUILD_DATE=2020-06-16T22:50:42+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.0.0.1 VERSION=84993fa8-ls3 /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 "**** 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 ****" && 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-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2020-06-16 20:52:13 UTC

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

2020-06-16 20:52:14 UTC

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

2020-06-17 16:30:44 UTC

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

2020-06-17 16:30:45 UTC

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

2020-06-17 16:30:45 UTC

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

2020-06-17 16:30:46 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.3_p1-r0-ls23 Build-date:- 2020-06-17T12:29:56-04:00

2020-06-17 16:30:46 UTC

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

2020-06-17 16:30:52 UTC

|3 BUILD_DATE=2020-06-17T12:29:56-04:00 OPENSSH_RELEASE=8.3_p1-r0 VERSION=8.3_p1-r0-ls23 /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-06-17 16:30:53 UTC

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