2022-07-12 05:30:41 UTC
29.8 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:bcb3070f9ef0e57aa2b4fb42fbbee4b976adbd0011910225ab92751b00190e91 - 17.79% (5.31 MB)
[#001] sha256:b10aa88b34775d85a38e0f8307f98f084c55cea5c76311bbe46a696aa5bc7fc3 - 18.12% (5.4 MB)
[#002] sha256:a0c58c770fc0e362d823458a4f147980069e3c5f345df12a65c2593338b0ea22 - 0.01% (3.85 KB)
[#003] sha256:b29b26cc5073734aa4567b7358f77f4dd1397277c1d81ecb0bab2f9aec266cbf - 44.51% (13.3 MB)
[#004] sha256:ce389a7a7689a47a51bc314799f6ad98156f0be9e2a586c302f257e0e832f9a5 - 0.01% (2.81 KB)
[#005] sha256:1e42ea1ea97b74af32bc4576f95eb7d0a360ab399d926b2024e08739eedf5bc9 - 19.54% (5.83 MB)
[#006] sha256:55ddc3c8439983037c768a51d5dde019fa8e6326c04ef3f0ba063556510278a7 - 0.02% (4.78 KB)
/bin/sh -c #(nop) COPY dir:739ef9bd4583de4d203cffc898861f3e61fb74a044ac40956d16e8ef276f2771 in /
2022-07-01 16:15:20 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-01 16:15:20 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-01 16:15:21 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- c1f7f25a-ls34 Build-date:- 2022-07-01T18:13:33+02:00
2022-07-01 16:15:22 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-01 16:15:23 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-01 16:15:38 UTC|2 BUILD_DATE=2022-07-01T18:13:33+02:00 VERSION=c1f7f25a-ls34 /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-01 16:15:39 UTC/bin/sh -c #(nop) COPY dir:3784f5a3877fd2d0f90c6e3fd6c2fe62ae8537a6e4e9cad4388f82719d765341 in /
2022-07-01 16:15:39 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-01 16:15:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-01 16:15:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-01T18:13:33+02:00
2022-07-01 16:15:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-01 16:15:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-01 16:15:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-01 16:15:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=82102368805bc92f9537ed792bd11a6fb5e400cb
2022-07-01 16:15:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=82102368805bc92f9537ed792bd11a6fb5e400cb
2022-07-01 16:15:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-01 16:15:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-01 16:15:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-01 16:15:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-01 16:15:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=c1f7f25a-ls34
2022-07-07 05:54:56 UTC/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.1-libssl logrotate nano nginx openssl php7 php7-fileinfo php7-fpm php7-json php7-mbstring php7-openssl php7-session php7-simplexml php7-xml php7-xmlwriter php7-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.d/default.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate
2022-07-07 05:54:57 UTC/bin/sh -c #(nop) COPY dir:1569c122a99631fff694b053cb71eed5af4051624ee202e638e8d2cc1a3ca57b in /
2022-07-07 05:54:57 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-07-07 05:54:57 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-07 05:54:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-07 05:54:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-07T07:53:52+02:00
2022-07-07 05:54:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-07-07 05:54:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-07-07 05:54:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-07 05:54:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=353b557308f530b4f55d663b7f4247bb9dba8afb
2022-07-07 05:54:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=353b557308f530b4f55d663b7f4247bb9dba8afb
2022-07-07 05:54:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-07-07 05:54:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-07-07 05:54:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-07-07 05:54:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-07 05:54:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=78c3be24-ls34
2022-07-12 05:30:35 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-12 05:30:36 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-12 05:30:36 UTC/bin/sh -c #(nop) ARG LIBRESPEED_RELEASE
2022-07-12 05:30:36 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2.5-ls106 Build-date:- 2022-07-12T07:29:18+02:00
2022-07-12 05:30:36 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-12 05:30:39 UTC|3 BUILD_DATE=2022-07-12T07:29:18+02:00 LIBRESPEED_RELEASE=5.2.5 VERSION=5.2.5-ls106 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl php7-ctype php7-gd php7-mysqli php7-pdo_pgsql php7-pdo_sqlite && echo "**** install librespeed ****" && if [ -z ${LIBRESPEED_RELEASE+x} ]; then LIBRESPEED_RELEASE=$(curl -sX GET "https://api.github.com/repos/librespeed/speedtest/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && mkdir -p /usr/share/webapps/librespeed && curl -o /tmp/librespeed.tar.gz -L "https://github.com/librespeed/speedtest/archive/${LIBRESPEED_RELEASE}.tar.gz" && tar xf /tmp/librespeed.tar.gz -C /usr/share/webapps/librespeed --strip-components=1 && echo "**** cleanup ****" && rm -rf /tmp/*
2022-07-12 05:30:39 UTC/bin/sh -c #(nop) COPY dir:4fe126945a9e2553846579860d19597bac72b988181c2757ff19b98db8820e2a in /
2022-07-12 05:30:39 UTC/bin/sh -c #(nop) EXPOSE 80
2022-07-12 05:30:39 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-12 05:30:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-12 05:30:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-12T07:29:18+02:00
2022-07-12 05:30:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Librespeed](https://github.com/librespeed/speedtest) is a very lightweight Speedtest implemented in Javascript, using XMLHttpRequest and Web Workers. No Flash, No Java, No Websocket, No Bullshit.
2022-07-12 05:30:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-librespeed
2022-07-12 05:30:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-12 05:30:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=f6fe54901e472b667f2488fb056ea65c7dcc4485
2022-07-12 05:30:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=f6fe54901e472b667f2488fb056ea65c7dcc4485
2022-07-12 05:30:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-librespeed
2022-07-12 05:30:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Librespeed
2022-07-12 05:30:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-librespeed/packages
2022-07-12 05:30:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-12 05:30:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5.2.5-ls106
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.