Namespace
linuxserver
Image / Tag
smokeping:version-2.7.3-r5
Content Digest
sha256:98e76a92c38070016dfa9fde56fabaa18fa55f0f46fba4bf140496ccae4a47dc
Details
Created

2022-12-04 08:57:50 +0100

Size

117 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.7.3-r5-ls13 Build-date:- 2022-12-04T08:56:38+01:00
  • maintainer
    ironicbadger,sparklyballs
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-12-04T08:56:38+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
    9d5800eb4e7db5551d1c6d6d52ecbf7548928d66
  • org.opencontainers.image.revision
    9d5800eb4e7db5551d1c6d6d52ecbf7548928d66
  • 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-r5-ls13

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

TERM

xterm


Layers

[#000] sha256:7d53a9d53e4ca8bae33c811684424bd8454c1bae367a34c0515b928429ae249f - 4.38% (5.11 MB)

[#001] sha256:0ba74a1f96d7d22c671a5e83d498883023efc20284414344c054e168d5f0b1f9 - 3.21% (3.74 MB)

[#002] sha256:f24e53f41e169f779505c78a56bea425ea358852dfc179762d5d9a9d16c72066 - 0.0% (5.44 KB)

[#003] sha256:009ca7efbc0bc06f8eeb2bfa77bd70ed4e9063ea4349cecbad4a2a0f2f7c65fa - 0.0% (1.61 KB)

[#004] sha256:70da03a685296971e4b3cff00e110b06670e6e6844ff05299e202f404f46018b - 92.39% (108 MB)

[#005] sha256:ea3d3ce9693be934f17be377e5da6c703220d10ddb0fcba8d0d703af0cf05e00 - 0.01% (9.04 KB)


History
2022-11-29 00:34:04 -0600 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2022-11-29 00:34:05 -0600 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-11-29 00:34:05 -0600 (buildkit.dockerfile.v0)

ARG VERSION

2022-11-29 00:34:05 -0600 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2446639f-ls50 Build-date:- 2022-11-29T00:32:54-06:00

2022-11-29 00:34:05 -0600 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2022-11-29 00:34:05 -0600 (buildkit.dockerfile.v0)

ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0

2022-11-29 00:34:05 -0600 (buildkit.dockerfile.v0)

RUN |2 BUILD_DATE=2022-11-29T00:32:54-06:00 VERSION=2446639f-ls50 /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/* # buildkit

2022-11-29 00:34:06 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-11-29 00:34:06 -0600 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-12-04 08:57:41 +0100 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-12-04 08:57:41 +0100 (buildkit.dockerfile.v0)

ARG VERSION

2022-12-04 08:57:41 +0100 (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION

2022-12-04 08:57:41 +0100 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.7.3-r5-ls13 Build-date:- 2022-12-04T08:56:38+01:00

2022-12-04 08:57:41 +0100 (buildkit.dockerfile.v0)

LABEL maintainer=ironicbadger,sparklyballs

2022-12-04 08:57:41 +0100 (buildkit.dockerfile.v0)

COPY tcpping /defaults/ # buildkit

2022-12-04 08:57:50 +0100 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-12-04T08:56:38+01:00 VERSION=2.7.3-r5-ls13 SMOKEPING_VERSION=2.7.3-r5 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl && if [ -z ${SMOKEPING_VERSION+x} ]; then SMOKEPING_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.13/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 apache2 apache2-ctl apache2-utils apache-mod-fcgid bc bind-tools font-noto-cjk openssh-client smokeping==${SMOKEPING_VERSION} 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 "**** install tcpping script ****" && install -m755 -D /defaults/tcpping /usr/bin/ && echo "**** remove default apache conf ****" && rm -f /etc/apache2/httpd.conf # buildkit

2022-12-04 08:57:50 +0100 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-12-04 08:57:50 +0100 (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2022-12-04 08:57:50 +0100 (buildkit.dockerfile.v0)

VOLUME [/config /data]

Details
Created

2022-12-04 07:58:03 UTC

Size

115 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.7.3-r5-ls13 Build-date:- 2022-12-04T08:56:38+01:00
  • maintainer
    ironicbadger,sparklyballs
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-12-04T08:56:38+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
    9d5800eb4e7db5551d1c6d6d52ecbf7548928d66
  • org.opencontainers.image.revision
    9d5800eb4e7db5551d1c6d6d52ecbf7548928d66
  • 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-r5-ls13

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

TERM

xterm


Layers

[#000] sha256:0c26169fe4840c9eeca03a6dc0defd62b088dff59b6a729d9e0edbbd046e02da - 4.43% (5.08 MB)

[#001] sha256:9d5fc85794fdeccdf9afe66d630ca342ce04336af8775b486d3151cbbd52c786 - 4.19% (4.81 MB)

[#002] sha256:27f37956ab2489dfe739eb4d164258f3905786267ae302352de612d2b60e6c99 - 0.0% (5.44 KB)

[#003] sha256:8c843796eb3f8f4d1edbec43b1782d627b9b96e1b3dd5782eac386b0508ef4b9 - 0.0% (1.61 KB)

[#004] sha256:42add50d17daa0b280555f4768453872a22834d154509fbdea941c1d0cb9d87c - 91.37% (105 MB)

[#005] sha256:f5496ee7a4b225ed306c896a68d4f7babf1a297cf3a66c187ef672209284984f - 0.01% (9.04 KB)


History
2022-11-29 06:34:04 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

ARG VERSION

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2446639f-ls50 Build-date:- 2022-11-29T00:32:54-06:00

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

RUN |2 BUILD_DATE=2022-11-29T00:32:54-06:00 VERSION=2446639f-ls50 /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/* # buildkit

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-12-04 07:57:47 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-12-04 07:57:47 UTC (buildkit.dockerfile.v0)

ARG VERSION

2022-12-04 07:57:47 UTC (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION

2022-12-04 07:57:47 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.7.3-r5-ls13 Build-date:- 2022-12-04T08:56:38+01:00

2022-12-04 07:57:47 UTC (buildkit.dockerfile.v0)

LABEL maintainer=ironicbadger,sparklyballs

2022-12-04 07:57:47 UTC (buildkit.dockerfile.v0)

COPY tcpping /defaults/ # buildkit

2022-12-04 07:58:03 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-12-04T08:56:38+01:00 VERSION=2.7.3-r5-ls13 SMOKEPING_VERSION=2.7.3-r5 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl && if [ -z ${SMOKEPING_VERSION+x} ]; then SMOKEPING_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.13/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 apache2 apache2-ctl apache2-utils apache-mod-fcgid bc bind-tools font-noto-cjk openssh-client smokeping==${SMOKEPING_VERSION} 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 "**** install tcping script ****" && install -m755 -D /defaults/tcpping /usr/bin/ && echo "**** remove default apache conf ****" && rm -f /etc/apache2/httpd.conf # buildkit

2022-12-04 07:58:03 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-12-04 07:58:03 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2022-12-04 07:58:03 UTC (buildkit.dockerfile.v0)

VOLUME [/config /data]

Details
Created

2022-12-04 07:57:52 UTC

Size

118 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.7.3-r5-ls13 Build-date:- 2022-12-04T08:56:38+01:00
  • maintainer
    ironicbadger,sparklyballs
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-12-04T08:56:38+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
    9d5800eb4e7db5551d1c6d6d52ecbf7548928d66
  • org.opencontainers.image.revision
    9d5800eb4e7db5551d1c6d6d52ecbf7548928d66
  • 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-r5-ls13

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

TERM

xterm


Layers

[#000] sha256:c1531a9acbbfb35e3d599035b4946d3f126ba9fe30ef825467759084b2490cb6 - 4.5% (5.31 MB)

[#001] sha256:fcdf0131e1512d31df61b16025923b076e473a589efc87c02d12df2cb8b3e521 - 4.57% (5.39 MB)

[#002] sha256:85428b5c7895371a44e8060c43132a2f880b2a2e739188d74081dcf1f1a28498 - 0.0% (5.43 KB)

[#003] sha256:ca1ed0e679bdd4b55e82d70678c364572ba09469f1e43613ea410e20bd256691 - 0.0% (1.61 KB)

[#004] sha256:cc9ae39f73a7c2ec1c6a1d55ee042f8978b6fafb8643ca655a54136723f632c1 - 90.93% (107 MB)

[#005] sha256:1bfb1984da910d885dc4e4e83eabd7d4a3de7d5c084cd158e07be48539ec4328 - 0.01% (9.04 KB)


History
2022-11-29 06:34:05 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

ARG VERSION

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2446639f-ls50 Build-date:- 2022-11-29T00:32:54-06:00

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

RUN |2 BUILD_DATE=2022-11-29T00:32:54-06:00 VERSION=2446639f-ls50 /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/* # buildkit

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-11-29 06:34:06 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-12-04 07:57:44 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-12-04 07:57:44 UTC (buildkit.dockerfile.v0)

ARG VERSION

2022-12-04 07:57:44 UTC (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION

2022-12-04 07:57:44 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.7.3-r5-ls13 Build-date:- 2022-12-04T08:56:38+01:00

2022-12-04 07:57:44 UTC (buildkit.dockerfile.v0)

LABEL maintainer=ironicbadger,sparklyballs

2022-12-04 07:57:44 UTC (buildkit.dockerfile.v0)

COPY tcpping /defaults/ # buildkit

2022-12-04 07:57:52 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-12-04T08:56:38+01:00 VERSION=2.7.3-r5-ls13 SMOKEPING_VERSION=2.7.3-r5 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl && if [ -z ${SMOKEPING_VERSION+x} ]; then SMOKEPING_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.13/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 apache2 apache2-ctl apache2-utils apache-mod-fcgid bc bind-tools font-noto-cjk openssh-client smokeping==${SMOKEPING_VERSION} 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 "**** install tcping script ****" && install -m755 -D /defaults/tcpping /usr/bin/ && echo "**** remove default apache conf ****" && rm -f /etc/apache2/httpd.conf # buildkit

2022-12-04 07:57:52 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-12-04 07:57:52 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2022-12-04 07:57:52 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