2022-08-28 07:31:06 UTC
11.7 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
TERMxterm
[#000] sha256:4edf386bc239e418c7812b0d005f6079f4982053232d789a69f2c50dfeebd2e5 - 43.48% (5.1 MB)
[#001] sha256:34d95b6b341774fb149b461cced92e5388bccdf49606afb9229d85a9553e0fda - 32.42% (3.8 MB)
[#002] sha256:94e9580e7342df1d5c2e851be320a631ac01352ad9f0f78177772e8a5694a000 - 0.04% (5.24 KB)
[#003] sha256:abf6c9875c79fd21567349c69e502b06d01d1d44868fe1cde6f615ed2f68be1c - 24.03% (2.82 MB)
[#004] sha256:f182fc3e01741508b561b4c52d4984d47828bf1c21138938f8d4d9533754d41b - 0.02% (2.51 KB)
/bin/sh -c #(nop) COPY dir:b1530cdb82f730ef8c6d51e4ecd2ca23a058b46ea2ce558f940d70a1921f6b79 in /
2022-08-27 15:14:46 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-27 15:14:46 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-27 15:14:47 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f67f7de2-ls25 Build-date:- 2022-08-27T10:13:24-05:00
2022-08-27 15:14:47 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-08-27 15:14:47 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-08-27 15:14:49 UTC|2 BUILD_DATE=2022-08-27T10:13:24-05:00 VERSION=f67f7de2-ls25 /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-08-27 15:14:49 UTC/bin/sh -c #(nop) COPY dir:149a3a1803b0320ba7997df5aaf6fe59cf634e33e0ee3248a1e0aeb515f2f60b in /
2022-08-27 15:14:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-08-27 15:14:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-27 15:14:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-27T10:13:24-05:00
2022-08-27 15:14:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-08-27 15:14:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-08-27 15:14:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-27 15:14:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=243ca1ce11b0292050acde76cad41c5b1e664b3a
2022-08-27 15:14:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=243ca1ce11b0292050acde76cad41c5b1e664b3a
2022-08-27 15:14:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-08-27 15:14:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-08-27 15:14:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-08-27 15:14:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-27 15:14:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f67f7de2-ls25
2022-08-28 07:31:03 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-28 07:31:03 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-28 07:31:03 UTC/bin/sh -c #(nop) ARG OPENSSH_RELEASE
2022-08-28 07:31:03 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.8_p1-r1-ls90 Build-date:- 2022-08-28T02:30:00-05:00
2022-08-28 07:31:03 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-08-28 07:31:05 UTC|3 BUILD_DATE=2022-08-28T02:30:00-05:00 OPENSSH_RELEASE=8.8_p1-r1 VERSION=8.8_p1-r1-ls90 /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-28 07:31:05 UTC/bin/sh -c #(nop) COPY dir:80109287d5fca95536cf763792237f83e86fbd23d1498ce4c5bb76ad81350d1f in /
2022-08-28 07:31:05 UTC/bin/sh -c #(nop) EXPOSE 2222
2022-08-28 07:31:05 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-08-28 07:31:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-28 07:31:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-28T02:30:00-05:00
2022-08-28 07:31: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-08-28 07:31:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-openssh-server
2022-08-28 07:31:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-28 07:31:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=73c351469d7d6353fc9f20a1bf6994824bd667e3
2022-08-28 07:31:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=73c351469d7d6353fc9f20a1bf6994824bd667e3
2022-08-28 07:31:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-openssh-server
2022-08-28 07:31:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Openssh-server
2022-08-28 07:31:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-openssh-server/packages
2022-08-28 07:31:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-28 07:31:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8.8_p1-r1-ls90
2022-08-28 07:31:32 UTC
12.5 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
TERMxterm
[#000] sha256:e3bac335abd2be29f5a4286b324d211e95ca06fbde206cd5a672a31fa2b9cb1f - 40.61% (5.08 MB)
[#001] sha256:6040bfcef642b3baecebd45cad725939e6f769cd5ecbf86fe55f382eca4c0de5 - 38.86% (4.86 MB)
[#002] sha256:01736cd1e274b77501568f0e2c10e2529e2d85ce8fa60c8865f6a996037b9542 - 0.04% (5.07 KB)
[#003] sha256:77319d6ca61861472715437038d846afe3dbc76e6f151698115984211dc512bd - 20.47% (2.56 MB)
[#004] sha256:8580226b5737d41c1eb01155c2bf5a0da0a21a01884c5e564b2822d83a77ecd4 - 0.02% (2.48 KB)
/bin/sh -c #(nop) COPY dir:c1c92b0492e54509088e6616b176f48821749a141b6ac78e99f9d075a326eb8d in /
2022-08-27 15:15:06 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-27 15:15:07 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-27 15:15:08 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f67f7de2-ls25 Build-date:- 2022-08-27T10:13:24-05:00
2022-08-27 15:15:09 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-08-27 15:15:10 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-08-27 15:15:14 UTC|2 BUILD_DATE=2022-08-27T10:13:24-05:00 VERSION=f67f7de2-ls25 /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-08-27 15:15:15 UTC/bin/sh -c #(nop) COPY dir:149a3a1803b0320ba7997df5aaf6fe59cf634e33e0ee3248a1e0aeb515f2f60b in /
2022-08-27 15:15:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-08-27 15:15:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-27 15:15:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-27T10:13:24-05:00
2022-08-27 15:15:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-08-27 15:15:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-08-27 15:15:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-27 15:15:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=243ca1ce11b0292050acde76cad41c5b1e664b3a
2022-08-27 15:15:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=243ca1ce11b0292050acde76cad41c5b1e664b3a
2022-08-27 15:15:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-08-27 15:15:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-08-27 15:15:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-08-27 15:15:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-27 15:15:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f67f7de2-ls25
2022-08-28 07:31:11 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-28 07:31:12 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-28 07:31:13 UTC/bin/sh -c #(nop) ARG OPENSSH_RELEASE
2022-08-28 07:31:14 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.8_p1-r1-ls90 Build-date:- 2022-08-28T02:30:00-05:00
2022-08-28 07:31:15 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-08-28 07:31:18 UTC|3 BUILD_DATE=2022-08-28T02:30:00-05:00 OPENSSH_RELEASE=8.8_p1-r1 VERSION=8.8_p1-r1-ls90 /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/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-08-28 07:31:19 UTC/bin/sh -c #(nop) COPY dir:80109287d5fca95536cf763792237f83e86fbd23d1498ce4c5bb76ad81350d1f in /
2022-08-28 07:31:19 UTC/bin/sh -c #(nop) EXPOSE 2222
2022-08-28 07:31:20 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-08-28 07:31:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-28 07:31:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-28T02:30:00-05:00
2022-08-28 07:31:23 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-28 07:31:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-openssh-server
2022-08-28 07:31:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-28 07:31:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=73c351469d7d6353fc9f20a1bf6994824bd667e3
2022-08-28 07:31:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=73c351469d7d6353fc9f20a1bf6994824bd667e3
2022-08-28 07:31:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-openssh-server
2022-08-28 07:31:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Openssh-server
2022-08-28 07:31:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-openssh-server/packages
2022-08-28 07:31:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-28 07:31:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8.8_p1-r1-ls90
2022-08-28 07:31:12 UTC
13.5 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
TERMxterm
[#000] sha256:d845a288434f715a73f07836ee50e154f987bc789d78f982f6e5e10e856a2001 - 39.24% (5.31 MB)
[#001] sha256:acb52c53b781d619716590133101df39099997a32da2ad6aecde0e1a36a5badb - 40.28% (5.45 MB)
[#002] sha256:bf5644d32dbec42a85dca5235eaedbee3bd81f509d6df98570c1315d20e66508 - 0.04% (5.27 KB)
[#003] sha256:317b6b0056cf675f16be35228333e452f6bcdeef55ec92da2866cdb5cc7c779c - 20.42% (2.76 MB)
[#004] sha256:a5d6aae903b70905b2622893b4e54c933de9394c8a07e774ead445aec8d53dc1 - 0.02% (2.51 KB)
/bin/sh -c #(nop) COPY dir:70138632afa95e0ebbb0d0f6f521577a94066efeb16a8a7c61d610d432fe9c92 in /
2022-08-27 15:14:48 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-27 15:14:48 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-27 15:14:49 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f67f7de2-ls25 Build-date:- 2022-08-27T10:13:24-05:00
2022-08-27 15:14:49 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-08-27 15:14:49 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-08-27 15:14:52 UTC|2 BUILD_DATE=2022-08-27T10:13:24-05:00 VERSION=f67f7de2-ls25 /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-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-08-27 15:14:52 UTC/bin/sh -c #(nop) COPY dir:149a3a1803b0320ba7997df5aaf6fe59cf634e33e0ee3248a1e0aeb515f2f60b in /
2022-08-27 15:14:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-08-27 15:14:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-27 15:14:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-27T10:13:24-05:00
2022-08-27 15:14:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-08-27 15:14:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-08-27 15:14:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-27 15:14:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=243ca1ce11b0292050acde76cad41c5b1e664b3a
2022-08-27 15:14:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=243ca1ce11b0292050acde76cad41c5b1e664b3a
2022-08-27 15:14:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-08-27 15:14:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-08-27 15:14:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-08-27 15:14:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-27 15:14:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f67f7de2-ls25
2022-08-28 07:31:07 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-28 07:31:07 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-28 07:31:07 UTC/bin/sh -c #(nop) ARG OPENSSH_RELEASE
2022-08-28 07:31:07 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.8_p1-r1-ls90 Build-date:- 2022-08-28T02:30:00-05:00
2022-08-28 07:31:07 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-08-28 07:31:09 UTC|3 BUILD_DATE=2022-08-28T02:30:00-05:00 OPENSSH_RELEASE=8.8_p1-r1 VERSION=8.8_p1-r1-ls90 /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/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/*
2022-08-28 07:31:10 UTC/bin/sh -c #(nop) COPY dir:80109287d5fca95536cf763792237f83e86fbd23d1498ce4c5bb76ad81350d1f in /
2022-08-28 07:31:10 UTC/bin/sh -c #(nop) EXPOSE 2222
2022-08-28 07:31:10 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-08-28 07:31:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-28 07:31:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-28T02:30:00-05:00
2022-08-28 07:31:10 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-28 07:31:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-openssh-server
2022-08-28 07:31:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-28 07:31:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=73c351469d7d6353fc9f20a1bf6994824bd667e3
2022-08-28 07:31:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=73c351469d7d6353fc9f20a1bf6994824bd667e3
2022-08-28 07:31:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-openssh-server
2022-08-28 07:31:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Openssh-server
2022-08-28 07:31:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-openssh-server/packages
2022-08-28 07:31:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-28 07:31:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8.8_p1-r1-ls90
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.