Namespace
linuxserver
Image / Tag
smokeping:arm32v7-67f30fb4-ls80
Content Digest
sha256:e043028dc43729769ce8b137e02d7a87118f454c4e476cf1239b47092cef02a7
Details
Created

2020-03-20 16:11:18 UTC

Size

114 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 67f30fb4-ls80 Build-date:- 2020-03-20T16:09:24+00:00
  • maintainer
    ironicbadger,sparklyballs

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:c5e0817d082c033efbd475e9591aa161c37a2679e8e329c6c620dac6f9d0f003 - 2.12% (2.41 MB)

[#001] sha256:3eeffaa71d36e661f7ddba10719bfd41d7560e1c664891c98d583c0fea53bb7d - 5.12% (5.83 MB)

[#002] sha256:e4a74a3576c1ad6ea8fe7f4633ffe8dcb76bcfd9b406b0ba38e24d0710024a69 - 0.0% (3.97 KB)

[#003] sha256:908e8b014f0490e6b401d34175dfd3d8c162591c6549c214cd0b34392d09083b - 0.0% (1.61 KB)

[#004] sha256:c3fda8b1082a3319a7150e2dab31249bf8a0823fa59e6904dd93556c50f7ba1b - 92.75% (106 MB)

[#005] sha256:134dba6e07eff2c7e07cd237e40f70ae2a8d29a59f2c1ee7f0344e49bb2b41e0 - 0.01% (8.93 KB)


History
2020-03-05 18:39:35 UTC

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

2020-03-05 18:39:36 UTC

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

2020-03-05 18:39:37 UTC

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

2020-03-05 18:39:38 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5da06b41-ls6 Build-date:- 2020-03-05T13:38:16-05:00

2020-03-05 18:39:39 UTC

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

2020-03-05 18:39:40 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0

2020-03-05 18:39:41 UTC

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

2020-03-05 18:39:42 UTC

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

2020-03-05 18:39:57 UTC

|4 BUILD_DATE=2020-03-05T13:38:16-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.1.0 VERSION=5da06b41-ls6 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils shadow tzdata && echo "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2020-03-05 18:39:59 UTC

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

2020-03-05 18:40:00 UTC

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

2020-03-20 16:10:30 UTC

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

2020-03-20 16:10:31 UTC

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

2020-03-20 16:10:31 UTC

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

2020-03-20 16:10:32 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 67f30fb4-ls80 Build-date:- 2020-03-20T16:09:24+00:00

2020-03-20 16:10:32 UTC

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

2020-03-20 16:10:33 UTC

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

2020-03-20 16:11:09 UTC

|3 BUILD_DATE=2020-03-20T16:09:24+00:00 SMOKEPING_VERSION=67f30fb4 VERSION=67f30fb4-ls80 /bin/sh -c echo "**** install packages ****" && apk add --no-cache apache2 apache2-ctl apache2-utils apache-mod-fcgid bc bind-tools curl font-noto-cjk openssh-client smokeping 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

2020-03-20 16:11:17 UTC

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

2020-03-20 16:11:18 UTC

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

2020-03-20 16:11:18 UTC

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