2022-07-18 19:06:02 UTC
11.9 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:589875fa2aa4a1db73025cfc2274398ea04959e297f8b76279485c9452d38245 - 42.65% (5.09 MB)
[#001] sha256:a0a18eac39b4300157ffdb95cc4516cfd29e1dcdd3074f1c4b6cc7d975c2d319 - 31.81% (3.8 MB)
[#002] sha256:1acbb39801e6387cd071059b727b9e3a045ec567c59440a25927d847c0664277 - 0.03% (4.19 KB)
[#003] sha256:a4df41f630544b047500870b6dbaecb9af35e9ba57f1061e5d4cb22daa6c129c - 25.49% (3.04 MB)
[#004] sha256:d60483b109ed14557861ef81d8deab2d2896ac07f7b2c4ae84fed12d837c0f88 - 0.02% (2.51 KB)
/bin/sh -c #(nop) COPY dir:dabdd8444e57c62628e909eda145d213c1c8d2b7fdb6f00723d6b9553f4dc9ab in /
2022-07-10 20:57:09 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-10 20:57:09 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-10 20:57:09 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f3c1af80-ls17 Build-date:- 2022-07-10T15:55:52-05:00
2022-07-10 20:57:09 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-10 20:57:09 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-10 20:57:11 UTC|2 BUILD_DATE=2022-07-10T15:55:52-05:00 VERSION=f3c1af80-ls17 /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-10 20:57:12 UTC/bin/sh -c #(nop) COPY dir:83c35abd6a4a74a56fed853176ba0000a1b6cf7b5adb02507daf6aaf822e99c3 in /
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-10T15:55:52-05:00
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=1a517a818b9730bdb3e32bb56332b7fd686aefe6
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1a517a818b9730bdb3e32bb56332b7fd686aefe6
2022-07-10 20:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-10 20:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-10 20:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-10 20:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-10 20:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f3c1af80-ls17
2022-07-18 19:05:56 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-18 19:05:56 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-18 19:05:56 UTC/bin/sh -c #(nop) ARG OPENSSH_RELEASE
2022-07-18 19:05:57 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.8_p1-r1-ls86 Build-date:- 2022-07-18T21:04:56+02:00
2022-07-18 19:05:57 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-18 19:05:59 UTC|3 BUILD_DATE=2022-07-18T21:04:56+02:00 OPENSSH_RELEASE=8.8_p1-r1 VERSION=8.8_p1-r1-ls86 /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-07-18 19:06:00 UTC/bin/sh -c #(nop) COPY dir:80109287d5fca95536cf763792237f83e86fbd23d1498ce4c5bb76ad81350d1f in /
2022-07-18 19:06:00 UTC/bin/sh -c #(nop) EXPOSE 2222
2022-07-18 19:06:00 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-18 19:06:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-18 19:06:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-18T21:04:56+02:00
2022-07-18 19:06: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-07-18 19:06:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-openssh-server
2022-07-18 19:06:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-18 19:06:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=7fbb561de1dbdefb8a7904576f3485b736f719d5
2022-07-18 19:06:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7fbb561de1dbdefb8a7904576f3485b736f719d5
2022-07-18 19:06:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-openssh-server
2022-07-18 19:06:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Openssh-server
2022-07-18 19:06:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-openssh-server/packages
2022-07-18 19:06:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-18 19:06:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8.8_p1-r1-ls86
2022-07-18 19:06:24 UTC
12.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:c5693788718c66ea311b776afecc6d5892da1666b0294d72244d724bb02c90f6 - 40.01% (5.07 MB)
[#001] sha256:2a60615f5f9eefcbdfb1dda177c003cdbe3cda4312af911dd9ebdb1f2c5bde0a - 38.31% (4.86 MB)
[#002] sha256:26f23b2a16c61eaccfaa38e51bb7148b44299dc469d8558ba2c9c780d0dac34c - 0.03% (4.13 KB)
[#003] sha256:64634b33cf84a72e432a6be27ba9914a8e006bfd55ff79c0993b7751bd3c0363 - 21.63% (2.74 MB)
[#004] sha256:efd188e00671548c0a88847fda8080f24b2e3d0408ca137438ace117f96002f7 - 0.02% (2.49 KB)
/bin/sh -c #(nop) COPY dir:554707512e218734ec4565531f575eb34aa0012fe9c1806f1e0eb43d5b3aeb18 in /
2022-07-10 20:57:23 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-10 20:57:24 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-10 20:57:25 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f3c1af80-ls17 Build-date:- 2022-07-10T15:55:52-05:00
2022-07-10 20:57:26 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-10 20:57:27 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-10 20:57:31 UTC|2 BUILD_DATE=2022-07-10T15:55:52-05:00 VERSION=f3c1af80-ls17 /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-07-10 20:57:32 UTC/bin/sh -c #(nop) COPY dir:83c35abd6a4a74a56fed853176ba0000a1b6cf7b5adb02507daf6aaf822e99c3 in /
2022-07-10 20:57:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-10 20:57:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-10 20:57:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-10T15:55:52-05:00
2022-07-10 20:57:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-10 20:57:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-10 20:57:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-10 20:57:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=1a517a818b9730bdb3e32bb56332b7fd686aefe6
2022-07-10 20:57:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1a517a818b9730bdb3e32bb56332b7fd686aefe6
2022-07-10 20:57:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-10 20:57:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-10 20:57:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-10 20:57:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-10 20:57:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f3c1af80-ls17
2022-07-18 19:06:02 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-18 19:06:03 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-18 19:06:04 UTC/bin/sh -c #(nop) ARG OPENSSH_RELEASE
2022-07-18 19:06:05 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.8_p1-r1-ls86 Build-date:- 2022-07-18T21:04:56+02:00
2022-07-18 19:06:06 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-18 19:06:09 UTC|3 BUILD_DATE=2022-07-18T21:04:56+02:00 OPENSSH_RELEASE=8.8_p1-r1 VERSION=8.8_p1-r1-ls86 /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-07-18 19:06:11 UTC/bin/sh -c #(nop) COPY dir:80109287d5fca95536cf763792237f83e86fbd23d1498ce4c5bb76ad81350d1f in /
2022-07-18 19:06:11 UTC/bin/sh -c #(nop) EXPOSE 2222
2022-07-18 19:06:12 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-18 19:06:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-18 19:06:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-18T21:04:56+02:00
2022-07-18 19:06:15 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-07-18 19:06:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-openssh-server
2022-07-18 19:06:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-18 19:06:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=7fbb561de1dbdefb8a7904576f3485b736f719d5
2022-07-18 19:06:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7fbb561de1dbdefb8a7904576f3485b736f719d5
2022-07-18 19:06:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-openssh-server
2022-07-18 19:06:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Openssh-server
2022-07-18 19:06:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-openssh-server/packages
2022-07-18 19:06:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-18 19:06:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8.8_p1-r1-ls86
2022-07-18 19:06:05 UTC
13.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:c4f8bf1045a7dfa55fadda4e4ca3e5490a973dd3d00304f42ecc4c3b4c7aa6fe - 38.6% (5.3 MB)
[#001] sha256:1f3acdcfdf30bfdb7a3f561b202a13267b73beda0b3f77739e1ee5e49a8b1095 - 39.62% (5.44 MB)
[#002] sha256:74353465edc201b7b2689dff251e6fa2e256cb50efc0af75ceea99645fa8a129 - 0.03% (4.19 KB)
[#003] sha256:9f7906bfd1225b6a0d9f3c915bcb146b72b0983f6116fa7d986122b627f5529a - 21.73% (2.99 MB)
[#004] sha256:b88270aa756d1b769747f5855cb75912a4176590b764f8c79accf05a393e3790 - 0.02% (2.52 KB)
/bin/sh -c #(nop) COPY dir:8b2302c3e945d58a1c08ec910f2a8895e17115b06643c87801face665d4c4150 in /
2022-07-10 20:57:08 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-10 20:57:08 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-10 20:57:08 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f3c1af80-ls17 Build-date:- 2022-07-10T15:55:52-05:00
2022-07-10 20:57:08 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-10 20:57:08 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-10 20:57:11 UTC|2 BUILD_DATE=2022-07-10T15:55:52-05:00 VERSION=f3c1af80-ls17 /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-07-10 20:57:11 UTC/bin/sh -c #(nop) COPY dir:83c35abd6a4a74a56fed853176ba0000a1b6cf7b5adb02507daf6aaf822e99c3 in /
2022-07-10 20:57:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-10 20:57:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-10T15:55:52-05:00
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=1a517a818b9730bdb3e32bb56332b7fd686aefe6
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1a517a818b9730bdb3e32bb56332b7fd686aefe6
2022-07-10 20:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-10 20:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-10 20:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-10 20:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-10 20:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f3c1af80-ls17
2022-07-18 19:06:01 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-18 19:06:01 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-18 19:06:01 UTC/bin/sh -c #(nop) ARG OPENSSH_RELEASE
2022-07-18 19:06:01 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.8_p1-r1-ls86 Build-date:- 2022-07-18T21:04:56+02:00
2022-07-18 19:06:01 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-18 19:06:03 UTC|3 BUILD_DATE=2022-07-18T21:04:56+02:00 OPENSSH_RELEASE=8.8_p1-r1 VERSION=8.8_p1-r1-ls86 /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-07-18 19:06:03 UTC/bin/sh -c #(nop) COPY dir:80109287d5fca95536cf763792237f83e86fbd23d1498ce4c5bb76ad81350d1f in /
2022-07-18 19:06:03 UTC/bin/sh -c #(nop) EXPOSE 2222
2022-07-18 19:06:04 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-18 19:06:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-18 19:06:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-18T21:04:56+02:00
2022-07-18 19:06:04 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-07-18 19:06:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-openssh-server
2022-07-18 19:06:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-18 19:06:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=7fbb561de1dbdefb8a7904576f3485b736f719d5
2022-07-18 19:06:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7fbb561de1dbdefb8a7904576f3485b736f719d5
2022-07-18 19:06:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-openssh-server
2022-07-18 19:06:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Openssh-server
2022-07-18 19:06:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-openssh-server/packages
2022-07-18 19:06:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-18 19:06:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8.8_p1-r1-ls86
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.