Namespace
linuxserver
Image / Tag
openssh-server:arm64v8-8.8_p1-r1-ls85
Content Digest
sha256:de3f04805a95e72091fa44a2ab45782702bd851a34738748b4a0c4853e5816ca
Details
Created

2022-07-17 07:30:05 UTC

Size

13.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.8_p1-r1-ls85 Build-date:- 2022-07-17T02:28:52-05:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-07-17T02:28:52-05: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
    60c47604d81950f52295f629e39927652232e598
  • org.opencontainers.image.revision
    60c47604d81950f52295f629e39927652232e598
  • 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.8_p1-r1-ls85

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

TERM

xterm


Layers

[#000] sha256:c4f8bf1045a7dfa55fadda4e4ca3e5490a973dd3d00304f42ecc4c3b4c7aa6fe - 38.6% (5.3 MB)

[#001] sha256:1f3acdcfdf30bfdb7a3f561b202a13267b73beda0b3f77739e1ee5e49a8b1095 - 39.62% (5.44 MB)

[#002] sha256:74353465edc201b7b2689dff251e6fa2e256cb50efc0af75ceea99645fa8a129 - 0.03% (4.19 KB)

[#003] sha256:e661706160bc854b63e7471cbbe1a4f3bf452cb03a0202297176a2d2e93eda27 - 21.73% (2.99 MB)

[#004] sha256:7446b57b35660e69842a8717af161eb2c0bf8d1e0825a3fa44f737924180c8c3 - 0.02% (2.51 KB)


History
2022-07-10 20:57:07 UTC

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

2022-07-10 20:57:08 UTC

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

2022-07-10 20:57:08 UTC

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

2022-07-10 20:57:08 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f3c1af80-ls17 Build-date:- 2022-07-10T15:55:52-05:00

2022-07-10 20:57:08 UTC

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

2022-07-10 20:57:08 UTC

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

2022-07-10 20:57:11 UTC

|2 BUILD_DATE=2022-07-10T15:55:52-05:00 VERSION=f3c1af80-ls17 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl 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 && 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 ****" && rm -rf /tmp/*

2022-07-10 20:57:11 UTC

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

2022-07-10 20:57:11 UTC

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

2022-07-10 20:57:11 UTC

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

2022-07-10 20:57:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-10T15:55:52-05:00

2022-07-10 20:57:12 UTC

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

2022-07-10 20:57:12 UTC

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

2022-07-10 20:57:12 UTC

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

2022-07-10 20:57:12 UTC

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

2022-07-10 20:57:12 UTC

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

2022-07-10 20:57:12 UTC

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

2022-07-10 20:57:13 UTC

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

2022-07-10 20:57:13 UTC

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

2022-07-10 20:57:13 UTC

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

2022-07-10 20:57:13 UTC

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

2022-07-17 07:29:59 UTC

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

2022-07-17 07:30:00 UTC

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

2022-07-17 07:30:00 UTC

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

2022-07-17 07:30:00 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.8_p1-r1-ls85 Build-date:- 2022-07-17T02:28:52-05:00

2022-07-17 07:30:00 UTC

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

2022-07-17 07:30:03 UTC

|3 BUILD_DATE=2022-07-17T02:28:52-05:00 OPENSSH_RELEASE=8.8_p1-r1 VERSION=8.8_p1-r1-ls85 /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.15/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/*

2022-07-17 07:30:03 UTC

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

2022-07-17 07:30:03 UTC

/bin/sh -c #(nop) EXPOSE 2222

2022-07-17 07:30:03 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-07-17 07:30:03 UTC

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

2022-07-17 07:30:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-17T02:28:52-05:00

2022-07-17 07:30: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.

2022-07-17 07:30:04 UTC

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

2022-07-17 07:30:04 UTC

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

2022-07-17 07:30:04 UTC

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

2022-07-17 07:30:04 UTC

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

2022-07-17 07:30:04 UTC

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

2022-07-17 07:30:05 UTC

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

2022-07-17 07:30:05 UTC

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

2022-07-17 07:30:05 UTC

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

2022-07-17 07:30:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8.8_p1-r1-ls85

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