Namespace
linuxserver
Image / Tag
smokeping:arm64v8-2.8.2-r2-ls71
Content Digest
sha256:476efa18c5885094cb816b3dff0f28720b374542da4b6d7c5b1feee75c159e3d
Details
Created

2023-12-26 20:29:36 UTC

Size

115 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.8.2-r2-ls71 Build-date:- 2023-12-26T20:28:17+00:00
  • maintainer
    notdriz
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-12-26T20:28:17+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
    66694017ce1ddce69fb35924401d5fe51d73baac
  • org.opencontainers.image.revision
    66694017ce1ddce69fb35924401d5fe51d73baac
  • 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-ls71

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:e03d91f524e70ead29581c869cdaa52cdcaaca4a1914f2058c0536f515b994e4 - 5.45% (6.28 MB)

[#001] sha256:07a0e16f7be1dc9cffc471db509ea32eeac380977c2cf3808d4561ea7ebbc116 - 0.0% (4.22 KB)

[#002] sha256:24b296671cef0b33bc92ec7e79b4262d227cd064c46f1ef21084ccf8cac58f1a - 0.0% (966 Bytes)

[#003] sha256:332c019da4715638a37fbd3867b1662820c10f4f12af94a91bc161ffc8afe8ba - 4.48% (5.17 MB)

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

[#005] sha256:89c3a678ec39df6f7355be6286b9329896864c0271378410083ef738ad64838e - 90.05% (104 MB)

[#006] sha256:cad02b9d4b1626d8d43a57bd0f3b447fccfe5de07c3ee42ba21743f32b423e1e - 0.01% (11.2 KB)


History
2023-12-09 13:28:09 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-12-09 13:28:09 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-12-09 13:28:09 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-12-09 13:28:09 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-12-09 13:28:09 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2023-12-09 13:28:09 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 298a8b37-ls32 Build-date:- 2023-12-09T13:26:52+00:00

2023-12-09 13:28:09 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-12-09 13:28:09 UTC (buildkit.dockerfile.v0)

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

2023-12-09 13:28:09 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-12-09 13:28:09 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-12-09 13:28:10 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-12-09T13:26:52+00:00 VERSION=298a8b37-ls32 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-12-09 13:28:10 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-12-09 13:28:10 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-12-26 20:29:36 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-12-26 20:29:36 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-12-26 20:29:36 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-12-26 20:29:36 UTC (buildkit.dockerfile.v0)

ARG SMOKEPING_VERSION

2023-12-26 20:29:36 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2.8.2-r2-ls71 Build-date:- 2023-12-26T20:28:17+00:00

2023-12-26 20:29:36 UTC (buildkit.dockerfile.v0)

LABEL maintainer=notdriz

2023-12-26 20:29:36 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-12-26T20:28:17+00:00 VERSION=2.8.2-r2-ls71 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 --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

2023-12-26 20:29:36 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-12-26 20:29:36 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2023-12-26 20:29:36 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