Namespace
linuxserver
Image / Tag
smokeping:amd64-2.7.3-r9-ls36
Content Digest
sha256:3e5348aa65525e95768bbd2631a49c1450b603b07e9040fd5e5a98a342ad3d5a
Details
Created

2023-04-25 22:33:48 +0200

Size

117 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.7.3-r9-ls36 Build-date:- 2023-04-25T22:32:21+02:00
  • maintainer
    ironicbadger,sparklyballs
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-04-25T22:32:21+02: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
    792943f6dd8dc46a922ae30365457fc6080a39fe
  • org.opencontainers.image.revision
    792943f6dd8dc46a922ae30365457fc6080a39fe
  • 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-ls36

Environment
HOME

/root

LSIO_FIRST_PARTY

true

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:be71678e1edd6891c1ef43e435c24ae7eb320e975eff5f22a8f785bc351b82a5 - 4.84% (5.66 MB)

[#001] sha256:d2e3055e06573ab92f13c5e10afa9c4160d94a4808ce1b670b090b9a0d4522fa - 0.0% (3.56 KB)

[#002] sha256:9091c7de5477432189a43d8c10a03f77bdde2d0c608b54d990f17645c1c4bd33 - 3.65% (4.26 MB)

[#003] sha256:d9031a99c884bc4e64aba30b2932a8494e8bac18a82d64349dbb4c85544d3c3d - 0.0% (3.65 KB)

[#004] sha256:374e40b2c69c526ab93508065c8b963468ef6287d179aea73fec26a9b4a10871 - 91.5% (107 MB)

[#005] sha256:6cb8a405c1c487cd5073a2e23fc17ae64bbcef75ca1ffba9951807d7b57227fe - 0.01% (11.1 KB)


History
2023-04-22 08:31:51 -0500 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-04-22 08:31:51 -0500 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-22 08:31:51 -0500 (buildkit.dockerfile.v0)

ARG VERSION

2023-04-22 08:31:51 -0500 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-04-22 08:31:51 -0500 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 45334c30-ls18 Build-date:- 2023-04-22T08:30:21-05:00

2023-04-22 08:31:51 -0500 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-04-22 08:31:51 -0500 (buildkit.dockerfile.v0)

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

2023-04-22 08:31:51 -0500 (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

2023-04-22 08:31:53 -0500 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-04-22T08:30:21-05:00 VERSION=45334c30-ls18 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd 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

2023-04-22 08:31:53 -0500 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-22 08:31:53 -0500 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-04-25 22:33:48 +0200 (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-04-25 22:33:48 +0200 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-25 22:33:48 +0200 (buildkit.dockerfile.v0)

ARG VERSION

2023-04-25 22:33:48 +0200 (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION

2023-04-25 22:33:48 +0200 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.7.3-r9-ls36 Build-date:- 2023-04-25T22:32:21+02:00

2023-04-25 22:33:48 +0200 (buildkit.dockerfile.v0)

LABEL maintainer=ironicbadger,sparklyballs

2023-04-25 22:33:48 +0200 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-04-25T22:32:21+02:00 VERSION=2.7.3-r9-ls36 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 apache2 apache2-ctl apache2-utils apache-mod-fcgid bc bind-tools font-noto-cjk openssh-client smokeping==${SMOKEPING_VERSION} ssmtp sudo tcptraceroute && 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 "**** remove default apache conf ****" && rm -rf /tmp/* /etc/apache2/httpd.conf # buildkit

2023-04-25 22:33:48 +0200 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-25 22:33:48 +0200 (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2023-04-25 22:33:48 +0200 (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