Namespace
linuxserver
Image / Tag
smokeping:2.8.2-r3-ls123
Content Digest
sha256:65b3dd6ea3b4ba8a7ef7096e8ba6f92b43a2c69732ca856d73ee1407016b1882
Details
Created

2025-02-25 20:41:01 UTC

Size

117 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.8.2-r3-ls123 Build-date:- 2025-02-25T20:36:45+00:00
  • maintainer
    notdriz
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2025-02-25T20:36:45+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
    bf549a76f8bb1d9c573deca5071859a290a9bcb4
  • org.opencontainers.image.revision
    bf549a76f8bb1d9c573deca5071859a290a9bcb4
  • 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-ls123

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:b029702626e6962aa24ecd61b4ecacd8dde1392e788403b071104c5991c6393a - 4.84% (5.67 MB)

[#001] sha256:e1cde46db0e1399e7c13610262617155cd0a3e7823f951b9870fbc36a772039b - 0.01% (6.07 KB)

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

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

[#004] sha256:e520206b075fc37e66ab6f1d0715571f35162ade8ab75435a217adc3e7e97ce0 - 4.98% (5.84 MB)

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

[#006] sha256:d520dca8f0277c60c299729a459a68d6e01d07f7b58de9d67b526b43c24276d8 - 90.16% (106 MB)

[#007] sha256:840c1417963bac2d28c25021b6e71b457330f33fcbaf44a534a3fec253177f0b - 0.01% (11.4 KB)


History
2025-02-15 13:31:27 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2025-02-15 13:31:28 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE=2025-02-15T13:30:29+00:00

2025-02-15 13:31:28 UTC (buildkit.dockerfile.v0)

ARG VERSION=a0970cfe-ls21

2025-02-15 13:31:28 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2025-02-15 13:31:28 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2025-02-15 13:31:28 UTC (buildkit.dockerfile.v0)

ARG LSIOWN_VERSION=v1

2025-02-15 13:31:28 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- a0970cfe-ls21 Build-date:- 2025-02-15T13:30:29+00:00

2025-02-15 13:31:28 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2025-02-15 13:31:28 UTC (buildkit.dockerfile.v0)

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

2025-02-15 13:31:28 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

2025-02-15 13:31:28 UTC (buildkit.dockerfile.v0)

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

2025-02-15 13:31:28 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

2025-02-15 13:31:29 UTC (buildkit.dockerfile.v0)

RUN |5 BUILD_DATE=2025-02-15T13:30:29+00:00 VERSION=a0970cfe-ls21 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

2025-02-15 13:31:30 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2025-02-15 13:31:30 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2025-02-25 20:41:01 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2025-02-25 20:41:01 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE=2025-02-25T20:36:45+00:00

2025-02-25 20:41:01 UTC (buildkit.dockerfile.v0)

ARG VERSION=2.8.2-r3-ls123

2025-02-25 20:41:01 UTC (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION=2.8.2-r3

2025-02-25 20:41:01 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.8.2-r3-ls123 Build-date:- 2025-02-25T20:36:45+00:00

2025-02-25 20:41:01 UTC (buildkit.dockerfile.v0)

LABEL maintainer=notdriz

2025-02-25 20:41:01 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2025-02-25T20:36:45+00:00 VERSION=2.8.2-r3-ls123 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-02-25 20:41:01 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2025-02-25 20:41:01 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2025-02-25 20:41:01 UTC (buildkit.dockerfile.v0)

VOLUME [/config /data]

Details
Created

2025-02-25 20:43:06 UTC

Size

118 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.8.2-r3-ls123 Build-date:- 2025-02-25T20:36:45+00:00
  • maintainer
    notdriz
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2025-02-25T20:36:45+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
    bf549a76f8bb1d9c573deca5071859a290a9bcb4
  • org.opencontainers.image.revision
    bf549a76f8bb1d9c573deca5071859a290a9bcb4
  • 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-ls123

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:36b551685f9d2b3c83687b7e4392eb16fb639eec7d08ce243a8129c58e6d7a0b - 5.57% (6.59 MB)

[#001] sha256:e1cde46db0e1399e7c13610262617155cd0a3e7823f951b9870fbc36a772039b - 0.01% (6.07 KB)

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

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

[#004] sha256:ddda07c37fac473c0408c6fc27cc12c39d3e4553cdf933e4518f93ef0aac277b - 5.01% (5.93 MB)

[#005] sha256:719885058d1623ea2326b783598fab746a8ccb69e9297ba0efcc32cffae2f19d - 0.0% (3.88 KB)

[#006] sha256:2521a865bb5ef0da744ef29163382bd8e2802acd9040616b315abde94d97041b - 89.41% (106 MB)

[#007] sha256:8485080cad559e540788c72c284e6798208561037f21878f05e9f4b9ca570417 - 0.01% (11.4 KB)


History
2025-02-15 13:31:31 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

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

ARG BUILD_DATE=2025-02-15T13:30:29+00:00

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

ARG VERSION=a0970cfe-ls21

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

ARG MODS_VERSION=v3

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

ARG PKG_INST_VERSION=v1

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

ARG LSIOWN_VERSION=v1

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

LABEL build_version=Linuxserver.io version:- a0970cfe-ls21 Build-date:- 2025-02-15T13:30:29+00:00

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

LABEL maintainer=TheLamer

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

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

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

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

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

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

2025-02-15 13:31:32 UTC (buildkit.dockerfile.v0)

RUN |5 BUILD_DATE=2025-02-15T13:30:29+00:00 VERSION=a0970cfe-ls21 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

2025-02-15 13:31:32 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2025-02-15 13:31:32 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2025-02-25 20:43:06 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2025-02-25 20:43:06 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE=2025-02-25T20:36:45+00:00

2025-02-25 20:43:06 UTC (buildkit.dockerfile.v0)

ARG VERSION=2.8.2-r3-ls123

2025-02-25 20:43:06 UTC (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION=2.8.2-r3

2025-02-25 20:43:06 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.8.2-r3-ls123 Build-date:- 2025-02-25T20:36:45+00:00

2025-02-25 20:43:06 UTC (buildkit.dockerfile.v0)

LABEL maintainer=notdriz

2025-02-25 20:43:06 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2025-02-25T20:36:45+00:00 VERSION=2.8.2-r3-ls123 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-02-25 20:43:06 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2025-02-25 20:43:06 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2025-02-25 20:43:06 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