Namespace
linuxserver
Image / Tag
openssh-server:arm64v8-9.0_p1-r2-ls98
Content Digest
sha256:2aae9c074c20a3a497e6a726cb20f0dc70fc4cdd781a73136eb8f9965dfd3792
Details
Created

2022-11-20 07:29:00 UTC

Size

14 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 9.0_p1-r2-ls98 Build-date:- 2022-11-20T01:27:44-06:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-20T01:27:44-06: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
    fa5c7d9686311b4fe9df0f0ae751dd5acd2c93f8
  • org.opencontainers.image.revision
    fa5c7d9686311b4fe9df0f0ae751dd5acd2c93f8
  • 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
    9.0_p1-r2-ls98

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

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm


Layers

[#000] sha256:b356fb4a736517cff916493c642a527977951034744a1eb288d38b66c954422d - 37.98% (5.33 MB)

[#001] sha256:55b1bff96c0837f146f7f0b720f04b15d0cc8c6c2f0b7261097f869e3c41dfe3 - 0.02% (3.16 KB)

[#002] sha256:1b2bd475784622d28d1979d6196fe253ce8c578370eb78f3490dcef07b1f7cf1 - 40.93% (5.75 MB)

[#003] sha256:952f727b3da5af94dcb044d64e14728a4025049c8a4ba5500bc5d9918fe78563 - 0.03% (4.46 KB)

[#004] sha256:9a74fc18709d4c8b5e2ede5d44baa8716416eac080310eb8cbf77aab93539b54 - 21.01% (2.95 MB)

[#005] sha256:bd6561ff6022b1eaf42f6b1c5827a10ac8d0373b5b23b660cb7571804cd5768d - 0.02% (3.08 KB)


History
2022-11-15 06:35:57 UTC

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

2022-11-15 06:35:58 UTC

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

2022-11-15 06:35:59 UTC

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

2022-11-15 06:36:00 UTC

/bin/sh -c #(nop) ARG MODS_VERSION=v3

2022-11-15 06:36:01 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 16c25840-ls30 Build-date:- 2022-11-15T07:34:27+01:00

2022-11-15 06:36:02 UTC

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

2022-11-15 06:36:04 UTC

/bin/sh -c #(nop) ADD 67183683f126bd923d1bbf876334979e150f8166b74653634c96ff37a0bdc6ce in /docker-mods

2022-11-15 06:36:04 UTC

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

2022-11-15 06:36:14 UTC

|3 BUILD_DATE=2022-11-15T07:34:27+01:00 MODS_VERSION=v3 VERSION=16c25840-ls30 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl jq 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 && chmod +x /docker-mods && 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-11-15 06:36:15 UTC

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

2022-11-15 06:36:15 UTC

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

2022-11-15 06:36:16 UTC

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

2022-11-15 06:36:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-15T07:34:27+01:00

2022-11-15 06:36:18 UTC

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

2022-11-15 06:36:19 UTC

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

2022-11-15 06:36:20 UTC

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

2022-11-15 06:36:21 UTC

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

2022-11-15 06:36:22 UTC

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

2022-11-15 06:36:23 UTC

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

2022-11-15 06:36:24 UTC

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

2022-11-15 06:36:25 UTC

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

2022-11-15 06:36:26 UTC

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

2022-11-15 06:36:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=16c25840-ls30

2022-11-20 07:29:00 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-11-20 07:29:00 UTC (buildkit.dockerfile.v0)

ARG VERSION

2022-11-20 07:29:00 UTC (buildkit.dockerfile.v0)

ARG OPENSSH_RELEASE

2022-11-20 07:29:00 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 9.0_p1-r2-ls98 Build-date:- 2022-11-20T01:27:44-06:00

2022-11-20 07:29:00 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2022-11-20 07:29:00 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-11-20T01:27:44-06:00 VERSION=9.0_p1-r2-ls98 OPENSSH_RELEASE=9.0_p1-r2 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade logrotate nano netcat-openbsd sudo && echo "**** install openssh-server ****" && if [ -z ${OPENSSH_RELEASE+x} ]; then OPENSSH_RELEASE=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.16/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/* # buildkit

2022-11-20 07:29:00 UTC (buildkit.dockerfile.v0)

COPY /root / # buildkit

2022-11-20 07:29:00 UTC (buildkit.dockerfile.v0)

EXPOSE map[2222/tcp:{}]

2022-11-20 07:29:00 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

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