Namespace
linuxserver
Image / Tag
openssh-server:arm64v8-9.0_p1-r2-ls97
Content Digest
sha256:da2d45b430bbc82ae2a2b8623aa7634ebc0904c0d4fdc58cb0c3c0ed8b165c91
Details
Created

2022-11-13 07:32:25 UTC

Size

14.4 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 9.0_p1-r2-ls97 Build-date:- 2022-11-13T01:31:11-06:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-13T01:31:11-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
    9cccd5f145c2ba8cf35dcd03d7d49975e62187d4
  • org.opencontainers.image.revision
    9cccd5f145c2ba8cf35dcd03d7d49975e62187d4
  • 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-ls97

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:ce322b6154a6d1ce964b6c0d936f245162daeeec85d1cea726b96d4e2e17f9b5 - 36.99% (5.33 MB)

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

[#002] sha256:6ed21c2de095bab605baa639910a1444980110188a5f67e82b1d511201d2e016 - 39.85% (5.75 MB)

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

[#004] sha256:2be193784089724d6b927bf014381283f111762e863f5b587be98b5a56204ffe - 23.09% (3.33 MB)

[#005] sha256:ab377cfee62810035ff57681e56a0376d1dbc76683a798c97e083851d1dceb65 - 0.02% (3.09 KB)


History
2022-11-08 06:40:30 UTC

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

2022-11-08 06:40:30 UTC

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

2022-11-08 06:40:30 UTC

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

2022-11-08 06:40:30 UTC

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

2022-11-08 06:40:30 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 67d1538e-ls29 Build-date:- 2022-11-08T00:39:06-06:00

2022-11-08 06:40:30 UTC

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

2022-11-08 06:40:31 UTC

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

2022-11-08 06:40:31 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-08 06:40:33 UTC

|3 BUILD_DATE=2022-11-08T00:39:06-06:00 MODS_VERSION=v3 VERSION=67d1538e-ls29 /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-08 06:40:33 UTC

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

2022-11-08 06:40:33 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-08T00:39:06-06:00

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:35 UTC

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

2022-11-08 06:40:35 UTC

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

2022-11-08 06:40:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=67d1538e-ls29

2022-11-13 07:32:25 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-11-13 07:32:25 UTC (buildkit.dockerfile.v0)

ARG VERSION

2022-11-13 07:32:25 UTC (buildkit.dockerfile.v0)

ARG OPENSSH_RELEASE

2022-11-13 07:32:25 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 9.0_p1-r2-ls97 Build-date:- 2022-11-13T01:31:11-06:00

2022-11-13 07:32:25 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2022-11-13 07:32:25 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-11-13T01:31:11-06:00 VERSION=9.0_p1-r2-ls97 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-13 07:32:25 UTC (buildkit.dockerfile.v0)

COPY /root / # buildkit

2022-11-13 07:32:25 UTC (buildkit.dockerfile.v0)

EXPOSE map[2222/tcp:{}]

2022-11-13 07:32:25 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