Namespace
linuxserver
Image / Tag
openssh-server:8.6_p1-r2-ls63
Content Digest
sha256:a11146d70ecace8a3beb2f9b7e1f0189065fbd2e71a6674b599c93e8b7ef6467
Details
Created

2021-10-03 07:30:54 UTC

Size

13.3 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.6_p1-r2-ls63 Build-date:- 2021-10-03T09:29:51+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-10-03T09:29:51+02:00
  • org.opencontainers.image.description
    [Openssh-server](https://www.openssh.com/) is a sandboxed environment that allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-openssh-server
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    b63acb8073132b9e3d57e67ff515d94792470e0b
  • org.opencontainers.image.revision
    b63acb8073132b9e3d57e67ff515d94792470e0b
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-openssh-server
  • org.opencontainers.image.title
    Openssh-server
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-openssh-server/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    8.6_p1-r2-ls63

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:5484c61b60c33b5154849db93a87167e09fe1581a721ec62f6bbf61c1c92ee38 - 21.13% (2.8 MB)

[#001] sha256:32368e0c455b64e051cf338841bb9c1db22e93ecfb3e97320f750ec70cdf0480 - 13.61% (1.8 MB)

[#002] sha256:6a85e740d01024e59f03a7960dc864bc6ead45e3dace5d5233621e4bbe4f0088 - 13.09% (1.74 MB)

[#003] sha256:8033a5a1c8c6dabc00b7941839dad2b05ac55a40ed7d24c0ac44d71c6baf6217 - 0.0% (439 Bytes)

[#004] sha256:935ea2a17ae86691c14df443e21f3c69a6f75609894f8cfe9378b66e39c0d752 - 22.88% (3.03 MB)

[#005] sha256:37e2205dfc086638388e35800851eb95ac69cead8b34e44d185aecd8957f6494 - 0.02% (2.85 KB)

[#006] sha256:00ff521849eae096c7903df7f2899ee3b7444de95655e90b05f8c96bcda1f157 - 29.24% (3.88 MB)

[#007] sha256:28c503a5de874f049ff12f80c1f4e3636338ead9e52aea9cd1c5dfc4b5b2814c - 0.02% (2.45 KB)


History
2021-09-28 06:29:48 UTC

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

2021-09-28 06:29:48 UTC

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

2021-09-28 06:29:48 UTC

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

2021-09-28 06:29:49 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e3319656-ls7 Build-date:- 2021-09-28T08:29:00+02:00

2021-09-28 06:29:49 UTC

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

2021-09-28 06:29:49 UTC

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

2021-09-28 06:29:49 UTC

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

2021-09-28 06:29:49 UTC

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

2021-09-28 06:29:50 UTC

|4 BUILD_DATE=2021-09-28T08:29:00+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=e3319656-ls7 /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-09-28 06:29:50 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-09-28 06:29:50 UTC

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

2021-09-28 06:29:52 UTC

|4 BUILD_DATE=2021-09-28T08:29:00+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=e3319656-ls7 /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 "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-09-28 06:29:52 UTC

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

2021-09-28 06:29:52 UTC

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

2021-09-28 06:29:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-09-28 06:29:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-09-28T08:29:00+02:00

2021-09-28 06:29:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2021-09-28 06:29:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2021-09-28 06:29:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-09-28 06:29:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b8acdaf9b1ee33237207a9d71989ee3d97c99138

2021-09-28 06:29:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b8acdaf9b1ee33237207a9d71989ee3d97c99138

2021-09-28 06:29:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2021-09-28 06:29:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2021-09-28 06:29:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2021-09-28 06:29:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-09-28 06:29:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=e3319656-ls7

2021-10-03 07:30:50 UTC

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

2021-10-03 07:30:50 UTC

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

2021-10-03 07:30:50 UTC

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

2021-10-03 07:30:50 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.6_p1-r2-ls63 Build-date:- 2021-10-03T09:29:51+02:00

2021-10-03 07:30:50 UTC

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

2021-10-03 07:30:52 UTC

|3 BUILD_DATE=2021-10-03T09:29:51+02:00 OPENSSH_RELEASE=8.6_p1-r2 VERSION=8.6_p1-r2-ls63 /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 -sL "http://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:openssh-server-pam$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache openssh-client==${OPENSSH_RELEASE} openssh-server-pam==${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-10-03 07:30:53 UTC

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

2021-10-03 07:30:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-10-03 07:30:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-03T09:29:51+02:00

2021-10-03 07:30:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Openssh-server](https://www.openssh.com/) is a sandboxed environment that allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.

2021-10-03 07:30:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-openssh-server

2021-10-03 07:30:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-10-03 07:30:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b63acb8073132b9e3d57e67ff515d94792470e0b

2021-10-03 07:30:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b63acb8073132b9e3d57e67ff515d94792470e0b

2021-10-03 07:30:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-openssh-server

2021-10-03 07:30:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Openssh-server

2021-10-03 07:30:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-openssh-server/packages

2021-10-03 07:30:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-10-03 07:30:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8.6_p1-r2-ls63

Details
Created

2021-10-03 07:31:16 UTC

Size

14.4 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.6_p1-r2-ls63 Build-date:- 2021-10-03T09:29:51+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-10-03T09:29:51+02:00
  • org.opencontainers.image.description
    [Openssh-server](https://www.openssh.com/) is a sandboxed environment that allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-openssh-server
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    b63acb8073132b9e3d57e67ff515d94792470e0b
  • org.opencontainers.image.revision
    b63acb8073132b9e3d57e67ff515d94792470e0b
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-openssh-server
  • org.opencontainers.image.title
    Openssh-server
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-openssh-server/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    8.6_p1-r2-ls63

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:8871940d915911cd2e3b1d72376f2dc04679453c3fae686070b1b146b90dc0ff - 16.83% (2.42 MB)

[#001] sha256:5c665fa5be70e1c93df4208f5019e6ebb818e304733f9b422bedf06cbde3399f - 14.96% (2.15 MB)

[#002] sha256:805c1d2e39f8d5328bf0a84e7b1c404f10a7adb40859d62d40f3de238e59af20 - 14.47% (2.08 MB)

[#003] sha256:efb5b1ad6912d0cfdf646d8781cf615ed6c62e4f9809c3593e26a594bc46f52b - 0.0% (436 Bytes)

[#004] sha256:409eae458007f8f8fb005f35e5e39199f453be418c04eeff7bb2477da9a74f41 - 28.96% (4.16 MB)

[#005] sha256:7506a2dac52c2577dc564b56d3820703694fb9b41bf828dd7694ee7912039733 - 0.02% (2.85 KB)

[#006] sha256:1d919a88c2c1e96df4e95debae8cd398130ec9f53a6b5022b72ad629dee6493c - 24.74% (3.56 MB)

[#007] sha256:0112727236037682d6c846e764acf9aa4a52550ff5358fbfdec345ab0b35d9ef - 0.02% (2.43 KB)


History
2021-09-28 06:30:06 UTC

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

2021-09-28 06:30:06 UTC

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

2021-09-28 06:30:06 UTC

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

2021-09-28 06:30:07 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e3319656-ls7 Build-date:- 2021-09-28T08:29:00+02:00

2021-09-28 06:30:07 UTC

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

2021-09-28 06:30:07 UTC

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

2021-09-28 06:30:07 UTC

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

2021-09-28 06:30:09 UTC

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

2021-09-28 06:30:11 UTC

|4 BUILD_DATE=2021-09-28T08:29:00+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=e3319656-ls7 /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-09-28 06:30:11 UTC

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

2021-09-28 06:30:11 UTC

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

2021-09-28 06:30:20 UTC

|4 BUILD_DATE=2021-09-28T08:29:00+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=e3319656-ls7 /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-09-28 06:30:21 UTC

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

2021-09-28 06:30:21 UTC

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

2021-09-28 06:30:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-09-28 06:30:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-09-28T08:29:00+02:00

2021-09-28 06:30:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2021-09-28 06:30:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2021-09-28 06:30:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-09-28 06:30:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b8acdaf9b1ee33237207a9d71989ee3d97c99138

2021-09-28 06:30:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b8acdaf9b1ee33237207a9d71989ee3d97c99138

2021-09-28 06:30:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2021-09-28 06:30:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2021-09-28 06:30:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2021-09-28 06:30:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-09-28 06:30:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=e3319656-ls7

2021-10-03 07:30:57 UTC

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

2021-10-03 07:30:57 UTC

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

2021-10-03 07:30:58 UTC

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

2021-10-03 07:30:59 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.6_p1-r2-ls63 Build-date:- 2021-10-03T09:29:51+02:00

2021-10-03 07:31:00 UTC

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

2021-10-03 07:31:04 UTC

|3 BUILD_DATE=2021-10-03T09:29:51+02:00 OPENSSH_RELEASE=8.6_p1-r2 VERSION=8.6_p1-r2-ls63 /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 -sL "http://dl-cdn.alpinelinux.org/alpine/v3.14/main/armhf/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:openssh-server-pam$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache openssh-client==${OPENSSH_RELEASE} openssh-server-pam==${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-10-03 07:31:05 UTC

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

2021-10-03 07:31:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-10-03 07:31:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-03T09:29:51+02:00

2021-10-03 07:31:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Openssh-server](https://www.openssh.com/) is a sandboxed environment that allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.

2021-10-03 07:31:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-openssh-server

2021-10-03 07:31:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-10-03 07:31:10 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b63acb8073132b9e3d57e67ff515d94792470e0b

2021-10-03 07:31:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b63acb8073132b9e3d57e67ff515d94792470e0b

2021-10-03 07:31:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-openssh-server

2021-10-03 07:31:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Openssh-server

2021-10-03 07:31:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-openssh-server/packages

2021-10-03 07:31:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-10-03 07:31:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8.6_p1-r2-ls63

Details
Created

2021-10-03 07:31:13 UTC

Size

15.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.6_p1-r2-ls63 Build-date:- 2021-10-03T09:29:51+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-10-03T09:29:51+02:00
  • org.opencontainers.image.description
    [Openssh-server](https://www.openssh.com/) is a sandboxed environment that allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-openssh-server
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    b63acb8073132b9e3d57e67ff515d94792470e0b
  • org.opencontainers.image.revision
    b63acb8073132b9e3d57e67ff515d94792470e0b
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-openssh-server
  • org.opencontainers.image.title
    Openssh-server
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-openssh-server/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    8.6_p1-r2-ls63

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:0da3c323dc073bfde7d59d84d957991710565e03adb46ae6323dc8c209742e3e - 17.48% (2.7 MB)

[#001] sha256:880c252b240e3dc80604cbe30a5a599a01ecfb347d7481c0d43049e139bad161 - 13.88% (2.15 MB)

[#002] sha256:3d131b5be4ad90c4e6268474fcc85c2b0b99f5c4259014887b1828ad317d356e - 13.59% (2.1 MB)

[#003] sha256:9216a4e4712b378853e75c0da43aaf1ff02832c1d6471a9c0b0fe84dfea7a336 - 0.0% (409 Bytes)

[#004] sha256:ea36dfa221317180cd7f45bc6f90fecdb0d4954dcda2fe7e91e3a6d90140de91 - 30.29% (4.68 MB)

[#005] sha256:c9b4bb32cb5470bb0ef98e862c533d500488af45965b57b60f76a498c42d944e - 0.02% (2.85 KB)

[#006] sha256:8c5b5d4c3aa3f2b947ccf4f4fc80357bf5a8d3bc27fb51be9575c3680c81f863 - 24.73% (3.82 MB)

[#007] sha256:e41e34ffd5c47b39e448d8eb6ecde7680991aceec85095169255c0490ed255ca - 0.02% (2.42 KB)


History
2021-09-28 06:30:04 UTC

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

2021-09-28 06:30:05 UTC

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

2021-09-28 06:30:05 UTC

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

2021-09-28 06:30:06 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e3319656-ls7 Build-date:- 2021-09-28T08:29:00+02:00

2021-09-28 06:30:07 UTC

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

2021-09-28 06:30:08 UTC

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

2021-09-28 06:30:09 UTC

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

2021-09-28 06:30:11 UTC

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

2021-09-28 06:30:13 UTC

|4 BUILD_DATE=2021-09-28T08:29:00+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=e3319656-ls7 /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-09-28 06:30:14 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-09-28 06:30:14 UTC

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

2021-09-28 06:30:23 UTC

|4 BUILD_DATE=2021-09-28T08:29:00+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=e3319656-ls7 /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-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/*

2021-09-28 06:30:24 UTC

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

2021-09-28 06:30:24 UTC

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

2021-09-28 06:30:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-09-28 06:30:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-09-28T08:29:00+02:00

2021-09-28 06:30:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2021-09-28 06:30:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2021-09-28 06:30:29 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-09-28 06:30:30 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b8acdaf9b1ee33237207a9d71989ee3d97c99138

2021-09-28 06:30:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b8acdaf9b1ee33237207a9d71989ee3d97c99138

2021-09-28 06:30:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2021-09-28 06:30:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2021-09-28 06:30:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2021-09-28 06:30:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-09-28 06:30:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=e3319656-ls7

2021-10-03 07:30:54 UTC

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

2021-10-03 07:30:55 UTC

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

2021-10-03 07:30:56 UTC

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

2021-10-03 07:30:57 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.6_p1-r2-ls63 Build-date:- 2021-10-03T09:29:51+02:00

2021-10-03 07:30:58 UTC

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

2021-10-03 07:31:01 UTC

|3 BUILD_DATE=2021-10-03T09:29:51+02:00 OPENSSH_RELEASE=8.6_p1-r2 VERSION=8.6_p1-r2-ls63 /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 -sL "http://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:openssh-server-pam$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache openssh-client==${OPENSSH_RELEASE} openssh-server-pam==${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-10-03 07:31:02 UTC

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

2021-10-03 07:31:02 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-10-03 07:31:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-03T09:29:51+02:00

2021-10-03 07:31:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Openssh-server](https://www.openssh.com/) is a sandboxed environment that allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.

2021-10-03 07:31:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-openssh-server

2021-10-03 07:31:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-10-03 07:31:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b63acb8073132b9e3d57e67ff515d94792470e0b

2021-10-03 07:31:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b63acb8073132b9e3d57e67ff515d94792470e0b

2021-10-03 07:31:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-openssh-server

2021-10-03 07:31:10 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Openssh-server

2021-10-03 07:31:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-openssh-server/packages

2021-10-03 07:31:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-10-03 07:31:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8.6_p1-r2-ls63

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