2022-07-26 05:35:16 UTC
27.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:923bc9f4380c3de565f3431dda976b5265265ddadfd5de5746a42a9f14fc3089 - 18.31% (5.1 MB)
[#001] sha256:1edb3545b0318bb97af9d848b1d0efacb491fa71804fd4e63e74f3fe2ca251a7 - 13.47% (3.75 MB)
[#002] sha256:e97a7501fab9e2a579c6a811d4dfd1f64ae3fea2c468d4c8534cbecc266dd43a - 0.01% (3.92 KB)
[#003] sha256:a393d2b8f85f83c98b844062e5e4584963f6d92e8c9df796cc01d3f2db1ace87 - 47.21% (13.1 MB)
[#004] sha256:d652092d67df66e2fa6626a1087991f14b3c3bbf23f286ed1fa48173db9453a0 - 0.01% (2.81 KB)
[#005] sha256:8592ad79c97c14b08d88b38718f7014d4562ec7f436ed05fdbfc915150380535 - 20.98% (5.84 MB)
[#006] sha256:b99e7f99588c2e6bd5f87aedeb66056509a45e1961e108f064abcaaf5b7ffeb3 - 0.02% (4.78 KB)
/bin/sh -c #(nop) COPY dir:60fca2e7ccb6b5e4615e2b7d0730805c8548c35fd86b9b5c88a9ea58f729e865 in /
2022-07-19 06:33:55 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-19 06:33:55 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-19 06:33:55 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 63fedcaf-ls36 Build-date:- 2022-07-19T01:32:23-05:00
2022-07-19 06:33:56 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-19 06:33:56 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-19 06:33:58 UTC|2 BUILD_DATE=2022-07-19T01:32:23-05:00 VERSION=63fedcaf-ls36 /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-07-19 06:33:58 UTC/bin/sh -c #(nop) COPY dir:3784f5a3877fd2d0f90c6e3fd6c2fe62ae8537a6e4e9cad4388f82719d765341 in /
2022-07-19 06:33:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-19 06:33:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-19 06:33:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-19T01:32:23-05:00
2022-07-19 06:33:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-19 06:33:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-19 06:33:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-19 06:33:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=8f95e09d9ab0c5d86a0e1d3d31c25590d4a8f62e
2022-07-19 06:33:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=8f95e09d9ab0c5d86a0e1d3d31c25590d4a8f62e
2022-07-19 06:33:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-19 06:33:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-19 06:34:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-19 06:34:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-19 06:34:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=63fedcaf-ls36
2022-07-21 05:56:15 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-21 05:56:16 UTC/bin/sh -c #(nop) COPY dir:1569c122a99631fff694b053cb71eed5af4051624ee202e638e8d2cc1a3ca57b in /
2022-07-21 05:56:16 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-07-21 05:56:16 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-21 05:56:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-21 05:56:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-21T07:55:20+02:00
2022-07-21 05:56:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-07-21 05:56:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-07-21 05:56:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-21 05:56:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=23c840c603490d0c2afc2108d972b076c8ce6e49
2022-07-21 05:56:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=23c840c603490d0c2afc2108d972b076c8ce6e49
2022-07-21 05:56:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-07-21 05:56:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-07-21 05:56:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-07-21 05:56:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-21 05:56:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=404bbee2-ls36
2022-07-26 05:35:11 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-26 05:35:11 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-26 05:35:11 UTC/bin/sh -c #(nop) ARG LIBRESPEED_RELEASE
2022-07-26 05:35:11 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2.5-ls108 Build-date:- 2022-07-26T07:34:10+02:00
2022-07-26 05:35:11 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-26 05:35:14 UTC|3 BUILD_DATE=2022-07-26T07:34:10+02:00 LIBRESPEED_RELEASE=5.2.5 VERSION=5.2.5-ls108 /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-26 05:35:14 UTC/bin/sh -c #(nop) COPY dir:4fe126945a9e2553846579860d19597bac72b988181c2757ff19b98db8820e2a in /
2022-07-26 05:35:15 UTC/bin/sh -c #(nop) EXPOSE 80
2022-07-26 05:35:15 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-26 05:35:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-26 05:35:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-26T07:34:10+02:00
2022-07-26 05:35:15 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-26 05:35:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-librespeed
2022-07-26 05:35:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-26 05:35:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=c73f9f1f842f286c0203175de476642938da2462
2022-07-26 05:35:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=c73f9f1f842f286c0203175de476642938da2462
2022-07-26 05:35:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-librespeed
2022-07-26 05:35:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Librespeed
2022-07-26 05:35:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-librespeed/packages
2022-07-26 05:35:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-26 05:35:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5.2.5-ls108
2022-07-26 05:35:37 UTC
26.6 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:de3c2f3a1bcb440a79c7b21ea28411ad1f54d11e09d25c06657491fc4f864faa - 19.03% (5.07 MB)
[#001] sha256:2b68da852de76d5451a2596255deed0eeefa18598c70ab6bbf1a8e508ab5ea30 - 18.07% (4.82 MB)
[#002] sha256:49e4976eb16678c6572496d22d9e4e04544de6602bfce1b5ab3279d4570a1266 - 0.01% (3.85 KB)
[#003] sha256:ab522b4903c3c9934f28e2033593a71106006aa365f2f91fed4a4a9eed4ff998 - 43.05% (11.5 MB)
[#004] sha256:9730d5d65770beb91cb7e24a4affdccaf87aa2a4ad4a51cd6a8f85d5ac530097 - 0.01% (2.81 KB)
[#005] sha256:b5498117b7dded749aa6a33801d6033151a9751ec55169f36a84f2c555a7dc0e - 19.8% (5.28 MB)
[#006] sha256:e5e8279fe31272e2c036b07ae209790c733488ee5e76de361d33d4b5e503e789 - 0.02% (4.78 KB)
/bin/sh -c #(nop) COPY dir:9dadcccc2cfc56c9fcf36203d8aaed0ae96cc2d2c629731dab52a6a679f81325 in /
2022-07-19 06:34:10 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-19 06:34:11 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-19 06:34:12 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 63fedcaf-ls36 Build-date:- 2022-07-19T01:32:23-05:00
2022-07-19 06:34:13 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-19 06:34:14 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-19 06:34:20 UTC|2 BUILD_DATE=2022-07-19T01:32:23-05:00 VERSION=63fedcaf-ls36 /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-07-19 06:34:21 UTC/bin/sh -c #(nop) COPY dir:3784f5a3877fd2d0f90c6e3fd6c2fe62ae8537a6e4e9cad4388f82719d765341 in /
2022-07-19 06:34:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-19 06:34:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-19 06:34:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-19T01:32:23-05:00
2022-07-19 06:34:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-19 06:34:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-19 06:34:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-19 06:34:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=8f95e09d9ab0c5d86a0e1d3d31c25590d4a8f62e
2022-07-19 06:34:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=8f95e09d9ab0c5d86a0e1d3d31c25590d4a8f62e
2022-07-19 06:34:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-19 06:34:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-19 06:34:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-19 06:34:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-19 06:34:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=63fedcaf-ls36
2022-07-21 05:56:29 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-21 05:56:29 UTC/bin/sh -c #(nop) COPY dir:134972bc2a85720663fed01266c26ce4506f45aa92e4e1223309dcd3f24add6b in /
2022-07-21 05:56:30 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-07-21 05:56:30 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-21 05:56:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-21 05:56:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-21T07:55:20+02:00
2022-07-21 05:56:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-07-21 05:56:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-07-21 05:56:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-21 05:56:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=23c840c603490d0c2afc2108d972b076c8ce6e49
2022-07-21 05:56:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=23c840c603490d0c2afc2108d972b076c8ce6e49
2022-07-21 05:56:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-07-21 05:56:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-07-21 05:56:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-07-21 05:56:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-21 05:56:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=404bbee2-ls36
2022-07-26 05:35:14 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-26 05:35:15 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-26 05:35:16 UTC/bin/sh -c #(nop) ARG LIBRESPEED_RELEASE
2022-07-26 05:35:17 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2.5-ls108 Build-date:- 2022-07-26T07:34:10+02:00
2022-07-26 05:35:18 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-26 05:35:22 UTC|3 BUILD_DATE=2022-07-26T07:34:10+02:00 LIBRESPEED_RELEASE=5.2.5 VERSION=5.2.5-ls108 /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-26 05:35:24 UTC/bin/sh -c #(nop) COPY dir:4fe126945a9e2553846579860d19597bac72b988181c2757ff19b98db8820e2a in /
2022-07-26 05:35:24 UTC/bin/sh -c #(nop) EXPOSE 80
2022-07-26 05:35:25 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-26 05:35:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-26 05:35:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-26T07:34:10+02:00
2022-07-26 05:35:28 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-26 05:35:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-librespeed
2022-07-26 05:35:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-26 05:35:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=c73f9f1f842f286c0203175de476642938da2462
2022-07-26 05:35:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=c73f9f1f842f286c0203175de476642938da2462
2022-07-26 05:35:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-librespeed
2022-07-26 05:35:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Librespeed
2022-07-26 05:35:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-librespeed/packages
2022-07-26 05:35:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-26 05:35:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5.2.5-ls108
2022-07-26 05:35:20 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:f50e7a4aae8f2d1b73de9c8b71ff99b345b10008fde01bfec348d047c178faf2 - 17.79% (5.31 MB)
[#001] sha256:8eaeb1c9e8e2709cc26bce9fe9ee1cb2c0340270110366f0c9b04af0a16239bf - 18.12% (5.4 MB)
[#002] sha256:92da3ec90088417c0c2309f6130deb51f1562015e325786501bc23e88ecbbee4 - 0.01% (3.92 KB)
[#003] sha256:575d44691d081d23100c0f8c6a6703a14c8af9e8d1edf7a67e3c5165f7e2d43e - 44.51% (13.3 MB)
[#004] sha256:cfe09139f3d02901d6756240492a1be0e73e7829b02d6b73212eaf180ad5f5b1 - 0.01% (2.81 KB)
[#005] sha256:3962a1abbba106c5fb1338a41c84b17e8c8936773180280299c1fe431f05d8a5 - 19.54% (5.83 MB)
[#006] sha256:b686f1a69a0284e07507e3dc137c2731bb78fc2a8bbc60c7f229959032686ed7 - 0.02% (4.78 KB)
/bin/sh -c #(nop) COPY dir:9159ba099c90d490878331ccc39cdce93fffc5873f26633f103f4b5677e18570 in /
2022-07-19 06:34:01 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-19 06:34:01 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-19 06:34:01 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 63fedcaf-ls36 Build-date:- 2022-07-19T01:32:23-05:00
2022-07-19 06:34:01 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-19 06:34:01 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-19 06:34:05 UTC|2 BUILD_DATE=2022-07-19T01:32:23-05:00 VERSION=63fedcaf-ls36 /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-19 06:34:05 UTC/bin/sh -c #(nop) COPY dir:3784f5a3877fd2d0f90c6e3fd6c2fe62ae8537a6e4e9cad4388f82719d765341 in /
2022-07-19 06:34:05 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-19 06:34:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-19 06:34:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-19T01:32:23-05:00
2022-07-19 06:34:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-19 06:34:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-19 06:34:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-19 06:34:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=8f95e09d9ab0c5d86a0e1d3d31c25590d4a8f62e
2022-07-19 06:34:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=8f95e09d9ab0c5d86a0e1d3d31c25590d4a8f62e
2022-07-19 06:34:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-19 06:34:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-19 06:34:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-19 06:34:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-19 06:34:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=63fedcaf-ls36
2022-07-21 05:56:25 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-21 05:56:25 UTC/bin/sh -c #(nop) COPY dir:1569c122a99631fff694b053cb71eed5af4051624ee202e638e8d2cc1a3ca57b in /
2022-07-21 05:56:25 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-07-21 05:56:25 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-21 05:56:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-21 05:56:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-21T07:55:20+02:00
2022-07-21 05:56:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-07-21 05:56:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-07-21 05:56:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-21 05:56:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=23c840c603490d0c2afc2108d972b076c8ce6e49
2022-07-21 05:56:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=23c840c603490d0c2afc2108d972b076c8ce6e49
2022-07-21 05:56:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-07-21 05:56:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-07-21 05:56:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-07-21 05:56:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-21 05:56:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=404bbee2-ls36
2022-07-26 05:35:13 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-26 05:35:13 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-26 05:35:13 UTC/bin/sh -c #(nop) ARG LIBRESPEED_RELEASE
2022-07-26 05:35:13 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2.5-ls108 Build-date:- 2022-07-26T07:34:10+02:00
2022-07-26 05:35:14 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-26 05:35:17 UTC|3 BUILD_DATE=2022-07-26T07:34:10+02:00 LIBRESPEED_RELEASE=5.2.5 VERSION=5.2.5-ls108 /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-26 05:35:18 UTC/bin/sh -c #(nop) COPY dir:4fe126945a9e2553846579860d19597bac72b988181c2757ff19b98db8820e2a in /
2022-07-26 05:35:18 UTC/bin/sh -c #(nop) EXPOSE 80
2022-07-26 05:35:18 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-26 05:35:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-26 05:35:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-26T07:34:10+02:00
2022-07-26 05:35:18 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-26 05:35:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-librespeed
2022-07-26 05:35:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-26 05:35:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=c73f9f1f842f286c0203175de476642938da2462
2022-07-26 05:35:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=c73f9f1f842f286c0203175de476642938da2462
2022-07-26 05:35:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-librespeed
2022-07-26 05:35:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Librespeed
2022-07-26 05:35:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-librespeed/packages
2022-07-26 05:35:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-26 05:35:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5.2.5-ls108
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.