Namespace
linuxserver
Image / Tag
openssh-server:arm32v7-version-8.8_p1-r1
Content Digest
sha256:168feb7056c909b1344d40021ba520e028d72bc49d0b467e0efa3a8c2f2100f1
Details
Created

2022-09-18 07:34:14 UTC

Size

12.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8.8_p1-r1-ls93 Build-date:- 2022-09-18T09:32:44+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-09-18T09:32:44+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
    19e35c0e463baa7083fc9eaa6a32664b6e124639
  • org.opencontainers.image.revision
    19e35c0e463baa7083fc9eaa6a32664b6e124639
  • 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-ls93

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:7ba62ee0125aa8e3ce83c98f62066f58adc60fd75a57d7646ca78f2b72cf3f47 - 40.42% (5.08 MB)

[#001] sha256:b3b06a5d426f5e75f77731576a7e2edc8f8296af43a096d4fe2ecbf5bf608542 - 38.68% (4.86 MB)

[#002] sha256:e07a1870c6c7dd2eacc8f71119f31f0fc343c1da40a7678861993e344449f5aa - 0.05% (5.79 KB)

[#003] sha256:00daa1b61055d2c6884c10807fb175781efeeb8b8f1bdfedb9de402841ec0e0c - 20.83% (2.62 MB)

[#004] sha256:bb4a1492abb9cad2a9bd0991e800f67062d8d614c450160dd2013d41eb668f83 - 0.02% (2.48 KB)


History
2022-09-13 12:05:36 UTC

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

2022-09-13 12:05:36 UTC

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

2022-09-13 12:05:37 UTC

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

2022-09-13 12:05:37 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fb70a18b-ls30 Build-date:- 2022-09-13T07:03:55-05:00

2022-09-13 12:05:37 UTC

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

2022-09-13 12:05:37 UTC

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

2022-09-13 12:05:43 UTC

|2 BUILD_DATE=2022-09-13T07:03:55-05:00 VERSION=fb70a18b-ls30 /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 "**** 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/*

2022-09-13 12:05:44 UTC

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

2022-09-13 12:05:44 UTC

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

2022-09-13 12:05:44 UTC

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

2022-09-13 12:05:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-13T07:03:55-05:00

2022-09-13 12:05:45 UTC

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

2022-09-13 12:05:45 UTC

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

2022-09-13 12:05:46 UTC

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

2022-09-13 12:05:46 UTC

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

2022-09-13 12:05:46 UTC

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

2022-09-13 12:05:46 UTC

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

2022-09-13 12:05:47 UTC

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

2022-09-13 12:05:47 UTC

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

2022-09-13 12:05:47 UTC

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

2022-09-13 12:05:47 UTC

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

2022-09-18 07:33:52 UTC

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

2022-09-18 07:33:53 UTC

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

2022-09-18 07:33:54 UTC

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

2022-09-18 07:33:55 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.8_p1-r1-ls93 Build-date:- 2022-09-18T09:32:44+02:00

2022-09-18 07:33:56 UTC

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

2022-09-18 07:33:59 UTC

|3 BUILD_DATE=2022-09-18T09:32:44+02:00 OPENSSH_RELEASE=8.8_p1-r1 VERSION=8.8_p1-r1-ls93 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl 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.15/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-09-18 07:34:01 UTC

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

2022-09-18 07:34:01 UTC

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

2022-09-18 07:34:02 UTC

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

2022-09-18 07:34:03 UTC

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

2022-09-18 07:34:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-18T09:32:44+02:00

2022-09-18 07:34:05 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-09-18 07:34:06 UTC

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

2022-09-18 07:34:07 UTC

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

2022-09-18 07:34:08 UTC

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

2022-09-18 07:34:09 UTC

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

2022-09-18 07:34:10 UTC

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

2022-09-18 07:34:11 UTC

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

2022-09-18 07:34:12 UTC

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

2022-09-18 07:34:13 UTC

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

2022-09-18 07:34:14 UTC

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

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