Namespace
linuxserver
Image / Tag
smokeping:amd64-2.7.3-r9-ls14
Content Digest
sha256:d2dc1a164d582b52c4b63e71548503c0601cc023849ad3d1598c53dedd2813ed
Details
Created

2022-12-13 19:49:38 +0100

Size

124 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.7.3-r9-ls14 Build-date:- 2022-12-13T19:48:29+01:00
  • maintainer
    ironicbadger,sparklyballs
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-12-13T19:48:29+01: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
    b8ceff1f0e6c37d9257d3ba5f5f04f793eda7ec9
  • org.opencontainers.image.revision
    b8ceff1f0e6c37d9257d3ba5f5f04f793eda7ec9
  • 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-ls14

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

[#001] sha256:cbba887b254078c8f71db7ca3540ca7514ef9a304f3af37dfdd6f3390ec41f15 - 0.0% (3.16 KB)

[#002] sha256:4383690c097a85725d9448eccd25c11973e7599186c0c6dfaccde0c904658f53 - 3.35% (4.17 MB)

[#003] sha256:465b71c034d24ed694d20d24758dfad8f2d79758593e3a22ac481dfd664069ad - 0.0% (4.47 KB)

[#004] sha256:74346f25a79ea95e67e9a6b3d593b15f1664b0f62062366f4e112acfbbda1c5f - 8.64% (10.8 MB)

[#005] sha256:06458ae61e828c214d6035bc0dcbcec380b5e3dbc30840496c43ed852c82c15a - 0.01% (7.83 KB)

[#006] sha256:cde093c5559ccc52c5d1fa44951fa59bff422dc152f3c28296a56bfe2b2c4720 - 83.45% (104 MB)

[#007] sha256:60c274ff8143900c7d58a7a724ffe8331e1e7104af78e0fb0b6e587d34dc8ecc - 0.0% (5.84 KB)


History
2022-12-06 07:32:53 +0100 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2022-12-06 07:32:53 +0100 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-12-06 07:32:53 +0100 (buildkit.dockerfile.v0)

ARG VERSION

2022-12-06 07:32:53 +0100 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2022-12-06 07:32:53 +0100 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 5270726d-ls4 Build-date:- 2022-12-06T07:31:50+01:00

2022-12-06 07:32:53 +0100 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2022-12-06 07:32:53 +0100 (buildkit.dockerfile.v0)

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

2022-12-06 07:32:53 +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

2022-12-06 07:32:54 +0100 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-12-06T07:31:50+01:00 VERSION=5270726d-ls4 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

2022-12-06 07:32:54 +0100 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-12-06 07:32:54 +0100 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-12-08 06:59:03 +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

2022-12-08 06:59:03 +0100 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-12-08 06:59:03 +0100 (buildkit.dockerfile.v0)

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

2022-12-13 19:49:38 +0100 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-12-13 19:49:38 +0100 (buildkit.dockerfile.v0)

ARG VERSION

2022-12-13 19:49:38 +0100 (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION

2022-12-13 19:49:38 +0100 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.7.3-r9-ls14 Build-date:- 2022-12-13T19:48:29+01:00

2022-12-13 19:49:38 +0100 (buildkit.dockerfile.v0)

LABEL maintainer=ironicbadger,sparklyballs

2022-12-13 19:49:38 +0100 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-12-13T19:48:29+01:00 VERSION=2.7.3-r9-ls14 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

2022-12-13 19:49:38 +0100 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-12-13 19:49:38 +0100 (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2022-12-13 19:49:38 +0100 (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