Namespace
linuxserver
Image / Tag
smokeping:amd64-f56bfe11-ls11
Content Digest
sha256:23cc4fce4edc54cadce2d4dff35b03b8a819b209b553d8de0427aa0032f43f92
Details
Created

2018-08-20 16:58:27 UTC

Size

39.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- f56bfe11-ls11 Build-date:- 2018-08-20T16:57:38+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:516a2911aa31b40fdb2915131657097df75f595674916b837b3323e481d61cb1 - 5.4% (2.12 MB)

[#001] sha256:f43553a83284d61621a7fca5d4dd23d6f39bad42d00f608acde4f0672e9ea83d - 20.08% (7.88 MB)

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

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

[#004] sha256:173dc5d28ead337e5b07b8276d189cce366bbc8cca9be4a8f27aaa4b3864ba43 - 74.49% (29.2 MB)

[#005] sha256:7e6e01fbaa4ee12cc4884fa3882324c1b7a18133c8ae6e0902ed0369cc047d8f - 0.02% (8.74 KB)


History
2018-08-17 22:03:44 UTC

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

2018-08-17 22:03:44 UTC

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

2018-08-17 22:03:44 UTC

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

2018-08-17 22:03:45 UTC

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

2018-08-17 22:03:45 UTC

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

2018-08-17 22:03:52 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-08-17 22:03:53 UTC

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

2018-08-17 22:03:53 UTC

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

2018-08-20 16:58:19 UTC

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

2018-08-20 16:58:19 UTC

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

2018-08-20 16:58:19 UTC

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

2018-08-20 16:58:20 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f56bfe11-ls11 Build-date:- 2018-08-20T16:57:38+00:00

2018-08-20 16:58:20 UTC

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

2018-08-20 16:58:20 UTC

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

2018-08-20 16:58:26 UTC

|3 BUILD_DATE=2018-08-20T16:57:38+00:00 SMOKEPING_VERSION=f56bfe11 VERSION=f56bfe11-ls11 /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-08-20 16:58:27 UTC

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

2018-08-20 16:58:27 UTC

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

2018-08-20 16:58:27 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