Namespace
linuxserver
Image / Tag
smokeping:arm64v8-6c37a796-ls46
Content Digest
sha256:6f972172b8ffee7f9226895dc0f279972cbf0704259664173179991f109e1c00
Details
Created

2019-05-17 15:11:24 UTC

Size

43.3 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- 6c37a796-ls46 Build-date:- 2019-05-17T15:10:07+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:b9747f285254cc66577c5b57c0cc8b7ce042af9ccee624f026cf162a8c0338d4 - 6.19% (2.68 MB)

[#001] sha256:66b709e88b5bed75d2fb0fcc3e0663cb837dc15056d9b04b4ae948e7165ddea1 - 15.21% (6.59 MB)

[#002] sha256:f5d6a077ee0870693c3b69236fe177586e4ca1bfe66e34a782ffa43678d01f4c - 0.01% (3.5 KB)

[#003] sha256:96c8848da69e3f60da6391ecf179a994876989f44eb725d13db273e2c386d6e1 - 0.0% (1.61 KB)

[#004] sha256:d40087c34b1711776a99db2ae9250c499a2b481c7b12e9a30b40e1494ee581d3 - 78.57% (34 MB)

[#005] sha256:54a5236ffd528b79798e88de65b4fdcb6d8c6e4747f55f6e423e17c150eb88d9 - 0.02% (8.91 KB)


History
2019-05-11 04:48:41 UTC

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

2019-05-11 04:48:45 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- Build-date:-

2019-05-11 04:48:48 UTC

/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer

2019-05-11 04:48:49 UTC

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

2019-05-11 04:48:50 UTC

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

2019-05-11 04:48:51 UTC

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

2019-05-11 04:49:10 UTC

|2 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.0.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 "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2019-05-11 04:49:16 UTC

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

2019-05-11 04:49:20 UTC

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

2019-05-17 15:10:57 UTC

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

2019-05-17 15:10:57 UTC

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

2019-05-17 15:10:58 UTC

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

2019-05-17 15:10:58 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 6c37a796-ls46 Build-date:- 2019-05-17T15:10:07+00:00

2019-05-17 15:10:59 UTC

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

2019-05-17 15:10:59 UTC

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

2019-05-17 15:11:19 UTC

|3 BUILD_DATE=2019-05-17T15:10:07+00:00 SMOKEPING_VERSION=6c37a796 VERSION=6c37a796-ls46 /bin/sh -c echo "**** install packages ****" && apk add --no-cache apache2 apache2-ctl apache2-utils bc bind-tools curl openssh-client 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-05-17 15:11:23 UTC

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

2019-05-17 15:11:24 UTC

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

2019-05-17 15:11:24 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