Namespace
linuxserver
Image / Tag
smokeping:arm32v6-11431e9d-ls1
Content Digest
sha256:d5fe40cef53e4f87e007a80aaf88d7a8811a643e81d698327cfb65123bc251b8
Details
Created

2018-07-29 20:33:03 UTC

Size

40 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 11431e9d-pkg-11431e9d-ls1 Build-date:- 2018-07-29T20:32:14+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:81319d50100df7ee1ec042cfed19912070537f058f413cc7d81d4d1bb874bf80 - 5.16% (2.06 MB)

[#001] sha256:b618a26d35572b0950092b8a13039fe203e11bde577b0cfbf38ccc2ede43156b - 21.02% (8.41 MB)

[#002] sha256:f2cf5a0bc5218f6bc5a9b9c33acbc8f7fe9d4244874de70be8681fea1f0166f8 - 0.0% (450 Bytes)

[#003] sha256:1aa225519e67c2e4c6216c4d240228d6a184dbff67ad4b13b0c78a7bce7eaa41 - 3.38% (1.35 MB)

[#004] sha256:b1aeaf5913cfead30c565f6b9605b16e40560d19d47bf72fb8bd4de70bf69798 - 0.0% (1.61 KB)

[#005] sha256:ef9f5baa4a9fd0f9a668b1ffd9e768d46865eda3e39c505133e96110bc2963cb - 70.41% (28.2 MB)

[#006] sha256:cca70b419aed92feed5280cf2e61bf42b16c4fef8414756ff0bf253cb5f51658 - 0.02% (8.74 KB)


History
2018-07-27 22:18:59 UTC

/bin/sh -c #(nop) ADD file:8533fb3c9c75a6a88d408657cca32c4332364337300c3906c34a158cde3dbe5f in /

2018-07-27 22:19:00 UTC

/bin/sh -c #(nop) MAINTAINER sparklyballs

2018-07-27 22:19:01 UTC

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

2018-07-27 22:19:02 UTC

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

2018-07-27 22:19:03 UTC

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

2018-07-27 22:22:10 UTC

|2 OVERLAY_ARCH=armhf OVERLAY_VERSION=v1.21.4.0 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && 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 / && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && apk del --purge build-dependencies && rm -rf /tmp/*

2018-07-27 22:22:18 UTC

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

2018-07-27 22:22:21 UTC

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

2018-07-29 20:32:50 UTC

/bin/sh -c #(nop) COPY file:82149dbb7970ac4fc9c87a820b908d267b3427b0de720ef52ff156898a145fb6 in /usr/bin

2018-07-29 20:32:50 UTC

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

2018-07-29 20:32:50 UTC

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

2018-07-29 20:32:50 UTC

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

2018-07-29 20:32:50 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 11431e9d-pkg-11431e9d-ls1 Build-date:- 2018-07-29T20:32:14+00:00

2018-07-29 20:32:51 UTC

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

2018-07-29 20:32:51 UTC

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

2018-07-29 20:33:02 UTC

|3 BUILD_DATE=2018-07-29T20:32:14+00:00 SMOKEPING_VERSION=11431e9d VERSION=11431e9d-pkg-11431e9d-ls1 /bin/sh -c echo "**** install packages ****" && apk add --no-cache apache2 apache2-ctl apache2-utils bc bind-tools curl smokeping ssmtp sudo tcptraceroute ttf-dejavu && echo "**** give abc sudo access to traceroute & tcptraceroute ****" && echo "abc ALL=(ALL) NOPASSWD: /usr/bin/traceroute" >> /etc/sudoers.d/traceroute && echo "abc ALL=(ALL) NOPASSWD: /usr/bin/tcptraceroute" >> /etc/sudoers.d/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

2018-07-29 20:33:03 UTC

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

2018-07-29 20:33:03 UTC

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

2018-07-29 20:33:03 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