Namespace
linuxserver
Image / Tag
openssh-server:arm64v8-8.8_p1-r1-ls80
Content Digest
sha256:112205901526ad582837081b867c9c1139d193e301a909e21d6084c70531570b
Details
Created

2022-05-15 07:31:48 UTC

Size

16.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.8_p1-r1-ls80 Build-date:- 2022-05-15T09:30:13+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-15T09:30:13+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
    7037eb6a3cb0fc9089c85c9d0cab7f093522b2d9
  • org.opencontainers.image.revision
    7037eb6a3cb0fc9089c85c9d0cab7f093522b2d9
  • 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-ls80

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:2652475af17a31f9615c5ed451fe4eabb089e3d58ecc4e439e24b4da2f21a175 - 16.44% (2.71 MB)

[#001] sha256:5b0b1ccf3f1b890137c9183ea89ab9462db200c0aa346afc609bf291f0f4bbc5 - 13.04% (2.15 MB)

[#002] sha256:50dccb906d1e8a1fc21ab8a9cf3c1db3d695c6b7deae7ff431464b3c83de526d - 12.77% (2.1 MB)

[#003] sha256:2c1b84deb13daddbdb23ad6aa6f14369d4d65f7b5682f3fc0ac48203cdaa1a3f - 0.0% (413 Bytes)

[#004] sha256:fef1f1cae5dc74f84416ae89fe65254a336c533658534bb9efa740888e3c3262 - 28.59% (4.71 MB)

[#005] sha256:c553702bb42636038c22e6ae0576225d86d5f411d32494c7f11fc157d383d410 - 0.02% (3.63 KB)

[#006] sha256:7bf2fc62829fb0ca5ec55b12a618cd8c1e1528f3f22e3a36a670c15d696fd976 - 29.12% (4.79 MB)

[#007] sha256:61f549801c0b9f9765433e9a1bf0331187662979f7aeddcfc23200dab96598bc - 0.01% (2.48 KB)


History
2022-05-03 06:35:37 UTC

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

2022-05-03 06:35:37 UTC

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

2022-05-03 06:35:38 UTC

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

2022-05-03 06:35:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5238694f-ls14 Build-date:- 2022-05-03T08:34:20+02:00

2022-05-03 06:35:40 UTC

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

2022-05-03 06:35:41 UTC

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

2022-05-03 06:35:42 UTC

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

2022-05-03 06:35:45 UTC

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

2022-05-03 06:35:45 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-05-03 06:35:47 UTC

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

2022-05-03 06:35:47 UTC

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

2022-05-03 06:35:52 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /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/*

2022-05-03 06:35:54 UTC

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

2022-05-03 06:35:54 UTC

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

2022-05-03 06:35:55 UTC

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

2022-05-03 06:35:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-03T08:34:20+02:00

2022-05-03 06:35:57 UTC

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

2022-05-03 06:35:58 UTC

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

2022-05-03 06:35:59 UTC

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

2022-05-03 06:36:00 UTC

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

2022-05-03 06:36:01 UTC

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

2022-05-03 06:36:02 UTC

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

2022-05-03 06:36:03 UTC

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

2022-05-03 06:36:04 UTC

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

2022-05-03 06:36:05 UTC

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

2022-05-03 06:36:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5238694f-ls14

2022-05-15 07:31:28 UTC

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

2022-05-15 07:31:28 UTC

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

2022-05-15 07:31:29 UTC

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

2022-05-15 07:31:30 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.8_p1-r1-ls80 Build-date:- 2022-05-15T09:30:13+02:00

2022-05-15 07:31:31 UTC

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

2022-05-15 07:31:34 UTC

|3 BUILD_DATE=2022-05-15T09:30:13+02:00 OPENSSH_RELEASE=8.8_p1-r1 VERSION=8.8_p1-r1-ls80 /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-05-15 07:31:35 UTC

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

2022-05-15 07:31:35 UTC

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

2022-05-15 07:31:36 UTC

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

2022-05-15 07:31:37 UTC

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

2022-05-15 07:31:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-15T09:30:13+02:00

2022-05-15 07:31:39 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-05-15 07:31:40 UTC

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

2022-05-15 07:31:41 UTC

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

2022-05-15 07:31:42 UTC

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

2022-05-15 07:31:43 UTC

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

2022-05-15 07:31:44 UTC

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

2022-05-15 07:31:45 UTC

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

2022-05-15 07:31:46 UTC

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

2022-05-15 07:31:47 UTC

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

2022-05-15 07:31:48 UTC

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

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