Namespace
linuxserver
Image / Tag
smokeping:191068eb-ls64
Content Digest
sha256:0a84a992b68fca8a97d1662350d1f090e1c4dd73c0a4b5487ac5afafc658eeca
Details
Created

2019-10-30 18:51:52 UTC

Size

44.8 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- 191068eb-ls64 Build-date:- 2019-10-30T18:50: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:9219ce100013edc9050fbd3168a38bfd0a4a27e61ba8dec59f17e6b80808debb - 6.19% (2.77 MB)

[#001] sha256:3d29ae0769cfdab972eaf83eccfc7b45a4ee57cf8ebd9c41949661d63cef7a00 - 11.05% (4.95 MB)

[#002] sha256:f98637227c5904915794adec638358b785fdfe73f83be15fd1def87a6a3163a5 - 0.01% (3.77 KB)

[#003] sha256:59a5b9b92d9930f1e0016e34e3bca7d4477b298cab396e224ffdb94004e918ca - 0.0% (1.61 KB)

[#004] sha256:3dc7a80db1b8db37f08d44448e8c1ed83e4527ca6ffba227813cce1fbcc536df - 82.73% (37.1 MB)

[#005] sha256:459e3d1317a6fcaa46e0da469a7aa76f8d6d92eae16d1fd260bc51e05963cad0 - 0.02% (8.9 KB)


History
2019-10-30 17:37:22 UTC

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

2019-10-30 17:37:22 UTC

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

2019-10-30 17:37:22 UTC

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

2019-10-30 17:37:23 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8d9407a6-ls10 Build-date:- 2019-10-30T17:36:37+00:00

2019-10-30 17:37:23 UTC

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

2019-10-30 17:37:23 UTC

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

2019-10-30 17:37:24 UTC

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

2019-10-30 17:37:24 UTC

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

2019-10-30 17:37:30 UTC

|4 BUILD_DATE=2019-10-30T17:36:37+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.1.0 VERSION=8d9407a6-ls10 /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-10-30 17:37:30 UTC

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

2019-10-30 17:37:31 UTC

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

2019-10-30 18:51:40 UTC

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

2019-10-30 18:51:41 UTC

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

2019-10-30 18:51:41 UTC

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

2019-10-30 18:51:41 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 191068eb-ls64 Build-date:- 2019-10-30T18:50:54+00:00

2019-10-30 18:51:42 UTC

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

2019-10-30 18:51:42 UTC

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

2019-10-30 18:51:51 UTC

|3 BUILD_DATE=2019-10-30T18:50:54+00:00 SMOKEPING_VERSION=191068eb VERSION=191068eb-ls64 /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-30 18:51:52 UTC

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

2019-10-30 18:51:52 UTC

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

2019-10-30 18:51:52 UTC

/bin/sh -c #(nop) VOLUME [/config /data]

Details
Created

2019-10-30 18:52:12 UTC

Size

42.7 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- 191068eb-ls64 Build-date:- 2019-10-30T18:50: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:908e06262eceefe95bc1918481de089c7eb07c441838cb7e0e189589103a09d7 - 5.55% (2.37 MB)

[#001] sha256:6771461676c3ad7ef7f7b7ede504150074835c37a2156750c1d12951e70ae5df - 14.51% (6.19 MB)

[#002] sha256:a724e457a6e481751db383b99743610c38aa5ce0c7c38fa92803691147668ca0 - 0.01% (3.78 KB)

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

[#004] sha256:e24e01415ba0a1007d5ba4d4a27928dc8a53c178d38cb8f468ea9b27d5f0a012 - 79.91% (34.1 MB)

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


History
2019-10-30 17:37:38 UTC

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

2019-10-30 17:37:39 UTC

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

2019-10-30 17:37:39 UTC

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

2019-10-30 17:37:40 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8d9407a6-ls10 Build-date:- 2019-10-30T17:36:37+00:00

2019-10-30 17:37:41 UTC

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

2019-10-30 17:37:41 UTC

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

2019-10-30 17:37:42 UTC

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

2019-10-30 17:37:43 UTC

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

2019-10-30 17:37:54 UTC

|4 BUILD_DATE=2019-10-30T17:36:37+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.1.0 VERSION=8d9407a6-ls10 /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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2019-10-30 17:37:56 UTC

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

2019-10-30 17:37:56 UTC

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

2019-10-30 18:51:48 UTC

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

2019-10-30 18:51:49 UTC

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

2019-10-30 18:51:49 UTC

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

2019-10-30 18:51:50 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 191068eb-ls64 Build-date:- 2019-10-30T18:50:54+00:00

2019-10-30 18:51:50 UTC

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

2019-10-30 18:51:51 UTC

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

2019-10-30 18:52:09 UTC

|3 BUILD_DATE=2019-10-30T18:50:54+00:00 SMOKEPING_VERSION=191068eb VERSION=191068eb-ls64 /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-30 18:52:11 UTC

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

2019-10-30 18:52:12 UTC

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

2019-10-30 18:52:12 UTC

/bin/sh -c #(nop) VOLUME [/config /data]

Details
Created

2019-10-30 18:54:58 UTC

Size

46.5 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- 191068eb-ls64 Build-date:- 2019-10-30T18:50: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:98471fd3ada4e28b49f5339e5c556b15310ffc6ea884a11beb7ae41b8f41d34c - 5.82% (2.71 MB)

[#001] sha256:322292c882cef1a2c904a327ad4f45195a2bf9192ca9d8f5299742629681065b - 14.56% (6.78 MB)

[#002] sha256:c2d7fc2b6a4f192b4dbae3d615d5f654a3bcaf5bb5a24dfa13625d860e9a446f - 0.01% (3.77 KB)

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

[#004] sha256:668b30880a3ea6cbf79fe3ca4a6437e438aa4a28467d6f3f4382ca73596c678e - 79.59% (37 MB)

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


History
2019-10-30 17:37:45 UTC

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

2019-10-30 17:37:45 UTC

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

2019-10-30 17:37:46 UTC

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

2019-10-30 17:37:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8d9407a6-ls10 Build-date:- 2019-10-30T17:36:37+00:00

2019-10-30 17:37:47 UTC

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

2019-10-30 17:37:48 UTC

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

2019-10-30 17:37:48 UTC

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

2019-10-30 17:37:49 UTC

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

2019-10-30 17:38:01 UTC

|4 BUILD_DATE=2019-10-30T17:36:37+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.1.0 VERSION=8d9407a6-ls10 /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-10-30 17:38:03 UTC

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

2019-10-30 17:38:04 UTC

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

2019-10-30 18:52:01 UTC

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

2019-10-30 18:52:10 UTC

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

2019-10-30 18:52:20 UTC

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

2019-10-30 18:52:33 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 191068eb-ls64 Build-date:- 2019-10-30T18:50:54+00:00

2019-10-30 18:52:45 UTC

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

2019-10-30 18:52:50 UTC

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

2019-10-30 18:53:57 UTC

|3 BUILD_DATE=2019-10-30T18:50:54+00:00 SMOKEPING_VERSION=191068eb VERSION=191068eb-ls64 /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-30 18:54:48 UTC

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

2019-10-30 18:54:55 UTC

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

2019-10-30 18:54:58 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