Namespace
linuxserver
Image / Tag
smokeping:arm64v8-647d1781-ls34
Content Digest
sha256:bbacf3d7b721f02a0820228867805905d7a72a324f401ab4a8b035bc5bfd21f2
Details
Created

2019-03-01 16:32:33 UTC

Size

42.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 647d1781-ls34 Build-date:- 2019-03-01T16:29:54+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:34d2500dacb34be8df4e6122122a3a05287eba99f619c5a3d26c84997e4d3b1f - 6.36% (2.68 MB)

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

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

[#003] sha256:442ea0ae714b9cb6972fb39565ba6268b0f045568305ad40c3cfd523c7628a17 - 3.72% (1.57 MB)

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

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

[#006] sha256:b1ee50fcc125ae45eaad920b854e4e0bb1715b7bb411df9931624802e812ee6f - 0.02% (8.8 KB)


History
2019-02-27 08:34:26 UTC

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

2019-02-27 08:34:27 UTC

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

2019-02-27 08:34:27 UTC

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

2019-02-27 08:34:28 UTC

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

2019-02-27 08:34:29 UTC

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

2019-02-27 08:34:45 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-27 08:34:48 UTC

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

2019-02-27 08:34:49 UTC

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

2019-03-01 16:30:40 UTC

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

2019-03-01 16:30:41 UTC

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

2019-03-01 16:30:42 UTC

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

2019-03-01 16:30:42 UTC

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

2019-03-01 16:30:46 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 647d1781-ls34 Build-date:- 2019-03-01T16:29:54+00:00

2019-03-01 16:30:47 UTC

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

2019-03-01 16:30:48 UTC

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

2019-03-01 16:31:26 UTC

|3 BUILD_DATE=2019-03-01T16:29:54+00:00 SMOKEPING_VERSION=647d1781 VERSION=647d1781-ls34 /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-03-01 16:31:48 UTC

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

2019-03-01 16:32:03 UTC

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

2019-03-01 16:32:33 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