2022-09-04 07:31:18 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:45bf1b3a581b60ff194e59d80f58d362203460a765252aa3171777dc0436c722 - 43.48% (5.1 MB)
[#001] sha256:683d41af51344568b46963dca905ed4eba050fe8f1fec15256d1c26151c7b2ec - 32.42% (3.8 MB)
[#002] sha256:2294a23b648bc860432405f16e06143d5000734045d6b610e809bc4b6417d74e - 0.05% (5.61 KB)
[#003] sha256:eb4e399e8d70f465346e628b8f1ede5654893c2814a5d687e2fd147df0fdf383 - 24.03% (2.82 MB)
[#004] sha256:5d4f52fd2c331c591b06443a4cb4c8bf4899c603a6259ac99a72a9dc7a839419 - 0.02% (2.51 KB)
/bin/sh -c #(nop) COPY dir:c0542534f11f914504cd71eb8d7abb349906146882a8355b9ec8816490f19da5 in /
2022-09-03 14:26:41 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-03 14:26:41 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-03 14:26:41 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fb70a18b-ls28 Build-date:- 2022-09-03T09:25:14-05:00
2022-09-03 14:26:41 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-09-03 14:26:41 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-09-03 14:26:44 UTC|2 BUILD_DATE=2022-09-03T09:25:14-05:00 VERSION=fb70a18b-ls28 /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-09-03 14:26:45 UTC/bin/sh -c #(nop) COPY dir:e86e930e0f531f1e8e9de12e86b27d51f247abcc7b9ddb0fe76ac721c9b2749b in /
2022-09-03 14:26:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-09-03 14:26:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-03 14:26:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-03T09:25:14-05:00
2022-09-03 14:26:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-09-03 14:26:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-09-03 14:26:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-03 14:26:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=cc252e8e8755c42f3c55ae3f808dec48b9153ebf
2022-09-03 14:26:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=cc252e8e8755c42f3c55ae3f808dec48b9153ebf
2022-09-03 14:26:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-09-03 14:26:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-09-03 14:26:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-09-03 14:26:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-03 14:26:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=fb70a18b-ls28
2022-09-04 07:31:14 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-04 07:31:14 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-04 07:31:14 UTC/bin/sh -c #(nop) ARG OPENSSH_RELEASE
2022-09-04 07:31:14 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.8_p1-r1-ls91 Build-date:- 2022-09-04T02:30:08-05:00
2022-09-04 07:31:14 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-09-04 07:31:16 UTC|3 BUILD_DATE=2022-09-04T02:30:08-05:00 OPENSSH_RELEASE=8.8_p1-r1 VERSION=8.8_p1-r1-ls91 /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-09-04 07:31:16 UTC/bin/sh -c #(nop) COPY dir:80109287d5fca95536cf763792237f83e86fbd23d1498ce4c5bb76ad81350d1f in /
2022-09-04 07:31:16 UTC/bin/sh -c #(nop) EXPOSE 2222
2022-09-04 07:31:16 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-09-04 07:31:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-04 07:31:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-04T02:30:08-05:00
2022-09-04 07:31:17 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-04 07:31:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-openssh-server
2022-09-04 07:31:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-04 07:31:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=eb64af5399660ab41fae872ac91044f448708d3f
2022-09-04 07:31:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=eb64af5399660ab41fae872ac91044f448708d3f
2022-09-04 07:31:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-openssh-server
2022-09-04 07:31:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Openssh-server
2022-09-04 07:31:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-openssh-server/packages
2022-09-04 07:31:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-04 07:31:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8.8_p1-r1-ls91
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.