Namespace
linuxserver
Image / Tag
smokeping:110
Content Digest
sha256:2fbca738db0e1fd1611e7e9d01f7886bac13e88e6f032d7810fa0b782c82c68d
Details
Created

2018-04-08 16:10:04 UTC

Size

37.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 110 Build-date:- April-08-2018-16:09:44-UTC
  • 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:9e3cbb47b7833143ac007a2fca598f210c28b026a3c99d965b1f28ddc8fcac07 - 5.54% (2.08 MB)

[#001] sha256:39d6952eceeed0a4d0d19642ea91593c94f3aa2008fa1864e3d02fcdc020209f - 20.94% (7.87 MB)

[#002] sha256:bd022836b126386c4ad341cc75a4ab7de8d5dbb30c216cfcb5db0a1c5aac9195 - 0.0% (457 Bytes)

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

[#004] sha256:fb65a99a0a9e21560d32b25a97475019c459300f5cdd7abae1e9e7c43e87f169 - 73.5% (27.6 MB)

[#005] sha256:8096d9883ef080ae172e50252b23bbb7ef71c3f4c572b2bd360583f090d8b102 - 0.02% (8.74 KB)


History
2018-04-06 22:04:23 UTC

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

2018-04-06 22:04:24 UTC

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

2018-04-06 22:04:25 UTC

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

2018-04-06 22:04:26 UTC

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

2018-04-06 22:04:27 UTC

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

2018-04-06 22:04:39 UTC

|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.21.4.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-04-06 22:04:39 UTC

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

2018-04-06 22:04:40 UTC

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

2018-04-08 16:09:47 UTC

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

2018-04-08 16:09:48 UTC

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

2018-04-08 16:09:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 110 Build-date:- April-08-2018-16:09:44-UTC

2018-04-08 16:09:48 UTC

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

2018-04-08 16:09:48 UTC

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

2018-04-08 16:10:03 UTC

|2 BUILD_DATE=April-08-2018-16:09:44-UTC VERSION=110 /bin/sh -c echo "**** install packages ****" && apk add --no-cache apache2 apache2-ctl apache2-utils 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-04-08 16:10:03 UTC

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

2018-04-08 16:10:03 UTC

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

2018-04-08 16:10:04 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