2022-08-23 05:47:43 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:3432a88d1807d16e586a782d701482a99946ae98f42fc4dd2ac535f7e64cb9c6 - 17.8% (5.31 MB)
[#001] sha256:616783dae09e2d261844eaae135a440c866f85b0717da1fbaf53313693aabf7b - 18.14% (5.41 MB)
[#002] sha256:23e8ce3cdd591ad4d1422bca9e0e744d2e3494de6accb08a0c3ec00d1b1e05df - 0.02% (4.96 KB)
[#003] sha256:16503af84ed5ea059b4bfe2748162bf557048d98aa6e5b47e51623151bed322c - 44.48% (13.3 MB)
[#004] sha256:dab12f7ca59e429b786594be696699ae2c0eb71791a5cda4d47b864c92a427ea - 0.01% (2.78 KB)
[#005] sha256:8a865e3de9631d2dea922af33492a991aa598bd2849b72974246eb5a1b9cecea - 19.53% (5.83 MB)
[#006] sha256:b686f1a69a0284e07507e3dc137c2731bb78fc2a8bbc60c7f229959032686ed7 - 0.02% (4.78 KB)
/bin/sh -c #(nop) COPY dir:757ae1d0773193fb474886c7c1e7e0921a605553f19a9170e6ec0621de9a287e in /
2022-08-16 06:32:59 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-16 06:32:59 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-16 06:32:59 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8c7719ed-ls41 Build-date:- 2022-08-16T08:31:44+02:00
2022-08-16 06:32:59 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-08-16 06:32:59 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-08-16 06:33:04 UTC|2 BUILD_DATE=2022-08-16T08:31:44+02:00 VERSION=8c7719ed-ls41 /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-16 06:33:04 UTC/bin/sh -c #(nop) COPY dir:6b87860e4508c417d46f8a6f369140573757bf916ad6e42187671d0981dcd338 in /
2022-08-16 06:33:05 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-08-16 06:33:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-16 06:33:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-16T08:31:44+02:00
2022-08-16 06:33:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-08-16 06:33:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-08-16 06:33:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-16 06:33:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ab3b56d3b6c48c2239b5eb2ace53b9023a869581
2022-08-16 06:33:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ab3b56d3b6c48c2239b5eb2ace53b9023a869581
2022-08-16 06:33:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-08-16 06:33:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-08-16 06:33:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-08-16 06:33:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-16 06:33:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8c7719ed-ls41
2022-08-18 05:59:44 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-08-18 05:59:46 UTC/bin/sh -c #(nop) COPY dir:1569c122a99631fff694b053cb71eed5af4051624ee202e638e8d2cc1a3ca57b in /
2022-08-18 05:59:46 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-08-18 05:59:47 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-08-18 05:59:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-18 05:59:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-18T07:58:39+02:00
2022-08-18 05:59:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-08-18 05:59:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-08-18 05:59:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-18 05:59:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=79e3c9849724ed231f926c1ec6b33d88cb3fcfcc
2022-08-18 05:59:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=79e3c9849724ed231f926c1ec6b33d88cb3fcfcc
2022-08-18 05:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-08-18 05:59:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-08-18 05:59:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-08-18 05:59:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-18 05:59:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=10c2759d-ls41
2022-08-23 05:47:37 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-23 05:47:37 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-23 05:47:37 UTC/bin/sh -c #(nop) ARG LIBRESPEED_RELEASE
2022-08-23 05:47:37 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2.5-ls112 Build-date:- 2022-08-23T07:46:30+02:00
2022-08-23 05:47:37 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-08-23 05:47:41 UTC|3 BUILD_DATE=2022-08-23T07:46:30+02:00 LIBRESPEED_RELEASE=5.2.5 VERSION=5.2.5-ls112 /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-08-23 05:47:41 UTC/bin/sh -c #(nop) COPY dir:4fe126945a9e2553846579860d19597bac72b988181c2757ff19b98db8820e2a in /
2022-08-23 05:47:41 UTC/bin/sh -c #(nop) EXPOSE 80
2022-08-23 05:47:41 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-08-23 05:47:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-23 05:47:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-23T07:46:30+02:00
2022-08-23 05:47:42 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-08-23 05:47:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-librespeed
2022-08-23 05:47:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-23 05:47:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=05398fe9cda5083388307c4078af6508eeb2bfda
2022-08-23 05:47:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=05398fe9cda5083388307c4078af6508eeb2bfda
2022-08-23 05:47:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-librespeed
2022-08-23 05:47:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Librespeed
2022-08-23 05:47:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-librespeed/packages
2022-08-23 05:47:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-23 05:47:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5.2.5-ls112
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.