Namespace
linuxserver
Image / Tag
smokeping:amd64-2.8.2-r2-ls41
Content Digest
sha256:93b5177346a6988390827bb46b14644c3794ed5759969278667b3febb93bee43
Details
Created

2023-05-23 20:33:51 UTC

Size

113 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.8.2-r2-ls41 Build-date:- 2023-05-23T20:31:55+00:00
  • maintainer
    ironicbadger,sparklyballs
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-05-23T20:31:55+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
    4f452760685b4b842b6f3b3d347388feefc76ccc
  • org.opencontainers.image.revision
    4f452760685b4b842b6f3b3d347388feefc76ccc
  • 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-r2-ls41

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:1c8aa21e3fe4589a0bba5c31951692ceea7c056455b79923cfb1fc9bae2e7a62 - 4.76% (5.36 MB)

[#001] sha256:fc9e78fee11fb80befc4a8191043cf20a30f12003cc0769d670cc9d75af3a1b3 - 0.0% (3.64 KB)

[#002] sha256:409da20b55206567302013cd5ca66626c75903ab7903facf0b5ab93d358cd78f - 0.0% (957 Bytes)

[#003] sha256:35b1b50593fb7172e6bc0761c814ed10752b54704f945d8ee6df6be0260fced6 - 4.37% (4.92 MB)

[#004] sha256:db4e70e01f7eed91921c36f09327de28e1a9f4f343c3ad1d97a898ae66655f4c - 0.0% (3.12 KB)

[#005] sha256:8c6705a2dc9471489edc7f50eb1add4ee5d8bda11a382f16c1fa126e6957f4aa - 90.85% (102 MB)

[#006] sha256:6a39fd8aae83e08ee0c00ca4e9b3e1caccadf88b28bc2360710fb827c9f95aa7 - 0.01% (11.1 KB)


History
2023-05-20 13:28:56 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-05-20 13:28:56 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-05-20 13:28:56 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-05-20 13:28:56 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-05-20 13:28:56 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2023-05-20 13:28:56 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2904cf3f-ls5 Build-date:- 2023-05-20T13:27:46+00:00

2023-05-20 13:28:56 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-05-20 13:28:56 UTC (buildkit.dockerfile.v0)

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

2023-05-20 13:28:56 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

2023-05-20 13:28:56 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

2023-05-20 13:28:57 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-05-20T13:27:46+00:00 VERSION=2904cf3f-ls5 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

2023-05-20 13:28:57 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-05-20 13:28:57 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-05-23 20:33:51 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-05-23 20:33:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-05-23 20:33:51 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-05-23 20:33:51 UTC (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION

2023-05-23 20:33:51 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.8.2-r2-ls41 Build-date:- 2023-05-23T20:31:55+00:00

2023-05-23 20:33:51 UTC (buildkit.dockerfile.v0)

LABEL maintainer=ironicbadger,sparklyballs

2023-05-23 20:33:51 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-05-23T20:31:55+00:00 VERSION=2.8.2-r2-ls41 SMOKEPING_VERSION=2.8.2-r2 /bin/sh -c echo "**** install packages ****" && if [ -z ${SMOKEPING_VERSION+x} ]; then SMOKEPING_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.18/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 perl-lwp-protocol-https 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-05-23 20:33:51 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-05-23 20:33:51 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2023-05-23 20:33:51 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