Namespace
linuxserver
Image / Tag
librespeed:5.2.5-ls138
Content Digest
sha256:54cee357b65d5ac8a74e4cf0ab6626e8c65010298c012cb33c6d79cb0186ef42
Details
Created

2023-04-16 12:21:41 +0200

Size

29.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5.2.5-ls138 Build-date:- 2023-04-16T12:20:16+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-04-16T12:20:16+02:00
  • 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.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-librespeed
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    9c44eab69735b7ae7f22bcfaf4921117e02f3204
  • org.opencontainers.image.revision
    9c44eab69735b7ae7f22bcfaf4921117e02f3204
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-librespeed
  • org.opencontainers.image.title
    Librespeed
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-librespeed/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    5.2.5-ls138

Environment
HOME

/root

LSIO_FIRST_PARTY

true

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm


Layers

[#000] sha256:c08ffd5eda09adc453a9f5bdb8c73b1c3372f2457520d461e92fdcc0c9815b29 - 19.07% (5.66 MB)

[#001] sha256:d2e3055e06573ab92f13c5e10afa9c4160d94a4808ce1b670b090b9a0d4522fa - 0.01% (3.56 KB)

[#002] sha256:7605103cd62bc33714a12ad24c69b1f52714279ca512bbe5124b33331fe6521a - 14.35% (4.26 MB)

[#003] sha256:f2d54b058867a512c44a6e2b8eb53b353b8aae88c344f0259704fba6d3fecc0e - 0.01% (3.66 KB)

[#004] sha256:f27e05b24099841ca9f7df315037c4264e2f707c3c9e00d0a999f863817e0770 - 36.29% (10.8 MB)

[#005] sha256:89622f48ab94b9e1c8cb8a8de66896b32c910ad29d353d9491c357ed280f1376 - 0.03% (8.05 KB)

[#006] sha256:8b8ae64f4277a360e1a53bce841d2b52bd233c65644ef7ad149c66e0830aad2f - 30.23% (8.97 MB)

[#007] sha256:416474ef734831bca2051e2179ce4f353512f5e6f4002379160870ff879d5ca1 - 0.02% (5.44 KB)


History
2023-04-15 15:31:34 +0200 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-04-15 15:31:34 +0200 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-15 15:31:34 +0200 (buildkit.dockerfile.v0)

ARG VERSION

2023-04-15 15:31:34 +0200 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-04-15 15:31:34 +0200 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 1a0d6428-ls17 Build-date:- 2023-04-15T15:30:01+02:00

2023-04-15 15:31:34 +0200 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-04-15 15:31:34 +0200 (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2023-04-15 15:31:34 +0200 (buildkit.dockerfile.v0)

ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2023-04-15 15:31:36 +0200 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-04-15T15:30:01+02:00 VERSION=1a0d6428-ls17 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd 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/* # buildkit

2023-04-15 15:31:36 +0200 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-15 15:31:36 +0200 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-04-15 09:59:50 -0500 (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php81 php81-fileinfo php81-fpm php81-json php81-mbstring php81-openssl php81-session php81-simplexml php81-xml php81-xmlwriter php81-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SERVER_NAME $host; # Send HTTP_HOST as SERVER_NAME. If HTTP_HOST is blank, send the value of server_name from nginx (default is `_`)' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.d/default.conf && echo "**** configure php ****" && sed -i "s#;error_log = log/php81/error.log.*#error_log = /config/log/php/error.log#g" /etc/php81/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php81/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php81/php-fpm.d/www.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 # buildkit

2023-04-15 09:59:50 -0500 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-15 09:59:50 -0500 (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2023-04-16 12:21:41 +0200 (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-04-16 12:21:41 +0200 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-16 12:21:41 +0200 (buildkit.dockerfile.v0)

ARG VERSION

2023-04-16 12:21:41 +0200 (buildkit.dockerfile.v0)

ARG LIBRESPEED_RELEASE

2023-04-16 12:21:41 +0200 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 5.2.5-ls138 Build-date:- 2023-04-16T12:20:16+02:00

2023-04-16 12:21:41 +0200 (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-04-16 12:21:41 +0200 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-04-16T12:20:16+02:00 VERSION=5.2.5-ls138 LIBRESPEED_RELEASE=5.2.5 /bin/sh -c echo "**** install packages ****" && apk add --no-cache php81-ctype php81-gd php81-mysqli php81-pdo_pgsql php81-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 /app/www/public && curl -o /tmp/librespeed.tar.gz -L "https://github.com/librespeed/speedtest/archive/${LIBRESPEED_RELEASE}.tar.gz" && tar xf /tmp/librespeed.tar.gz -C /app/www/public --strip-components=1 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-04-16 12:21:41 +0200 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-16 12:21:41 +0200 (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2023-04-16 12:21:41 +0200 (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-04-16 10:21:45 UTC

Size

27.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5.2.5-ls138 Build-date:- 2023-04-16T12:20:16+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-04-16T12:20:16+02:00
  • 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.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-librespeed
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    9c44eab69735b7ae7f22bcfaf4921117e02f3204
  • org.opencontainers.image.revision
    9c44eab69735b7ae7f22bcfaf4921117e02f3204
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-librespeed
  • org.opencontainers.image.title
    Librespeed
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-librespeed/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    5.2.5-ls138

Environment
HOME

/root

LSIO_FIRST_PARTY

true

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm


Layers

[#000] sha256:7a4ef93686e1b04aa6e97f938c481b3d277f05233f1c5b5a1614a12a5fd23e47 - 20.14% (5.55 MB)

[#001] sha256:d2e3055e06573ab92f13c5e10afa9c4160d94a4808ce1b670b090b9a0d4522fa - 0.01% (3.56 KB)

[#002] sha256:b0f0df83a030755c2d6a7071aac3d4e1f23af09211159a6373b3a39b4b029f0c - 19.79% (5.45 MB)

[#003] sha256:2071ec4e23b1d2f9145650e062b05ed5e20cdf7c83885105a0ea776d2abdde6b - 0.01% (3.66 KB)

[#004] sha256:a8f4f61ac41694d7f6ebaa0efd7321e059992f6c4c4585284ca94c50b9077560 - 33.66% (9.27 MB)

[#005] sha256:77470178e8ea23dedf831f4f6063e66a6a3e62cdc0bf46c47ea7cce60183aaaf - 0.03% (8.05 KB)

[#006] sha256:df2d543e70bab5149105f7fc350c3c02fe3a877bb1ca3c61cff11e738a95adc7 - 26.33% (7.25 MB)

[#007] sha256:26eeb46692ab55418289a1756cd7c5663d471a93b5d93053755fc176592c72db - 0.02% (5.44 KB)


History
2023-04-15 13:31:39 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-04-15 13:31:39 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-15 13:31:39 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-04-15 13:31:39 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-04-15 13:31:39 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 1a0d6428-ls17 Build-date:- 2023-04-15T15:30:01+02:00

2023-04-15 13:31:39 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-04-15 13:31:39 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2023-04-15 13:31:39 UTC (buildkit.dockerfile.v0)

ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2023-04-15 13:31:43 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-04-15T15:30:01+02:00 VERSION=1a0d6428-ls17 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd 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/* # buildkit

2023-04-15 13:31:43 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-15 13:31:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-04-15 14:59:59 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php81 php81-fileinfo php81-fpm php81-json php81-mbstring php81-openssl php81-session php81-simplexml php81-xml php81-xmlwriter php81-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SERVER_NAME $host; # Send HTTP_HOST as SERVER_NAME. If HTTP_HOST is blank, send the value of server_name from nginx (default is `_`)' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.d/default.conf && echo "**** configure php ****" && sed -i "s#;error_log = log/php81/error.log.*#error_log = /config/log/php/error.log#g" /etc/php81/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php81/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php81/php-fpm.d/www.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 # buildkit

2023-04-15 14:59:59 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-15 14:59:59 UTC (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2023-04-16 10:21:45 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-04-16 10:21:45 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-16 10:21:45 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-04-16 10:21:45 UTC (buildkit.dockerfile.v0)

ARG LIBRESPEED_RELEASE

2023-04-16 10:21:45 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 5.2.5-ls138 Build-date:- 2023-04-16T12:20:16+02:00

2023-04-16 10:21:45 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-04-16 10:21:45 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-04-16T12:20:16+02:00 VERSION=5.2.5-ls138 LIBRESPEED_RELEASE=5.2.5 /bin/sh -c echo "**** install packages ****" && apk add --no-cache php81-ctype php81-gd php81-mysqli php81-pdo_pgsql php81-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 /app/www/public && curl -o /tmp/librespeed.tar.gz -L "https://github.com/librespeed/speedtest/archive/${LIBRESPEED_RELEASE}.tar.gz" && tar xf /tmp/librespeed.tar.gz -C /app/www/public --strip-components=1 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-04-16 10:21:45 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-16 10:21:45 UTC (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2023-04-16 10:21:45 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-04-16 10:21:52 UTC

Size

31.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5.2.5-ls138 Build-date:- 2023-04-16T12:20:16+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-04-16T12:20:16+02:00
  • 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.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-librespeed
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    9c44eab69735b7ae7f22bcfaf4921117e02f3204
  • org.opencontainers.image.revision
    9c44eab69735b7ae7f22bcfaf4921117e02f3204
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-librespeed
  • org.opencontainers.image.title
    Librespeed
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-librespeed/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    5.2.5-ls138

Environment
HOME

/root

LSIO_FIRST_PARTY

true

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm


Layers

[#000] sha256:7345d714f705e6c3d8c50c615910beaebb4308fe4aeba86bc95099f127db3eb2 - 18.94% (5.89 MB)

[#001] sha256:d2e3055e06573ab92f13c5e10afa9c4160d94a4808ce1b670b090b9a0d4522fa - 0.01% (3.56 KB)

[#002] sha256:f4bb563475ca590483384131b69da48a2b9039535b32cb2ddd140658d0b9dd56 - 19.38% (6.02 MB)

[#003] sha256:0d6ad3ff4f11cec73890c4060d699343d17a00ecf9a1c7cb5e5ccef231ee45ea - 0.01% (3.64 KB)

[#004] sha256:9908995326072e4a4dc07daf2d7ac499f5c9592c6219c834b811ab9a0de07794 - 34.17% (10.6 MB)

[#005] sha256:ba3f0d66de278cda5e62c6f105e76c6e53f47cd91a5c0480b8f8403b96a25165 - 0.03% (8.05 KB)

[#006] sha256:b6f655c1d22a30219c52683db43b93c5ef1fa7539cb5e1063bafa91f7fa53a1c - 27.45% (8.53 MB)

[#007] sha256:183cb4034ca3e32599c49f9d37afd9c2baef1f9709f8b48c88cc76a9137020d1 - 0.02% (5.44 KB)


History
2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 1a0d6428-ls17 Build-date:- 2023-04-15T15:30:01+02:00

2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2023-04-15 13:31:36 UTC (buildkit.dockerfile.v0)

ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2023-04-15 13:31:38 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-04-15T15:30:01+02:00 VERSION=1a0d6428-ls17 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd 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/* # buildkit

2023-04-15 13:31:38 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-15 13:31:38 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-04-15 14:59:59 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php81 php81-fileinfo php81-fpm php81-json php81-mbstring php81-openssl php81-session php81-simplexml php81-xml php81-xmlwriter php81-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SERVER_NAME $host; # Send HTTP_HOST as SERVER_NAME. If HTTP_HOST is blank, send the value of server_name from nginx (default is `_`)' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.d/default.conf && echo "**** configure php ****" && sed -i "s#;error_log = log/php81/error.log.*#error_log = /config/log/php/error.log#g" /etc/php81/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php81/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php81/php-fpm.d/www.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 # buildkit

2023-04-15 15:00:00 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-15 15:00:00 UTC (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2023-04-16 10:21:52 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-04-16 10:21:52 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-16 10:21:52 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-04-16 10:21:52 UTC (buildkit.dockerfile.v0)

ARG LIBRESPEED_RELEASE

2023-04-16 10:21:52 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 5.2.5-ls138 Build-date:- 2023-04-16T12:20:16+02:00

2023-04-16 10:21:52 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-04-16 10:21:52 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-04-16T12:20:16+02:00 VERSION=5.2.5-ls138 LIBRESPEED_RELEASE=5.2.5 /bin/sh -c echo "**** install packages ****" && apk add --no-cache php81-ctype php81-gd php81-mysqli php81-pdo_pgsql php81-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 /app/www/public && curl -o /tmp/librespeed.tar.gz -L "https://github.com/librespeed/speedtest/archive/${LIBRESPEED_RELEASE}.tar.gz" && tar xf /tmp/librespeed.tar.gz -C /app/www/public --strip-components=1 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-04-16 10:21:52 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-16 10:21:52 UTC (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2023-04-16 10:21:52 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Danger Zone
Delete Tag

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.

Delete