Namespace
linuxserver
Image / Tag
smokeping:amd64-3117efbf-ls21
Content Digest
sha256:7ee087fe22805ee87a8cc5b93fc07fd73aaa5e86b03accad820ffb17fd1340ed
Details
Created

2018-11-14 20:34:13 UTC

Size

36.8 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3117efbf-ls21 Build-date:- 2018-11-14T20:33:36+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:f96c88cb10ed5f2a08cf8f088b06f834f4edff483f4aa90e9a1f53aeb68d0606 - 6.03% (2.22 MB)

[#001] sha256:287d90485636e75a7ce55c5699a65f29a4045e3097d44c3ab961c4bd204ebbe5 - 13.12% (4.83 MB)

[#002] sha256:5419e3b18744a2a8f55453220c4d28401baedf59dc3b84d3c8e84cfbc02569bf - 0.0% (456 Bytes)

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

[#004] sha256:77f6a125bb111dc83d0e71da0ae09834ab015b543ee8b19d0e6a5b9c1c37b63f - 80.82% (29.8 MB)

[#005] sha256:9f9f69bafce595258d3e090b8947d36767d80e5bbe5eb3cbd6eae8b2c7ef725c - 0.02% (8.81 KB)


History
2018-11-09 23:09:38 UTC

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

2018-11-09 23:09:38 UTC

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

2018-11-09 23:09:38 UTC

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

2018-11-09 23:09:38 UTC

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

2018-11-09 23:09:38 UTC

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

2018-11-09 23:09:44 UTC

|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.21.7.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/*

2018-11-09 23:09:44 UTC

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

2018-11-09 23:09:44 UTC

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

2018-11-14 20:34:05 UTC

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

2018-11-14 20:34:05 UTC

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

2018-11-14 20:34:05 UTC

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

2018-11-14 20:34:06 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3117efbf-ls21 Build-date:- 2018-11-14T20:33:36+00:00

2018-11-14 20:34:06 UTC

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

2018-11-14 20:34:06 UTC

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

2018-11-14 20:34:12 UTC

|3 BUILD_DATE=2018-11-14T20:33:36+00:00 SMOKEPING_VERSION=3117efbf VERSION=3117efbf-ls21 /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

2018-11-14 20:34:13 UTC

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

2018-11-14 20:34:13 UTC

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

2018-11-14 20:34:13 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