Namespace
linuxserver
Image / Tag
smokeping:arm32v7-2.7.3-r9-ls28
Content Digest
sha256:b6c9e7d37103e4c8c062c4d930d3bf2da8f91ffabbfdfe81d61abeaa16f55ec5
Details
Created

2023-02-26 02:56:41 -0500

Size

116 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.7.3-r9-ls28 Build-date:- 2023-02-26T01:54:36-06:00
  • maintainer
    ironicbadger,sparklyballs
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-02-26T01:54:36-06: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
    3ad82b0bccd619aed078818f15447a5d92f4f7cd
  • org.opencontainers.image.revision
    3ad82b0bccd619aed078818f15447a5d92f4f7cd
  • 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-ls28

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

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm


Layers

[#000] sha256:3992a43f6278e9e89a95b33725c57cafc74b5907060843f5864dc7e2fb240751 - 4.8% (5.55 MB)

[#001] sha256:665f8ff9770e0272412605a43112778f4ae555ae7394a3c1f2d32f9f92a64412 - 0.0% (3.22 KB)

[#002] sha256:e420ac00a00f5fa0963627723aae8be759b6209869d89da9dcb976c5b3b377ec - 4.66% (5.38 MB)

[#003] sha256:706418bbdf3dae30e7be094835283705a514a2aaaca7c36e3c72bc99e2f610cd - 0.0% (3.92 KB)

[#004] sha256:ae90312a9bb3d15fd3a0bc292905e3ae1ac0f567e1fbf96c3f79ab028e68d421 - 90.53% (105 MB)

[#005] sha256:eb75eee7432c860ea16133364957ea3507a49c79a38030553f27ed56f9691476 - 0.01% (11.2 KB)


History
2023-02-21 06:34:03 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-02-21 06:34:03 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-21 06:34:03 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-02-21 06:34:03 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-02-21 06:34:03 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 5dd1ab6b-ls11 Build-date:- 2023-02-21T00:32:41-06:00

2023-02-21 06:34:03 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-02-21 06:34:03 UTC (buildkit.dockerfile.v0)

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

2023-02-21 06:34: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

2023-02-21 06:34:05 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-02-21T00:32:41-06:00 VERSION=5dd1ab6b-ls11 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq 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

2023-02-21 06:34:05 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-02-21 06:34:05 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-02-26 02:56:41 -0500 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-26 02:56:41 -0500 (buildkit.dockerfile.v0)

ARG VERSION

2023-02-26 02:56:41 -0500 (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION

2023-02-26 02:56:41 -0500 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.7.3-r9-ls28 Build-date:- 2023-02-26T01:54:36-06:00

2023-02-26 02:56:41 -0500 (buildkit.dockerfile.v0)

LABEL maintainer=ironicbadger,sparklyballs

2023-02-26 02:56:41 -0500 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-02-26T01:54:36-06:00 VERSION=2.7.3-r9-ls28 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-02-26 02:56:41 -0500 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-02-26 02:56:41 -0500 (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2023-02-26 02:56:41 -0500 (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