2022-07-24 07:31:27 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:a11002a4456eb40e1caa7cb0827be2a2c459d86a60efe002bfed12ee315286be - 39.23% (5.3 MB)
[#001] sha256:6ea9726619c564dc4bd0e6ba3fa05980ec5eecee257c5ded1acca205bb3f57e6 - 40.27% (5.44 MB)
[#002] sha256:610d0125485dad90ef97822d2494b24fe39ab420c6fe8db3006ddb06b42e48d6 - 0.03% (4.21 KB)
[#003] sha256:ec9d016043dfaeebe92a87c16fcd5e90e9f667022060d11751b923c861746e29 - 20.45% (2.76 MB)
[#004] sha256:3aaa0d284186e90688d92208d3a6986869572eb0127f7bfe231ae9172454bb23 - 0.02% (2.52 KB)
/bin/sh -c #(nop) COPY dir:5be32915d488b9245a654056b003a49aec44bccfaf2f5bed2a8d547853dba17c in /
2022-07-22 19:17:11 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-22 19:17:11 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-22 19:17:12 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 657d0a68-ls19 Build-date:- 2022-07-22T14:15:37-05:00
2022-07-22 19:17:13 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-22 19:17:14 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-22 19:17:27 UTC|2 BUILD_DATE=2022-07-22T14:15:37-05:00 VERSION=657d0a68-ls19 /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-22 19:17:28 UTC/bin/sh -c #(nop) COPY dir:0032daa64aa009d6dfa4edb69c1bd7722eb5a46d68a696b7df12ccde5606a847 in /
2022-07-22 19:17:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-22 19:17:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-22 19:17:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-22T14:15:37-05:00
2022-07-22 19:17:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-22 19:17:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-22 19:17:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-22 19:17:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=49da9be2c55f8c132d380dd4a613f4713788b547
2022-07-22 19:17:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=49da9be2c55f8c132d380dd4a613f4713788b547
2022-07-22 19:17:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-22 19:17:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-22 19:17:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-22 19:17:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-22 19:17:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=657d0a68-ls19
2022-07-24 07:31:21 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-24 07:31:21 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-24 07:31:21 UTC/bin/sh -c #(nop) ARG OPENSSH_RELEASE
2022-07-24 07:31:22 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.8_p1-r1-ls87 Build-date:- 2022-07-24T09:30:16+02:00
2022-07-24 07:31:22 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-24 07:31:24 UTC|3 BUILD_DATE=2022-07-24T09:30:16+02:00 OPENSSH_RELEASE=8.8_p1-r1 VERSION=8.8_p1-r1-ls87 /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-24 07:31:24 UTC/bin/sh -c #(nop) COPY dir:80109287d5fca95536cf763792237f83e86fbd23d1498ce4c5bb76ad81350d1f in /
2022-07-24 07:31:25 UTC/bin/sh -c #(nop) EXPOSE 2222
2022-07-24 07:31:25 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-24 07:31:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-24 07:31:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-24T09:30:16+02:00
2022-07-24 07:31:25 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-24 07:31:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-openssh-server
2022-07-24 07:31:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-24 07:31:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=1a3ae7629d50392954939557b3dd6ebb205da326
2022-07-24 07:31:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1a3ae7629d50392954939557b3dd6ebb205da326
2022-07-24 07:31:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-openssh-server
2022-07-24 07:31:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Openssh-server
2022-07-24 07:31:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-openssh-server/packages
2022-07-24 07:31:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-24 07:31:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8.8_p1-r1-ls87
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.