Namespace
linuxserver
Image / Tag
smokeping:2.8.2-r3-ls114
Content Digest
sha256:442bc752452ea550a8428a72cd96627ed3a78050e807e72c80ef5dd8b83ee6ad
Details
Created

2025-01-02 09:17:15 UTC

Size

117 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.8.2-r3-ls114 Build-date:- 2025-01-02T09:06:03+00:00
  • maintainer
    notdriz
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2025-01-02T09:06:03+00: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
    e7ed4a28e59a85ad15dbfd52eeb00ad4af7a05ec
  • org.opencontainers.image.revision
    e7ed4a28e59a85ad15dbfd52eeb00ad4af7a05ec
  • 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.8.2-r3-ls114

Environment
HOME

/root

LSIO_FIRST_PARTY

true

PATH

/lsiopy/bin:/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

VIRTUAL_ENV

/lsiopy


Layers

[#000] sha256:6e5ae624146d1560b509a31167f50f5ad8640c54e1b19c341e46bf45b73770a9 - 4.84% (5.67 MB)

[#001] sha256:cb842270a9c596b3e1b7c016c8172b9edc2f9396dfdf2cb148138bee8003e5db - 0.0% (5.26 KB)

[#002] sha256:32bb54558de5e1a54044b116cf3a3eaabed2f3044d77d9a0e611841d9cc33212 - 0.0% (1.33 KB)

[#003] sha256:a0a49a0f2106cbe65979128376e84f15cd408dd94dee43db2bc48c9e2539ff4b - 0.0% (702 Bytes)

[#004] sha256:7102858581d8fe6313c27aee024abec0adc633527b3c8d03f7ddc0ceb6a165a6 - 4.81% (5.63 MB)

[#005] sha256:77feedf64d75c59b7a64b167a47d97cddfba348465da24050f5d4398c063677a - 0.0% (3.89 KB)

[#006] sha256:fc7943f632547c753d90d3bebdbbd72d5c695e59eaf435cf8b4e671b89888855 - 90.33% (106 MB)

[#007] sha256:4260a16a95ce3de4970f154ceead3de13e27aa43a6956facbf800724fbf7a215 - 0.01% (11.4 KB)


History
2024-12-15 18:58:01 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2024-12-15 18:58:01 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE=2024-12-15T18:56:37+00:00

2024-12-15 18:58:01 UTC (buildkit.dockerfile.v0)

ARG VERSION=4fdca5e7-ls16

2024-12-15 18:58:01 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2024-12-15 18:58:01 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2024-12-15 18:58:01 UTC (buildkit.dockerfile.v0)

ARG LSIOWN_VERSION=v1

2024-12-15 18:58:01 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 4fdca5e7-ls16 Build-date:- 2024-12-15T18:56:37+00:00

2024-12-15 18:58:01 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2024-12-15 18:58:01 UTC (buildkit.dockerfile.v0)

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

2024-12-15 18:58:01 UTC (buildkit.dockerfile.v0)

ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit

2024-12-15 18:58:02 UTC (buildkit.dockerfile.v0)

ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit

2024-12-15 18:58:02 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 VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-12-15 18:58:03 UTC (buildkit.dockerfile.v0)

RUN |5 BUILD_DATE=2024-12-15T18:56:37+00:00 VERSION=4fdca5e7-ls16 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng 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 /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2024-12-15 18:58:03 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2024-12-15 18:58:03 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2025-01-02 09:17:14 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2025-01-02 09:17:14 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE=2025-01-02T09:06:03+00:00

2025-01-02 09:17:14 UTC (buildkit.dockerfile.v0)

ARG VERSION=2.8.2-r3-ls114

2025-01-02 09:17:14 UTC (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION=2.8.2-r3

2025-01-02 09:17:14 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.8.2-r3-ls114 Build-date:- 2025-01-02T09:06:03+00:00

2025-01-02 09:17:14 UTC (buildkit.dockerfile.v0)

LABEL maintainer=notdriz

2025-01-02 09:17:14 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2025-01-02T09:06:03+00:00 VERSION=2.8.2-r3-ls114 SMOKEPING_VERSION=2.8.2-r3 /bin/sh -c echo "**** install packages ****" && if [ -z ${SMOKEPING_VERSION+x} ]; then SMOKEPING_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.20/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 --virtual=build-dependencies build-base perl-app-cpanminus perl-dev && apk add --no-cache apache2 apache2-ctl apache2-utils apache-mod-fcgid bc bind-tools font-noto-cjk irtt openssh-client perl-authen-radius perl-json-maybexs perl-lwp-protocol-https perl-path-tiny smokeping==${SMOKEPING_VERSION} ssmtp sudo tcptraceroute && echo "**** Build perl TacacsPlus module ****" && cpanm Authen::TacacsPlus && echo "**** Build perl InfluxDB modules ****" && cpanm InfluxDB::HTTP && cpanm Method::Signatures --force && cpanm Object::Result && cpanm InfluxDB::LineProtocol && 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 && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** Cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/* /root/.cpanm /etc/apache2/httpd.conf # buildkit

2025-01-02 09:17:15 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2025-01-02 09:17:15 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2025-01-02 09:17:15 UTC (buildkit.dockerfile.v0)

VOLUME [/config /data]

Details
Created

2025-01-02 09:13:31 UTC

Size

118 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.8.2-r3-ls114 Build-date:- 2025-01-02T09:06:03+00:00
  • maintainer
    notdriz
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2025-01-02T09:06:03+00: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
    e7ed4a28e59a85ad15dbfd52eeb00ad4af7a05ec
  • org.opencontainers.image.revision
    e7ed4a28e59a85ad15dbfd52eeb00ad4af7a05ec
  • 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.8.2-r3-ls114

Environment
HOME

/root

LSIO_FIRST_PARTY

true

PATH

/lsiopy/bin:/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

VIRTUAL_ENV

/lsiopy


Layers

[#000] sha256:55d7134078565236f0462ae1e99511441582cffc139647fe8a54938b1c736241 - 5.56% (6.59 MB)

[#001] sha256:cb842270a9c596b3e1b7c016c8172b9edc2f9396dfdf2cb148138bee8003e5db - 0.0% (5.26 KB)

[#002] sha256:b0c3442a590d0c8baa3afd9bf22a84d4068236c7a1dcc831ff2a7679f7a6e3db - 0.0% (1.33 KB)

[#003] sha256:a2a781df9f12a3f62c1505acb695a61237be6012254126f75904636e3254e7fa - 0.0% (707 Bytes)

[#004] sha256:19a184e59d23b366b75432167e6d366b2eefb3f24143fff7d3285b4f778bd17e - 5.0% (5.93 MB)

[#005] sha256:37532b8aad735f465e142b37c344ee445a4edd2c58a56c93353d7831e9c7399b - 0.0% (3.88 KB)

[#006] sha256:9664da6f5479c313e78b284caae2bb5b46b51bc90e58070986a6849f34ae3243 - 89.42% (106 MB)

[#007] sha256:07a075170bfbb1c768e9ffc8ef758f3f8b774572aab429b3356400d317b07ac9 - 0.01% (11.4 KB)


History
2024-12-15 18:58:03 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2024-12-15 18:58:03 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE=2024-12-15T18:56:37+00:00

2024-12-15 18:58:03 UTC (buildkit.dockerfile.v0)

ARG VERSION=4fdca5e7-ls16

2024-12-15 18:58:03 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2024-12-15 18:58:03 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2024-12-15 18:58:03 UTC (buildkit.dockerfile.v0)

ARG LSIOWN_VERSION=v1

2024-12-15 18:58:03 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 4fdca5e7-ls16 Build-date:- 2024-12-15T18:56:37+00:00

2024-12-15 18:58:03 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2024-12-15 18:58:03 UTC (buildkit.dockerfile.v0)

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

2024-12-15 18:58:03 UTC (buildkit.dockerfile.v0)

ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit

2024-12-15 18:58:03 UTC (buildkit.dockerfile.v0)

ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit

2024-12-15 18:58:03 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 VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-12-15 18:58:04 UTC (buildkit.dockerfile.v0)

RUN |5 BUILD_DATE=2024-12-15T18:56:37+00:00 VERSION=4fdca5e7-ls16 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng 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 /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2024-12-15 18:58:04 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2024-12-15 18:58:04 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2025-01-02 09:13:30 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2025-01-02 09:13:30 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE=2025-01-02T09:06:03+00:00

2025-01-02 09:13:30 UTC (buildkit.dockerfile.v0)

ARG VERSION=2.8.2-r3-ls114

2025-01-02 09:13:30 UTC (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION=2.8.2-r3

2025-01-02 09:13:30 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.8.2-r3-ls114 Build-date:- 2025-01-02T09:06:03+00:00

2025-01-02 09:13:30 UTC (buildkit.dockerfile.v0)

LABEL maintainer=notdriz

2025-01-02 09:13:30 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2025-01-02T09:06:03+00:00 VERSION=2.8.2-r3-ls114 SMOKEPING_VERSION=2.8.2-r3 /bin/sh -c echo "**** install packages ****" && if [ -z ${SMOKEPING_VERSION+x} ]; then SMOKEPING_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.20/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 --virtual=build-dependencies build-base perl-app-cpanminus perl-dev && apk add --no-cache apache2 apache2-ctl apache2-utils apache-mod-fcgid bc bind-tools font-noto-cjk irtt openssh-client perl-authen-radius perl-json-maybexs perl-lwp-protocol-https perl-path-tiny smokeping==${SMOKEPING_VERSION} ssmtp sudo tcptraceroute && echo "**** Build perl TacacsPlus module ****" && cpanm Authen::TacacsPlus && echo "**** Build perl InfluxDB modules ****" && cpanm InfluxDB::HTTP && cpanm Method::Signatures --force && cpanm Object::Result && cpanm InfluxDB::LineProtocol && 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 && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** Cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/* /root/.cpanm /etc/apache2/httpd.conf # buildkit

2025-01-02 09:13:31 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2025-01-02 09:13:31 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2025-01-02 09:13:31 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