Namespace
linuxserver
Image / Tag
openssh-server:arm32v7-9.0_p1-r2-ls98
Content Digest
sha256:7ff93eadf7f893591f34f1b1273bf13921392e28b1ceda7dcb2aa436ec4036bc
Details
Created

2022-11-20 07:29:03 UTC

Size

13.1 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:4d3188136ee34a3320e8081e2c638b3ef1f8b9b9b9959c89128e89a1c575a80a - 38.99% (5.11 MB)

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

[#002] sha256:2b8a4c14412428b7facef3af8e38bddea69d6a22b7d5db192f7c7c60179acbde - 39.69% (5.2 MB)

[#003] sha256:dc05e0297a673cf27e46cda316b9d611762b5e88fd91e2699241c3fd76e37773 - 0.03% (4.47 KB)

[#004] sha256:82fdf3bb5310b8aac960256814aa1b6601c629c798dddbd77dac37887805286e - 21.24% (2.78 MB)

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


History
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

ARG VERSION

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 16c25840-ls30 Build-date:- 2022-11-15T07:34:27+01:00

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

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:35:56 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-11-15T07:34:27+01:00 VERSION=16c25840-ls30 MODS_VERSION=v3 /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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2022-11-15 06:35:56 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-11-15 06:35:56 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-11-20 07:28:59 UTC

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

2022-11-20 07:28:59 UTC

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

2022-11-20 07:28:59 UTC

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

2022-11-20 07:29:00 UTC

/bin/sh -c #(nop) 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

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

2022-11-20 07:29:01 UTC

|3 BUILD_DATE=2022-11-20T01:27:44-06:00 OPENSSH_RELEASE=9.0_p1-r2 VERSION=9.0_p1-r2-ls98 /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/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/*

2022-11-20 07:29:02 UTC

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

2022-11-20 07:29:02 UTC

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

2022-11-20 07:29:02 UTC

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

2022-11-20 07:29:02 UTC

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

2022-11-20 07:29:02 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-20T01:27:44-06:00

2022-11-20 07:29:02 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-11-20 07:29:02 UTC

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

2022-11-20 07:29:02 UTC

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

2022-11-20 07:29:03 UTC

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

2022-11-20 07:29:03 UTC

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

2022-11-20 07:29:03 UTC

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

2022-11-20 07:29:03 UTC

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

2022-11-20 07:29:03 UTC

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

2022-11-20 07:29:03 UTC

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

2022-11-20 07:29:03 UTC

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

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