Namespace
linuxserver
Image / Tag
smokeping:arm64v8-be59adf2-ls60
Content Digest
sha256:e3b4e836e6062fd99f9c3ad3b45d36a8c104d71217f984132deef8f18021c030
Details
Created

2019-10-07 18:00:14 UTC

Size

46.3 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- be59adf2-ls60 Build-date:- 2019-10-07T18:56:19+01: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:1d7e6606733f3bc28f40080133385e2016889bd56b078bfee73bfee3c0f267bc - 5.85% (2.71 MB)

[#001] sha256:f34d1a4bbddc9b6df2c03b7875067a46d7d9b87d31a5b513da4d70d95c535097 - 14.64% (6.77 MB)

[#002] sha256:f3b310a63e630f05c0e16b81503cf27ddf5be84648132a5854be443fd6211e7c - 0.01% (3.76 KB)

[#003] sha256:69c5495a767d88b0ed145c2e6f9246c7a9f3e0b45b55a952c0df16127207ebbd - 0.0% (1.61 KB)

[#004] sha256:90896a5fc33d279de6356cc1b5f2772f2348ce1ad7cec8405ac4f3df11e5ac9f - 79.48% (36.8 MB)

[#005] sha256:b13112d078e846f41bf1be5a23cce3a4c50c234fe84ddda94ae0b0b92bf1ce1c - 0.02% (8.89 KB)


History
2019-09-13 08:23:02 UTC

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

2019-09-13 08:23:11 UTC

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

2019-09-13 08:23:16 UTC

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

2019-09-13 08:23:41 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- ac72e413-ls7 Build-date:- 2019-09-13T09:19:50+01:00

2019-09-13 08:23:44 UTC

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

2019-09-13 08:23:47 UTC

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

2019-09-13 08:24:02 UTC

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

2019-09-13 08:24:13 UTC

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

2019-09-13 08:24:38 UTC

|4 BUILD_DATE=2019-09-13T09:19:50+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.1.0 VERSION=ac72e413-ls7 /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-09-13 08:24:50 UTC

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

2019-09-13 08:25:03 UTC

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

2019-10-07 17:57:08 UTC

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

2019-10-07 17:57:16 UTC

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

2019-10-07 17:57:28 UTC

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

2019-10-07 17:57:41 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- be59adf2-ls60 Build-date:- 2019-10-07T18:56:19+01:00

2019-10-07 17:57:52 UTC

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

2019-10-07 17:57:53 UTC

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

2019-10-07 17:59:08 UTC

|3 BUILD_DATE=2019-10-07T18:56:19+01:00 SMOKEPING_VERSION=be59adf2 VERSION=be59adf2-ls60 /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 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

2019-10-07 18:00:05 UTC

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

2019-10-07 18:00:11 UTC

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

2019-10-07 18:00:14 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