Namespace
linuxserver
Image / Tag
smokeping:2.8.2-r3-ls86
Content Digest
sha256:d7283c4ee72136889e712844d8be13daf6db2c854eda702283130823b11f5250
Details
Created

2024-03-23 16:49:13 UTC

Size

115 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.8.2-r3-ls86 Build-date:- 2024-03-23T16:47:48+00:00
  • maintainer
    notdriz
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2024-03-23T16:47:48+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
    e1e90403994f5a790e1ea52a1113e217123d3c97
  • org.opencontainers.image.revision
    e1e90403994f5a790e1ea52a1113e217123d3c97
  • 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-ls86

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:f3cdf5a9e67a9265aace700930576d38687ae4580016f242a6cabf67425c2eb2 - 4.77% (5.47 MB)

[#001] sha256:2298c655b51ec3c154f7e128a2ad95bc06f0595171c61a55634ad2ce0c8d9422 - 0.0% (5.41 KB)

[#002] sha256:88d972d96093dcbef72df0ab42664214679ae0a4745fe08ad0da3530dff02af9 - 0.0% (967 Bytes)

[#003] sha256:d0a00a8685be87328e3a821aff09f4d576694214b3aaee86ff791de81de9871c - 4.49% (5.15 MB)

[#004] sha256:a501911985567b7df0adea111a73ea6727b523ac89c08cdc465a3ad1b6cd55e1 - 0.0% (3.91 KB)

[#005] sha256:02e073738b26af33ee7a76ae091621491938bb8a83bcc586aebb83b63b631a82 - 90.73% (104 MB)

[#006] sha256:549cbbaab3751e706c411362823b4604d76f032c7a74e9ec3bd3f2bd63d674f8 - 0.01% (11.4 KB)


History
2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)

ARG VERSION

2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- fa513ea9-ls11 Build-date:- 2024-03-23T13:27:19+00:00

2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)

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

2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)

ADD 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-03-23 13:28:36 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-03-23 13:28:37 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2024-03-23T13:27:19+00:00 VERSION=fa513ea9-ls11 MODS_VERSION=v3 PKG_INST_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl 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-03-23 13:28:37 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2024-03-23 13:28:37 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-03-23 16:49:13 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2024-03-23 16:49:13 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2024-03-23 16:49:13 UTC (buildkit.dockerfile.v0)

ARG VERSION

2024-03-23 16:49:13 UTC (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION

2024-03-23 16:49:13 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.8.2-r3-ls86 Build-date:- 2024-03-23T16:47:48+00:00

2024-03-23 16:49:13 UTC (buildkit.dockerfile.v0)

LABEL maintainer=notdriz

2024-03-23 16:49:13 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2024-03-23T16:47:48+00:00 VERSION=2.8.2-r3-ls86 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.19/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-lwp-protocol-https perl-path-tiny smokeping==${SMOKEPING_VERSION} ssmtp sudo tcptraceroute && echo "**** Build perl TacacsPlus module ****" && cpanm Authen::TacacsPlus && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/* /etc/apache2/httpd.conf # buildkit

2024-03-23 16:49:13 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2024-03-23 16:49:13 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2024-03-23 16:49:13 UTC (buildkit.dockerfile.v0)

VOLUME [/config /data]

Details
Created

2024-03-23 16:49:19 UTC

Size

116 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.8.2-r3-ls86 Build-date:- 2024-03-23T16:47:48+00:00
  • maintainer
    notdriz
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2024-03-23T16:47:48+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
    e1e90403994f5a790e1ea52a1113e217123d3c97
  • org.opencontainers.image.revision
    e1e90403994f5a790e1ea52a1113e217123d3c97
  • 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-ls86

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:5886b6d570c7effe5356ed09383afa91436078cc3d126d92a4b9881d61f28dc7 - 5.1% (5.89 MB)

[#001] sha256:2298c655b51ec3c154f7e128a2ad95bc06f0595171c61a55634ad2ce0c8d9422 - 0.0% (5.41 KB)

[#002] sha256:d334f1d8dd541e47aa6529c1d34ddd84f1cee052664050a8f6c5f218453b8e37 - 0.0% (967 Bytes)

[#003] sha256:29695116a697cd18cb783220d3aab187539a1012ef0acb6149c784a9afd2feb1 - 4.69% (5.42 MB)

[#004] sha256:c27f3a26e01873aa162732c829feee78e49c8b38ddb380480e481fe91e5a4bf0 - 0.0% (3.91 KB)

[#005] sha256:32b263dc16f0f16d6cced4113ba51ffd00d7700a25f2867aac2e32c640079e98 - 90.19% (104 MB)

[#006] sha256:51a62c5efc634e85d6472e9a907ce4da86f5d29ff651223d7065eaea0db11d07 - 0.01% (11.4 KB)


History
2024-03-23 13:28:43 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2024-03-23 13:28:43 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2024-03-23 13:28:43 UTC (buildkit.dockerfile.v0)

ARG VERSION

2024-03-23 13:28:43 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2024-03-23 13:28:43 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2024-03-23 13:28:43 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- fa513ea9-ls11 Build-date:- 2024-03-23T13:27:19+00:00

2024-03-23 13:28:43 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2024-03-23 13:28:43 UTC (buildkit.dockerfile.v0)

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

2024-03-23 13:28:43 UTC (buildkit.dockerfile.v0)

ADD 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-03-23 13:28:43 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-03-23 13:28:45 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2024-03-23T13:27:19+00:00 VERSION=fa513ea9-ls11 MODS_VERSION=v3 PKG_INST_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl 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-03-23 13:28:45 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2024-03-23 13:28:45 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-03-23 16:49:19 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2024-03-23 16:49:19 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2024-03-23 16:49:19 UTC (buildkit.dockerfile.v0)

ARG VERSION

2024-03-23 16:49:19 UTC (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION

2024-03-23 16:49:19 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.8.2-r3-ls86 Build-date:- 2024-03-23T16:47:48+00:00

2024-03-23 16:49:19 UTC (buildkit.dockerfile.v0)

LABEL maintainer=notdriz

2024-03-23 16:49:19 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2024-03-23T16:47:48+00:00 VERSION=2.8.2-r3-ls86 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.19/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-lwp-protocol-https perl-path-tiny smokeping==${SMOKEPING_VERSION} ssmtp sudo tcptraceroute && echo "**** Build perl TacacsPlus module ****" && cpanm Authen::TacacsPlus && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/* /etc/apache2/httpd.conf # buildkit

2024-03-23 16:49:19 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2024-03-23 16:49:19 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2024-03-23 16:49:19 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