Namespace
linuxserver
Image / Tag
openssh-server:arm64v8-8.4_p1-r3-ls48
Content Digest
sha256:cde9b6e03c72b2a8b149c374bdf99d8d1556143c5e87736ef8784b534cef42ec
Details
Created

2021-04-18 07:40:06 UTC

Size

16 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.4_p1-r3-ls48 Build-date:- 2021-04-18T03:37:42-04:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-04-18T03:37:42-04: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
    892e4b96f4283e6f92662f77361fc6ec34c6cb4d
  • org.opencontainers.image.revision
    892e4b96f4283e6f92662f77361fc6ec34c6cb4d
  • 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.4_p1-r3-ls48

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:5b699a60b4aa3d60b10ba63c57d6affc140ff01dfb751698fe388c24a9d4c00e - 16.91% (2.7 MB)

[#001] sha256:40ff825e883ad16da55034b7cfb53b52718e378326a1767d69a03683b215c5b8 - 13.43% (2.15 MB)

[#002] sha256:3f095f3d1f15152c37e8a4343b02e54297c1b6a3eb2bfeaca1bff94d91834e2b - 13.15% (2.1 MB)

[#003] sha256:14fe596da4e3ad8a321bf2d9db30ed1ac4ec5eeb2927ab6d9398f0288033ac37 - 0.0% (440 Bytes)

[#004] sha256:54b3696793bc0352d069a38449c7fa4deb259ad354a006bde4a5a6858bf2820a - 29.09% (4.65 MB)

[#005] sha256:b20a6d15eb0e9d7c84158b3e114c927b1b5da10e029d35bacc80306ce1879ae6 - 0.02% (2.77 KB)

[#006] sha256:4911ab0974b3624f45b0c20844f6908227c383c5722b8933d6e4a2c0d1290afa - 27.37% (4.37 MB)

[#007] sha256:92212bb183151f3180184cf93db588849a80b36f844d3fbf37c1f4abdbd0221d - 0.01% (2.28 KB)


History
2021-04-13 06:40:13 UTC

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

2021-04-13 06:40:14 UTC

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

2021-04-13 06:40:16 UTC

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

2021-04-13 06:40:17 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4928c559-ls11 Build-date:- 2021-04-13T07:38:41+01:00

2021-04-13 06:40:18 UTC

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

2021-04-13 06:40:20 UTC

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

2021-04-13 06:40:21 UTC

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

2021-04-13 06:40:23 UTC

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

2021-04-13 06:40:30 UTC

|4 BUILD_DATE=2021-04-13T07:38:41+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=4928c559-ls11 /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-04-13 06:40:31 UTC

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

2021-04-13 06:40:32 UTC

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

2021-04-13 06:40:46 UTC

|4 BUILD_DATE=2021-04-13T07:38:41+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=4928c559-ls11 /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-04-13 06:40:49 UTC

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

2021-04-13 06:40:51 UTC

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

2021-04-18 07:38:58 UTC

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

2021-04-18 07:39:01 UTC

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

2021-04-18 07:39:09 UTC

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

2021-04-18 07:39:10 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.4_p1-r3-ls48 Build-date:- 2021-04-18T03:37:42-04:00

2021-04-18 07:39:12 UTC

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

2021-04-18 07:39:22 UTC

|3 BUILD_DATE=2021-04-18T03:37:42-04:00 OPENSSH_RELEASE=8.4_p1-r3 VERSION=8.4_p1-r3-ls48 /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.13/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:openssh-server$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache openssh-client==${OPENSSH_RELEASE} 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/*

2021-04-18 07:39:26 UTC

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

2021-04-18 07:39:28 UTC

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

2021-04-18 07:39:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-18T03:37:42-04:00

2021-04-18 07:39:37 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-04-18 07:39:38 UTC

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

2021-04-18 07:39:42 UTC

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

2021-04-18 07:39:44 UTC

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

2021-04-18 07:39:47 UTC

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

2021-04-18 07:39:53 UTC

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

2021-04-18 07:39:57 UTC

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

2021-04-18 07:40:01 UTC

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

2021-04-18 07:40:04 UTC

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

2021-04-18 07:40:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8.4_p1-r3-ls48

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