Namespace
linuxserver
Image / Tag
smokeping:arm64v8-5d2a3f81-ls33
Content Digest
sha256:0518e61e8bb7a09ffce50368763aa2fc1c5d7540aecdf3d24087512097128f95
Details
Created

2019-02-24 05:32:27 UTC

Size

42.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5d2a3f81-ls33 Build-date:- 2019-02-24T00:29:59-05: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:34d2500dacb34be8df4e6122122a3a05287eba99f619c5a3d26c84997e4d3b1f - 6.36% (2.68 MB)

[#001] sha256:d096b82484225813224eb238bfa7aed8ef76e1b99cc96d571e5eb082cf620317 - 11.9% (5.02 MB)

[#002] sha256:b15191ad5ce2ca270505b2881ea0044e8627b84fb422028acab31f30398f351a - 0.0% (451 Bytes)

[#003] sha256:8bd2f252b0d23cefa60f27ca626563feaaf064e9f51673cbf639d9c368dcdba4 - 3.72% (1.57 MB)

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

[#005] sha256:de8204728be8375a1e793774adb387841616af9fabd811df6f05222293c83c3a - 78.0% (32.9 MB)

[#006] sha256:718936ffcaeaaebca633cb68012d883ed5a26d751e02e146333ab40ce7dd98bc - 0.02% (8.87 KB)


History
2019-02-22 23:08:30 UTC

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

2019-02-22 23:08:31 UTC

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

2019-02-22 23:08:31 UTC

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

2019-02-22 23:08:32 UTC

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

2019-02-22 23:08:32 UTC

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

2019-02-22 23:08:52 UTC

|2 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.21.8.0 /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 "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2019-02-22 23:08:53 UTC

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

2019-02-22 23:08:54 UTC

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

2019-02-24 05:30:51 UTC

/bin/sh -c #(nop) COPY file:252e67e7e6dc493b406cb5806c23967ecdbea98b88c359a799de12f94be6c067 in /usr/bin

2019-02-24 05:30:58 UTC

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

2019-02-24 05:30:59 UTC

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

2019-02-24 05:31:02 UTC

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

2019-02-24 05:31:03 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5d2a3f81-ls33 Build-date:- 2019-02-24T00:29:59-05:00

2019-02-24 05:31:05 UTC

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

2019-02-24 05:31:06 UTC

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

2019-02-24 05:32:06 UTC

|3 BUILD_DATE=2019-02-24T00:29:59-05:00 SMOKEPING_VERSION=5d2a3f81 VERSION=5d2a3f81-ls33 /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

2019-02-24 05:32:22 UTC

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

2019-02-24 05:32:24 UTC

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

2019-02-24 05:32:27 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