Namespace
linuxserver
Image / Tag
openssh-server:amd64-9.0_p1-r2-ls96
Content Digest
sha256:fdedce42f9f5773f06ac1cd451fc78d4ce22bc3759fbc45bab559c218a5c333b
Details
Created

2022-11-06 07:30:08 UTC

Size

12.8 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 9.0_p1-r2-ls96 Build-date:- 2022-11-06T08:29:03+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-06T08:29:03+01: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
    8fc287b1e2688d9a11cadb201bcc843366baedfb
  • org.opencontainers.image.revision
    8fc287b1e2688d9a11cadb201bcc843366baedfb
  • 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-ls96

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:87124b5e65a1215ef40c654201940c310d2420ad3fa3790dce48e2c6732388a2 - 39.83% (5.1 MB)

[#001] sha256:b7321b7e83dbbe672934258cca0e204684a93dda942c89de1069ead439cff755 - 0.02% (2.96 KB)

[#002] sha256:1c2baba857473e7701c35f0752e24236cd6ff12f8350cd591041992ffb67df45 - 33.81% (4.33 MB)

[#003] sha256:6ea37668a2cd64c20a0aa5cff4b042d4ecccc605d458fe3b3597a73188cdee17 - 0.03% (4.46 KB)

[#004] sha256:6674b238a574e54f4d038c4ab290bdc76f13b5874f4bef58bd08a99105fae7e0 - 26.28% (3.36 MB)

[#005] sha256:f9fa46763cc2b737f0aa851ad53c97f5d9484f0615f2f90cef2f0861e790cd0e - 0.02% (3.06 KB)


History
2022-10-30 18:01:23 UTC

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

2022-10-30 18:01:23 UTC

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

2022-10-30 18:01:23 UTC

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

2022-10-30 18:01:23 UTC

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

2022-10-30 18:01:23 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9c04774e-ls28 Build-date:- 2022-10-30T19:00:08+01:00

2022-10-30 18:01:23 UTC

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

2022-10-30 18:01:23 UTC

/bin/sh -c #(nop) ADD 55d5f6f8d6a262378879fc62d30c0846580f591fa166bdea3205bf77efc613eb in /docker-mods

2022-10-30 18:01:24 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-10-30 18:01:26 UTC

|3 BUILD_DATE=2022-10-30T19:00:08+01:00 MODS_VERSION=v3 VERSION=9c04774e-ls28 /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 "**** cleanup ****" && rm -rf /tmp/*

2022-10-30 18:01:26 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-30T19:00:08+01:00

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:28 UTC

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

2022-10-30 18:01:28 UTC

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

2022-10-30 18:01:28 UTC

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

2022-10-30 18:01:28 UTC

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

2022-10-30 18:01:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=9c04774e-ls28

2022-11-06 07:30:02 UTC

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

2022-11-06 07:30:02 UTC

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

2022-11-06 07:30:02 UTC

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

2022-11-06 07:30:03 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9.0_p1-r2-ls96 Build-date:- 2022-11-06T08:29:03+01:00

2022-11-06 07:30:03 UTC

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

2022-11-06 07:30:05 UTC

|3 BUILD_DATE=2022-11-06T08:29:03+01:00 OPENSSH_RELEASE=9.0_p1-r2 VERSION=9.0_p1-r2-ls96 /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/x86_64/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-06 07:30:06 UTC

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

2022-11-06 07:30:06 UTC

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

2022-11-06 07:30:06 UTC

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

2022-11-06 07:30:06 UTC

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

2022-11-06 07:30:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-06T08:29:03+01:00

2022-11-06 07:30:06 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-06 07:30:06 UTC

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

2022-11-06 07:30:07 UTC

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

2022-11-06 07:30:07 UTC

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

2022-11-06 07:30:07 UTC

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

2022-11-06 07:30:07 UTC

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

2022-11-06 07:30:07 UTC

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

2022-11-06 07:30:07 UTC

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

2022-11-06 07:30:07 UTC

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

2022-11-06 07:30:08 UTC

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

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