Namespace
linuxserver
Image / Tag
smokeping:e58f7eb0-ls71
Content Digest
sha256:4e7a4c3b5a693194e0d62573985a8f006405798831b6a509044d2adab0ae7d3c
Details
Created

2020-01-17 16:08:20 UTC

Size

44.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- e58f7eb0-ls71 Build-date:- 2020-01-17T17:07:18+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:dccb36478bec65e1bdeae9458e900abc3eab5427ef60b1ed8fe9175ccb04e6cc - 6.26% (2.79 MB)

[#001] sha256:18c357ce2d163a69b9e4beaf7d3ad239d1aadb421adf7d46f9acddc96b49df3b - 11.17% (4.97 MB)

[#002] sha256:0974b657d48147c67a2eccab71896a5137d582b20e4d88264ac71f95eaf63015 - 0.01% (3.97 KB)

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

[#004] sha256:a5706e2866a6ff73ba67c352a070fa576f2c248e78202aba5a755b6b1b244f1c - 82.54% (36.7 MB)

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


History
2020-01-16 19:56:13 UTC

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

2020-01-16 19:56:13 UTC

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

2020-01-16 19:56:14 UTC

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

2020-01-16 19:56:14 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e61b57e5-ls3 Build-date:- 2020-01-16T20:55:15+01:00

2020-01-16 19:56:15 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2020-01-16 19:56:15 UTC

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

2020-01-16 19:56:16 UTC

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

2020-01-16 19:56:16 UTC

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

2020-01-16 19:56:23 UTC

|4 BUILD_DATE=2020-01-16T20:55:15+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.1.0 VERSION=e61b57e5-ls3 /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/*

2020-01-16 19:56:24 UTC

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

2020-01-16 19:56:24 UTC

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

2020-01-17 16:08:01 UTC

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

2020-01-17 16:08:02 UTC

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

2020-01-17 16:08:02 UTC

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

2020-01-17 16:08:03 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e58f7eb0-ls71 Build-date:- 2020-01-17T17:07:18+01:00

2020-01-17 16:08:03 UTC

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

2020-01-17 16:08:03 UTC

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

2020-01-17 16:08:18 UTC

|3 BUILD_DATE=2020-01-17T17:07:18+01:00 SMOKEPING_VERSION=e58f7eb0 VERSION=e58f7eb0-ls71 /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

2020-01-17 16:08:19 UTC

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

2020-01-17 16:08:19 UTC

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

2020-01-17 16:08:20 UTC

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

Details
Created

2020-01-17 16:08:38 UTC

Size

42.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- e58f7eb0-ls71 Build-date:- 2020-01-17T17:07:18+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:6f9f3d9f2c47c837ffaacbd5d614fc88352ef995d1ec9d4efad52eda21eef93e - 5.65% (2.41 MB)

[#001] sha256:8a7bef6c647ec1e67be0eb0cb8f1c1544d68b16224df205f98024f3122c5bda7 - 14.63% (6.24 MB)

[#002] sha256:8e1e813fff0e6dd05e9fce4642b706b194223ba78329f4e73590dba17bad1e95 - 0.01% (3.97 KB)

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

[#004] sha256:882d18f9bd05399702a093d573aa64e122910f453f3e94d30640e6795819fbca - 79.68% (34 MB)

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


History
2020-01-16 19:56:26 UTC

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

2020-01-16 19:56:28 UTC

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

2020-01-16 19:56:28 UTC

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

2020-01-16 19:56:29 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e61b57e5-ls3 Build-date:- 2020-01-16T20:55:15+01:00

2020-01-16 19:56:30 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2020-01-16 19:56:31 UTC

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

2020-01-16 19:56:31 UTC

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

2020-01-16 19:56:32 UTC

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

2020-01-16 19:56:45 UTC

|4 BUILD_DATE=2020-01-16T20:55:15+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.1.0 VERSION=e61b57e5-ls3 /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/*

2020-01-16 19:56:48 UTC

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

2020-01-16 19:56:49 UTC

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

2020-01-17 16:08:11 UTC

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

2020-01-17 16:08:12 UTC

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

2020-01-17 16:08:13 UTC

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

2020-01-17 16:08:13 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e58f7eb0-ls71 Build-date:- 2020-01-17T17:07:18+01:00

2020-01-17 16:08:14 UTC

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

2020-01-17 16:08:14 UTC

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

2020-01-17 16:08:33 UTC

|3 BUILD_DATE=2020-01-17T17:07:18+01:00 SMOKEPING_VERSION=e58f7eb0 VERSION=e58f7eb0-ls71 /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

2020-01-17 16:08:37 UTC

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

2020-01-17 16:08:37 UTC

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

2020-01-17 16:08:38 UTC

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

Details
Created

2020-01-17 16:08:46 UTC

Size

46.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- e58f7eb0-ls71 Build-date:- 2020-01-17T17:07:18+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:b552f8d2ee8f0ac759c56924e276418bbe2c00804322f4b690220dd9909fe05d - 5.88% (2.71 MB)

[#001] sha256:37d9fba94e12d3f14ecdf2f37b35d5783ad75c008d88b867b8797eefbd464b34 - 14.69% (6.78 MB)

[#002] sha256:7e6ad8a691441bcbe6cbddebe8d5fa8c34734d98caac8dd3b6322ae61d5ec0e9 - 0.01% (3.98 KB)

[#003] sha256:cb0240d2aa5eb3ac70f166bd85fa680328abc3eefe38ed7a7be93ad2ff13696c - 0.0% (1.62 KB)

[#004] sha256:a82197e5d1639a32506f8a125674a1492f482a7755242ae6778f6d3dbd5a0820 - 79.4% (36.7 MB)

[#005] sha256:2ccc87739a57aff7e92754fc1e6d8fd3634e83fa7abd8993c7e24b820059faeb - 0.02% (8.9 KB)


History
2020-01-16 19:57:01 UTC

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

2020-01-16 19:57:02 UTC

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

2020-01-16 19:57:02 UTC

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

2020-01-16 19:57:03 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e61b57e5-ls3 Build-date:- 2020-01-16T20:55:15+01:00

2020-01-16 19:57:13 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2020-01-16 19:57:13 UTC

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

2020-01-16 19:57:14 UTC

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

2020-01-16 19:57:14 UTC

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

2020-01-16 19:57:31 UTC

|4 BUILD_DATE=2020-01-16T20:55:15+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.1.0 VERSION=e61b57e5-ls3 /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/*

2020-01-16 19:57:34 UTC

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

2020-01-16 19:57:34 UTC

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

2020-01-17 16:08:15 UTC

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

2020-01-17 16:08:16 UTC

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

2020-01-17 16:08:16 UTC

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

2020-01-17 16:08:17 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e58f7eb0-ls71 Build-date:- 2020-01-17T17:07:18+01:00

2020-01-17 16:08:17 UTC

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

2020-01-17 16:08:18 UTC

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

2020-01-17 16:08:40 UTC

|3 BUILD_DATE=2020-01-17T17:07:18+01:00 SMOKEPING_VERSION=e58f7eb0 VERSION=e58f7eb0-ls71 /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

2020-01-17 16:08:44 UTC

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

2020-01-17 16:08:45 UTC

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

2020-01-17 16:08:46 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