2022-08-16 05:07:11 UTC
26.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:113b1659e2ed15f34364d510f6d1ed58f9d29c7bc833da35977331019240c787 - 19.05% (5.08 MB)
[#001] sha256:2726070a7882979da9cf12c4651e9dfb7c4dd750dd292ba0b6349f72b485e69a - 18.11% (4.83 MB)
[#002] sha256:68cacd3857763094903253fc7327ded9b55613e4b0735bea24fec5ed0a8c7925 - 0.02% (4.96 KB)
[#003] sha256:7a09d4085b695d4f0580ee2d1656b76f9108b3c229ebe7bb073381bb063c2391 - 43.01% (11.5 MB)
[#004] sha256:04eab6dbb7119364873d30d54c05dfbc72e5c8878d79e12433f3ab7d87d0f058 - 0.01% (2.78 KB)
[#005] sha256:6d4dcebf62f5efd6126f285dd741efe7abc0409102977ab125791e0e7c43b0b7 - 19.78% (5.28 MB)
[#006] sha256:2dbe4871a3bce870cf61160765e3143cddf38a928eb002869b71e7eecd9815f1 - 0.02% (4.78 KB)
/bin/sh -c #(nop) COPY dir:fdc5a6d12f4645a2c2fdd34b1326914bc612974d996ccf04148f307c175ad156 in /
2022-08-09 06:35:18 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-09 06:35:18 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-09 06:35:18 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 964a6e1f-ls40 Build-date:- 2022-08-09T08:33:46+02:00
2022-08-09 06:35:19 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-08-09 06:35:19 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-08-09 06:35:26 UTC|2 BUILD_DATE=2022-08-09T08:33:46+02:00 VERSION=964a6e1f-ls40 /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-08-09 06:35:26 UTC/bin/sh -c #(nop) COPY dir:f89a86eec25791e37f812e53a5a1ae2504fd49a15276c44e657fb123cff0d682 in /
2022-08-09 06:35:27 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-08-09 06:35:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-09 06:35:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-09T08:33:46+02:00
2022-08-09 06:35:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-08-09 06:35:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-08-09 06:35:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-09 06:35:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e915eb1a8b872d9c13ef8e96481139c91a9540b9
2022-08-09 06:35:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e915eb1a8b872d9c13ef8e96481139c91a9540b9
2022-08-09 06:35:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-08-09 06:35:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-08-09 06:35:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-08-09 06:35:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-09 06:35:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=964a6e1f-ls40
2022-08-11 05:54:20 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-11 05:54:21 UTC/bin/sh -c #(nop) COPY dir:1569c122a99631fff694b053cb71eed5af4051624ee202e638e8d2cc1a3ca57b in /
2022-08-11 05:54:21 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-08-11 05:54:22 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-08-11 05:54:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-11 05:54:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-11T07:53:20+02:00
2022-08-11 05:54:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-08-11 05:54:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-08-11 05:54:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-11 05:54:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=dfdeeb5b0e494c42fdf2afafccd21d14da9b5ca9
2022-08-11 05:54:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=dfdeeb5b0e494c42fdf2afafccd21d14da9b5ca9
2022-08-11 05:54:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-08-11 05:54:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-08-11 05:54:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-08-11 05:54:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-11 05:54:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1e5e1ac7-ls40
2022-08-16 05:06:58 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-16 05:06:59 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-16 05:06:59 UTC/bin/sh -c #(nop) ARG LIBRESPEED_RELEASE
2022-08-16 05:06:59 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2.5-ls111 Build-date:- 2022-08-16T07:05:58+02:00
2022-08-16 05:06:59 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-08-16 05:07:07 UTC|3 BUILD_DATE=2022-08-16T07:05:58+02:00 LIBRESPEED_RELEASE=5.2.5 VERSION=5.2.5-ls111 /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-16 05:07:07 UTC/bin/sh -c #(nop) COPY dir:ae52c35eaa392ba6b7f1d129b235c8ae99de037047e18e9862b0a26bef5502ce in /
2022-08-16 05:07:07 UTC/bin/sh -c #(nop) EXPOSE 80
2022-08-16 05:07:07 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-08-16 05:07:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-16 05:07:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-16T07:05:58+02:00
2022-08-16 05:07:08 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-16 05:07:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-librespeed
2022-08-16 05:07:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-16 05:07:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=f8dbe4517c3f36480b608225e79957d7f2882878
2022-08-16 05:07:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=f8dbe4517c3f36480b608225e79957d7f2882878
2022-08-16 05:07:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-librespeed
2022-08-16 05:07:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Librespeed
2022-08-16 05:07:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-librespeed/packages
2022-08-16 05:07:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-16 05:07:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5.2.5-ls111
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.