Namespace
linuxserver
Image / Tag
smokeping:arm32v7-2.7.3-r5-ls123
Content Digest
sha256:bcfd3225a1feaa3ce747e6963c8569314cb789e8dafa538a757c60a12f2184d4
Details
Created

2021-04-25 08:02:21 UTC

Size

116 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.7.3-r5-ls123 Build-date:- 2021-04-25T09:00:57+01:00
  • maintainer
    ironicbadger,sparklyballs
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-04-25T09:00:57+01: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
    a3dee92ccd0c9bd02929785297022424b8c2a428
  • org.opencontainers.image.revision
    a3dee92ccd0c9bd02929785297022424b8c2a428
  • 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-ls123

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:cf1a938eff62df474ddaea866f9b27a3698ed89c1275165b1b7a20f66294cb4f - 2.08% (2.41 MB)

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

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

[#003] sha256:533ba028d63aea86ed55d892c881431a4c00b1fd295a1f7572d50a4707d8a693 - 0.0% (438 Bytes)

[#004] sha256:cbfeb9c6dfd890469a92c58a0a12b23a1e774847d0d2276ed691f62fbc482b4f - 3.55% (4.13 MB)

[#005] sha256:494e7e9e918cdcf4bfbd0ba4bbc2fd5f619a70e8b25c48640494674b9e871808 - 0.0% (2.8 KB)

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

[#007] sha256:06254e657832d1c6ebece07b70551c14ddf6b79552d629277105b974b2dda017 - 90.72% (105 MB)

[#008] sha256:6e16cc9d1ef233ad27a3dd87ab3a0d896e2412d7766427d6db9d40ca8d46438d - 0.01% (9.1 KB)


History
2021-04-20 06:43:38 UTC

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

2021-04-20 06:43:40 UTC

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

2021-04-20 06:43:42 UTC

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

2021-04-20 06:43:44 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0207eeeb-ls12 Build-date:- 2021-04-20T06:41:38+00:00

2021-04-20 06:43:46 UTC

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

2021-04-20 06:43:48 UTC

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

2021-04-20 06:43:50 UTC

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

2021-04-20 06:43:54 UTC

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

2021-04-20 06:44:09 UTC

|4 BUILD_DATE=2021-04-20T06:41:38+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=0207eeeb-ls12 /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-04-20 06:44:11 UTC

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

2021-04-20 06:44:13 UTC

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

2021-04-20 06:44:34 UTC

|4 BUILD_DATE=2021-04-20T06:41:38+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=0207eeeb-ls12 /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-04-20 06:44:41 UTC

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

2021-04-20 06:44:43 UTC

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

2021-04-20 06:44:44 UTC

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

2021-04-20 06:44:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-20T06:41:38+00:00

2021-04-20 06:44:47 UTC

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

2021-04-20 06:44:49 UTC

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

2021-04-20 06:44:51 UTC

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

2021-04-20 06:44:53 UTC

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

2021-04-20 06:44:55 UTC

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

2021-04-20 06:44:57 UTC

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

2021-04-20 06:44:59 UTC

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

2021-04-20 06:45:01 UTC

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

2021-04-20 06:45:03 UTC

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

2021-04-20 06:45:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0207eeeb-ls12

2021-04-25 08:01:50 UTC

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

2021-04-25 08:01:50 UTC

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

2021-04-25 08:01:51 UTC

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

2021-04-25 08:01:51 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.7.3-r5-ls123 Build-date:- 2021-04-25T09:00:57+01:00

2021-04-25 08:01:51 UTC

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

2021-04-25 08:01:52 UTC

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

2021-04-25 08:02:16 UTC

|3 BUILD_DATE=2021-04-25T09:00:57+01:00 SMOKEPING_VERSION=2.7.3-r5 VERSION=2.7.3-r5-ls123 /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-04-25 08:02:17 UTC

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

2021-04-25 08:02:17 UTC

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

2021-04-25 08:02:17 UTC

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

2021-04-25 08:02:18 UTC

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

2021-04-25 08:02:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-25T09:00:57+01:00

2021-04-25 08:02:18 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-04-25 08:02:19 UTC

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

2021-04-25 08:02:19 UTC

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

2021-04-25 08:02:19 UTC

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

2021-04-25 08:02:20 UTC

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

2021-04-25 08:02:20 UTC

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

2021-04-25 08:02:20 UTC

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

2021-04-25 08:02:20 UTC

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

2021-04-25 08:02:21 UTC

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

2021-04-25 08:02:21 UTC

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

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