Namespace
linuxserver
Image / Tag
smokeping:2.7.3-r9-ls22
Content Digest
sha256:b03ea2380f06eb1af0f80a66f136f2cc3c3f350a2915a9da8247d4cc9a2c64bb
Details
Created

2023-01-22 01:55:55 -0600

Size

125 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.7.3-r9-ls22 Build-date:- 2023-01-22T01:54:46-06:00
  • maintainer
    ironicbadger,sparklyballs
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-01-22T01:54:46-06:00
  • org.opencontainers.image.description
    [Smokeping](https://oss.oetiker.ch/smokeping/) keeps track of your network latency. For a full example of what this application is capable of visit [UCDavis](http://smokeping.ucdavis.edu/cgi-bin/smokeping.fcgi).
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-smokeping
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    fc49986ae9bd5c7130f2809c322b749cb7371d75
  • org.opencontainers.image.revision
    fc49986ae9bd5c7130f2809c322b749cb7371d75
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-smokeping
  • org.opencontainers.image.title
    Smokeping
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-smokeping/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    2.7.3-r9-ls22

Environment
HOME

/root

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:b8d225448c24e7ddcebe60097d3065ac9205e029bc5f48b344978cf8f58cb655 - 4.54% (5.65 MB)

[#001] sha256:665a26860e09ef8030830255032e3fd7a21141743338294b6bafabaf462a1296 - 0.0% (2.77 KB)

[#002] sha256:069b15fc6d38c43de953b1f1e75b37e4efcb5a8ba8525a3ba35323d24c7794fc - 3.35% (4.18 MB)

[#003] sha256:d343391133340adf4a1f0bbf5f1b51e605c77ec39c5e8ba5726fadc7d76249c7 - 0.0% (3.91 KB)

[#004] sha256:67e75bd0751cbcaf55655a15205f07f3c32c0192b31b97db73826ffb674a3c6b - 8.63% (10.8 MB)

[#005] sha256:8f8196317a00ffc2db8605385795aaedb479e29a5bd2c938b3f51e9ad7667bbc - 0.01% (7.86 KB)

[#006] sha256:927b651f255139d4c0f0c2cc66e9b791d4654d966f558d6e16575e572138fad4 - 83.46% (104 MB)

[#007] sha256:e4b52d630ceef65473277cd71d51dee0aa46a224db4bfa973f423e53633d5146 - 0.0% (5.89 KB)


History
2023-01-17 07:31:47 +0100 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-01-17 07:31:47 +0100 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-17 07:31:47 +0100 (buildkit.dockerfile.v0)

ARG VERSION

2023-01-17 07:31:47 +0100 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-01-17 07:31:47 +0100 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 944c28f6-ls9 Build-date:- 2023-01-17T07:30:43+01:00

2023-01-17 07:31:47 +0100 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-01-17 07:31:47 +0100 (buildkit.dockerfile.v0)

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

2023-01-17 07:31:47 +0100 (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-01-17 07:31:49 +0100 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-01-17T07:30:43+01:00 VERSION=944c28f6-ls9 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq 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-01-17 07:31:49 +0100 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-17 07:31:49 +0100 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-01-21 19:56:27 +0100 (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-01-21 19:56:27 +0100 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-21 19:56:27 +0100 (buildkit.dockerfile.v0)

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

2023-01-22 01:55:55 -0600 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-22 01:55:55 -0600 (buildkit.dockerfile.v0)

ARG VERSION

2023-01-22 01:55:55 -0600 (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION

2023-01-22 01:55:55 -0600 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.7.3-r9-ls22 Build-date:- 2023-01-22T01:54:46-06:00

2023-01-22 01:55:55 -0600 (buildkit.dockerfile.v0)

LABEL maintainer=ironicbadger,sparklyballs

2023-01-22 01:55:55 -0600 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-01-22T01:54:46-06:00 VERSION=2.7.3-r9-ls22 SMOKEPING_VERSION=2.7.3-r9 /bin/sh -c echo "**** install packages ****" && if [ -z ${SMOKEPING_VERSION+x} ]; then SMOKEPING_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:smokeping$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache bc bind-tools font-noto-cjk openssh-client fcgiwrap smokeping==${SMOKEPING_VERSION} spawn-fcgi ssmtp sudo tcptraceroute ttf-dejavu && echo "**** give setuid access to traceroute & tcptraceroute ****" && chmod a+s /usr/bin/traceroute && chmod a+s /usr/bin/tcptraceroute && echo "**** fix path to cropper.js ****" && sed -i 's#src="/cropper/#/src="cropper/#' /etc/smokeping/basepage.html && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-01-22 01:55:55 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-22 01:55:55 -0600 (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2023-01-22 01:55:55 -0600 (buildkit.dockerfile.v0)

VOLUME [/config /data]

Details
Created

2023-01-22 07:56:07 UTC

Size

122 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.7.3-r9-ls22 Build-date:- 2023-01-22T01:54:46-06:00
  • maintainer
    ironicbadger,sparklyballs
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-01-22T01:54:46-06:00
  • org.opencontainers.image.description
    [Smokeping](https://oss.oetiker.ch/smokeping/) keeps track of your network latency. For a full example of what this application is capable of visit [UCDavis](http://smokeping.ucdavis.edu/cgi-bin/smokeping.fcgi).
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-smokeping
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    fc49986ae9bd5c7130f2809c322b749cb7371d75
  • org.opencontainers.image.revision
    fc49986ae9bd5c7130f2809c322b749cb7371d75
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-smokeping
  • org.opencontainers.image.title
    Smokeping
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-smokeping/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    2.7.3-r9-ls22

Environment
HOME

/root

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:c7cb10b58ea55f1259f5d7965e4379231e5747874662cca9166f9ea7f519719d - 4.54% (5.54 MB)

[#001] sha256:665a26860e09ef8030830255032e3fd7a21141743338294b6bafabaf462a1296 - 0.0% (2.77 KB)

[#002] sha256:c38a52fb4f909b7e4ffa5de5d54613215be95459514ae879685f2963311393ab - 4.4% (5.38 MB)

[#003] sha256:9fe59586049afff2fc5ccf7583cb77da1bf6b420e61a8547e1b3c72693697ff0 - 0.0% (3.91 KB)

[#004] sha256:689dbce8a3040bd8e1793be1d69c21e6b660611dc155fcc678a123f2ca848dc5 - 7.58% (9.26 MB)

[#005] sha256:056625eff15e12ba7f9c233415109a8481e2d3845719a4b0ebd92f4f7076d6af - 0.01% (7.87 KB)

[#006] sha256:64a06225c92e4a9c3a6c6f914e988c643aafe87da7322adeec4130f46f700ace - 83.46% (102 MB)

[#007] sha256:c4f626ebd8c68238b70cc13e843dbeff6fe4bdff166e7ee79e74705fddb97557 - 0.0% (5.9 KB)


History
2023-01-17 06:31:46 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-01-17 06:31:46 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-17 06:31:46 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-01-17 06:31:46 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-01-17 06:31:46 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 944c28f6-ls9 Build-date:- 2023-01-17T07:30:43+01:00

2023-01-17 06:31:46 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-01-17 06:31:46 UTC (buildkit.dockerfile.v0)

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

2023-01-17 06:31:46 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-01-17 06:31:48 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-01-17T07:30:43+01:00 VERSION=944c28f6-ls9 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq 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-01-17 06:31:48 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-17 06:31:48 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-01-21 18:56:29 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-01-21 18:56:29 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-21 18:56:29 UTC (buildkit.dockerfile.v0)

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

2023-01-22 07:56:06 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-22 07:56:06 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-01-22 07:56:06 UTC (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION

2023-01-22 07:56:06 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.7.3-r9-ls22 Build-date:- 2023-01-22T01:54:46-06:00

2023-01-22 07:56:06 UTC (buildkit.dockerfile.v0)

LABEL maintainer=ironicbadger,sparklyballs

2023-01-22 07:56:06 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-01-22T01:54:46-06:00 VERSION=2.7.3-r9-ls22 SMOKEPING_VERSION=2.7.3-r9 /bin/sh -c echo "**** install packages ****" && if [ -z ${SMOKEPING_VERSION+x} ]; then SMOKEPING_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:smokeping$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache bc bind-tools font-noto-cjk openssh-client fcgiwrap smokeping==${SMOKEPING_VERSION} spawn-fcgi ssmtp sudo tcptraceroute ttf-dejavu && echo "**** give setuid access to traceroute & tcptraceroute ****" && chmod a+s /usr/bin/traceroute && chmod a+s /usr/bin/tcptraceroute && echo "**** fix path to cropper.js ****" && sed -i 's#src="/cropper/#/src="cropper/#' /etc/smokeping/basepage.html && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-01-22 07:56:07 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-22 07:56:07 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2023-01-22 07:56:07 UTC (buildkit.dockerfile.v0)

VOLUME [/config /data]

Details
Created

2023-01-22 07:56:13 UTC

Size

126 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.7.3-r9-ls22 Build-date:- 2023-01-22T01:54:46-06:00
  • maintainer
    ironicbadger,sparklyballs
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-01-22T01:54:46-06:00
  • org.opencontainers.image.description
    [Smokeping](https://oss.oetiker.ch/smokeping/) keeps track of your network latency. For a full example of what this application is capable of visit [UCDavis](http://smokeping.ucdavis.edu/cgi-bin/smokeping.fcgi).
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-smokeping
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    fc49986ae9bd5c7130f2809c322b749cb7371d75
  • org.opencontainers.image.revision
    fc49986ae9bd5c7130f2809c322b749cb7371d75
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-smokeping
  • org.opencontainers.image.title
    Smokeping
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-smokeping/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    2.7.3-r9-ls22

Environment
HOME

/root

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:5561ace89afff46b01abe7a822367f9db93e833f5f23164e09986fcfa31f078b - 4.65% (5.88 MB)

[#001] sha256:665a26860e09ef8030830255032e3fd7a21141743338294b6bafabaf462a1296 - 0.0% (2.77 KB)

[#002] sha256:743be15e6c38826e0c5a34f489b283ed08ed8011dc7ceb4fcbc934db400bef02 - 4.71% (5.94 MB)

[#003] sha256:6cf6456175a23c3e55367b936a4be39ea58c9387fb89e5e954643b9bfe5162cc - 0.0% (3.9 KB)

[#004] sha256:843381cf808ca04f43b138058d08cab4b86258686e6aa1ad7bfca5f15e826360 - 8.39% (10.6 MB)

[#005] sha256:05e4e2ca42530b607dec1c7908e1e551715069379097229f63f809347d71760a - 0.01% (7.84 KB)

[#006] sha256:332f1de90b04a73466cb00ab52d4abb24f7d6a038ca612cd799dfe9ae41342da - 82.23% (104 MB)

[#007] sha256:a68c7d214d7b0fe9bdc2a6e71d7d99ba98f4252dc3467ccaa5ac2761e988feac - 0.0% (5.9 KB)


History
2023-01-17 06:31:47 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-01-17 06:31:47 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-17 06:31:47 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-01-17 06:31:47 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-01-17 06:31:47 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 944c28f6-ls9 Build-date:- 2023-01-17T07:30:43+01:00

2023-01-17 06:31:47 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-01-17 06:31:47 UTC (buildkit.dockerfile.v0)

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

2023-01-17 06:31:47 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-01-17 06:31:48 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-01-17T07:30:43+01:00 VERSION=944c28f6-ls9 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq 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-01-17 06:31:48 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-17 06:31:48 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-01-21 18:56:29 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-01-21 18:56:29 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-21 18:56:29 UTC (buildkit.dockerfile.v0)

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

2023-01-22 07:56:13 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-22 07:56:13 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-01-22 07:56:13 UTC (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION

2023-01-22 07:56:13 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.7.3-r9-ls22 Build-date:- 2023-01-22T01:54:46-06:00

2023-01-22 07:56:13 UTC (buildkit.dockerfile.v0)

LABEL maintainer=ironicbadger,sparklyballs

2023-01-22 07:56:13 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-01-22T01:54:46-06:00 VERSION=2.7.3-r9-ls22 SMOKEPING_VERSION=2.7.3-r9 /bin/sh -c echo "**** install packages ****" && if [ -z ${SMOKEPING_VERSION+x} ]; then SMOKEPING_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:smokeping$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache bc bind-tools font-noto-cjk openssh-client fcgiwrap smokeping==${SMOKEPING_VERSION} spawn-fcgi ssmtp sudo tcptraceroute ttf-dejavu && echo "**** give setuid access to traceroute & tcptraceroute ****" && chmod a+s /usr/bin/traceroute && chmod a+s /usr/bin/tcptraceroute && echo "**** fix path to cropper.js ****" && sed -i 's#src="/cropper/#/src="cropper/#' /etc/smokeping/basepage.html && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-01-22 07:56:13 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-22 07:56:13 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2023-01-22 07:56:13 UTC (buildkit.dockerfile.v0)

VOLUME [/config /data]

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