Namespace
linuxserver
Image / Tag
smokeping:121
Content Digest
sha256:ad556fdf9e752184a3872658cc76996a792e7506339dd56b0889c4eee0c80109
Details
Created

2018-06-01 22:05:25 UTC

Size

37.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 121 Build-date:- June-01-2018-22:04:31-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:6b9e30c637a5041ec3adee20cd397ac4c4d2e0bbed2a2bc4a1b9162fde94e84b - 5.56% (2.09 MB)

[#001] sha256:69ea7c8b8e477aeabfb6049f8f16ccfc2d9d928995bbb4a61854164567b2f445 - 20.9% (7.87 MB)

[#002] sha256:238fb498a716d365fececa73a104fc3dbfc5be52b926f94043cffd0672a618df - 0.0% (450 Bytes)

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

[#004] sha256:970f20d019a40ffb20287d694faa67b08f644c9ed22709259f056836b5638be7 - 73.52% (27.7 MB)

[#005] sha256:25bd29291d9d1b3dbcc5c60c4ca0722228b9734b4a6b7e792a1553e7b5324637 - 0.02% (8.8 KB)


History
2018-06-01 22:03:47 UTC

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

2018-06-01 22:03:47 UTC

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

2018-06-01 22:03:47 UTC

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

2018-06-01 22:03:47 UTC

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

2018-06-01 22:03:47 UTC

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

2018-06-01 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-06-01 22:03:52 UTC

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

2018-06-01 22:03:52 UTC

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

2018-06-01 22:04:38 UTC

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

2018-06-01 22:04:39 UTC

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

2018-06-01 22:04:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 121 Build-date:- June-01-2018-22:04:31-UTC

2018-06-01 22:04:39 UTC

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

2018-06-01 22:04:39 UTC

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

2018-06-01 22:05:24 UTC

|2 BUILD_DATE=June-01-2018-22:04:31-UTC VERSION=121 /bin/sh -c echo "**** install packages ****" && apk add --no-cache apache2 apache2-ctl apache2-utils bc 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-06-01 22:05:24 UTC

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

2018-06-01 22:05:25 UTC

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

2018-06-01 22:05:25 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