Namespace
linuxserver
Image / Tag
smokeping:arm32v7-2.7.3-r5-ls139
Content Digest
sha256:0640d146bc1263dc8b45ec2dcb0842a624b12d0d4f4bb7d0e3d39f8639262dd5
Details
Created

2021-10-03 07:59:20 UTC

Size

116 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.7.3-r5-ls139 Build-date:- 2021-10-03T09:57:50+02:00
  • maintainer
    ironicbadger,sparklyballs
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-10-03T09:57:50+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
    d60f0b269bab9e471a09d823d41f4f09ebf3ab71
  • org.opencontainers.image.revision
    d60f0b269bab9e471a09d823d41f4f09ebf3ab71
  • 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-r5-ls139

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:0bbb2d986fe0e81354229286d61ab963aab292cb0869323498f267a57a628de5 - 2.08% (2.42 MB)

[#001] sha256:fb27109b683fa7e0e701fe611860493d32654646ebedbbb3561f8fd113ebcf4b - 1.85% (2.15 MB)

[#002] sha256:ecc9c2004bd18023698e02c5a54428c028c4be6ca6e7efb9928b32af2f9f9889 - 1.79% (2.08 MB)

[#003] sha256:a95f87c75c9305d9c37512dfb6e0427314c26a6e13c8efed112402a2b9b1a081 - 0.0% (436 Bytes)

[#004] sha256:6d41911b1521bcc52a3753e518dffeb09a9bcdcdbb8a6ed14c1c5148a589b46c - 3.57% (4.15 MB)

[#005] sha256:4fd69bd91319154413c1be1e106dd8538a91f51e0c9ed0ef426a9c9cc998d702 - 0.0% (2.85 KB)

[#006] sha256:f19353402300106efdbda739b0bd1fb59d1beb24737c35645866f6bce9a4436c - 0.0% (1.61 KB)

[#007] sha256:42281feb49c8e3fc7d591817774797f3f723a2aad4f370495683d017fbd7af8f - 90.7% (105 MB)

[#008] sha256:41e9e97e38ea832968cde10c5c080828b133041dde471ce36abe7cf327a247e7 - 0.01% (9.03 KB)


History
2021-09-28 06:28:28 UTC

/bin/sh -c #(nop) COPY dir:bf012b855f57dcc57aa176cdcb4c1be2540489a40887aa7c3e210dbee06f3e24 in /

2021-09-28 06:28:29 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-09-28 06:28:29 UTC

/bin/sh -c #(nop) ARG VERSION

2021-09-28 06:28:29 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2708e6fd-ls21 Build-date:- 2021-09-28T08:27:21+02:00

2021-09-28 06:28:30 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2021-09-28 06:28:30 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2021-09-28 06:28:30 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm

2021-09-28 06:28:32 UTC

/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/

2021-09-28 06:28:34 UTC

|4 BUILD_DATE=2021-09-28T08:27:21+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=2708e6fd-ls21 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2021-09-28 06:28:34 UTC

/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch

2021-09-28 06:28:34 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2021-09-28 06:28:44 UTC

|4 BUILD_DATE=2021-09-28T08:27:21+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=2708e6fd-ls21 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-09-28 06:28:44 UTC

/bin/sh -c #(nop) COPY dir:a3efc5a801a03012c067d6a93ee17483c9c3baedd44c2c534d39bb5fad7a5eff in /

2021-09-28 06:28:45 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2021-09-28 06:28:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-09-28 06:28:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-09-28T08:27:21+02:00

2021-09-28 06:28:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2021-09-28 06:28:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2021-09-28 06:28:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-09-28 06:28:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=76e6a968a2ef1616b288df4fbfeb04dad6dae1ee

2021-09-28 06:28:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=76e6a968a2ef1616b288df4fbfeb04dad6dae1ee

2021-09-28 06:28:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2021-09-28 06:28:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2021-09-28 06:28:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2021-09-28 06:28:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-09-28 06:28:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2708e6fd-ls21

2021-10-03 07:58:45 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-10-03 07:58:45 UTC

/bin/sh -c #(nop) ARG VERSION

2021-10-03 07:58:46 UTC

/bin/sh -c #(nop) ARG SMOKEPING_VERSION

2021-10-03 07:58:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.7.3-r5-ls139 Build-date:- 2021-10-03T09:57:50+02:00

2021-10-03 07:58:48 UTC

/bin/sh -c #(nop) LABEL maintainer=ironicbadger,sparklyballs

2021-10-03 07:58:50 UTC

/bin/sh -c #(nop) COPY file:fd94fbb731b978c15a8ae41eb26f2a5ffdd9143ae85688c24dd5c3eafef48b4f in /defaults/

2021-10-03 07:59:06 UTC

|3 BUILD_DATE=2021-10-03T09:57:50+02:00 SMOKEPING_VERSION=2.7.3-r5 VERSION=2.7.3-r5-ls139 /bin/sh -c echo "**** install packages ****" && if [ -z ${SMOKEPING_VERSION+x} ]; then SMOKEPING_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.13/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 curl font-noto-cjk openssh-client smokeping==${SMOKEPING_VERSION} ssmtp sudo tcptraceroute ttf-dejavu && 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 "**** install tcping script ****" && install -m755 -D /defaults/tcpping /usr/bin/ && echo "**** remove default apache conf ****" && rm -f /etc/apache2/httpd.conf

2021-10-03 07:59:07 UTC

/bin/sh -c #(nop) COPY dir:ee766acc5223402796f5bc2addad325ac303f7abbd936f82a68503fe1a657b98 in /

2021-10-03 07:59:07 UTC

/bin/sh -c #(nop) EXPOSE 80

2021-10-03 07:59:08 UTC

/bin/sh -c #(nop) VOLUME [/config /data]

2021-10-03 07:59:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-10-03 07:59:10 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-03T09:57:50+02:00

2021-10-03 07:59:11 UTC

/bin/sh -c #(nop) LABEL 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).

2021-10-03 07:59:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-smokeping

2021-10-03 07:59:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-10-03 07:59:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d60f0b269bab9e471a09d823d41f4f09ebf3ab71

2021-10-03 07:59:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d60f0b269bab9e471a09d823d41f4f09ebf3ab71

2021-10-03 07:59:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-smokeping

2021-10-03 07:59:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Smokeping

2021-10-03 07:59:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-smokeping/packages

2021-10-03 07:59:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-10-03 07:59:20 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.7.3-r5-ls139

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