Namespace
linuxserver
Image / Tag
openssh-server:amd64-8.8_p1-r1-ls88
Content Digest
sha256:88d3db2ca2990c1373fd84e3139ffb3a6dd4063c2b396e9e60d37e82aafe4289
Details
Created

2022-08-07 07:30:03 UTC

Size

11.8 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.8_p1-r1-ls88 Build-date:- 2022-08-07T09:29:03+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-08-07T09:29:03+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
    89af8b67207a56d8080fcedb5486d83850294564
  • org.opencontainers.image.revision
    89af8b67207a56d8080fcedb5486d83850294564
  • 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-ls88

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

TERM

xterm


Layers

[#000] sha256:06a3dd39c60c166aa2c92dea35a6c8e5a39bb7997c0f4dedf32e9ce5ca122fe2 - 43.27% (5.1 MB)

[#001] sha256:933b1c5ee7a56e4725e6ad8c8417c70f0726f625a5b747af5020286d72039e0a - 32.33% (3.81 MB)

[#002] sha256:1101001f4a41d0e7e0c01d64ca29f19af00c40faf3bc1a319df365de14d1e703 - 0.04% (5.23 KB)

[#003] sha256:8fb578c146bed2608bfadaf41809343da35ffde5c4d9880efd5694d79f03ef13 - 24.34% (2.87 MB)

[#004] sha256:e03d21d232146b5712bceabc2e9fa02153fbc587e112508be76ff52835780459 - 0.02% (2.51 KB)


History
2022-07-31 10:56:24 UTC

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

2022-07-31 10:56:25 UTC

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

2022-07-31 10:56:25 UTC

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

2022-07-31 10:56:25 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9c795646-ls21 Build-date:- 2022-07-31T10:55:26+00:00

2022-07-31 10:56:25 UTC

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

2022-07-31 10:56:25 UTC

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

2022-07-31 10:56:27 UTC

|2 BUILD_DATE=2022-07-31T10:55:26+00:00 VERSION=9c795646-ls21 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl 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 && echo "**** cleanup ****" && rm -rf /tmp/*

2022-07-31 10:56:27 UTC

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

2022-07-31 10:56:27 UTC

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

2022-07-31 10:56:27 UTC

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

2022-07-31 10:56:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-31T10:55:26+00:00

2022-07-31 10:56:28 UTC

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

2022-07-31 10:56:28 UTC

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

2022-07-31 10:56:28 UTC

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

2022-07-31 10:56:28 UTC

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

2022-07-31 10:56:28 UTC

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

2022-07-31 10:56:28 UTC

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

2022-07-31 10:56:28 UTC

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

2022-07-31 10:56:28 UTC

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

2022-07-31 10:56:29 UTC

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

2022-07-31 10:56:29 UTC

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

2022-08-07 07:29:57 UTC

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

2022-08-07 07:29:57 UTC

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

2022-08-07 07:29:57 UTC

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

2022-08-07 07:29:57 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.8_p1-r1-ls88 Build-date:- 2022-08-07T09:29:03+02:00

2022-08-07 07:29:58 UTC

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

2022-08-07 07:30:00 UTC

|3 BUILD_DATE=2022-08-07T09:29:03+02:00 OPENSSH_RELEASE=8.8_p1-r1 VERSION=8.8_p1-r1-ls88 /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/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-08-07 07:30:00 UTC

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

2022-08-07 07:30:00 UTC

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

2022-08-07 07:30:00 UTC

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

2022-08-07 07:30:00 UTC

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

2022-08-07 07:30:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-07T09:29:03+02:00

2022-08-07 07:30:01 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-08-07 07:30:01 UTC

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

2022-08-07 07:30:01 UTC

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

2022-08-07 07:30:01 UTC

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

2022-08-07 07:30:02 UTC

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

2022-08-07 07:30:02 UTC

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

2022-08-07 07:30:02 UTC

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

2022-08-07 07:30:02 UTC

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

2022-08-07 07:30:02 UTC

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

2022-08-07 07:30:03 UTC

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

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