Namespace
linuxserver
Image / Tag
smokeping:arm32v7-5f50ea1f-ls53
Content Digest
sha256:bc5d6ddd90220110bafa9be54103b0d8b6ef7972bb49f2c2636854eb8263ba9b
Details
Created

2019-07-05 16:08:10 UTC

Size

40.3 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- 5f50ea1f-ls53 Build-date:- 2019-07-05T17:07:06+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:b4f7d77f6fd0823690bdcf5f170c457de850df8ccdeeffff198f53e35e4c290b - 5.81% (2.34 MB)

[#001] sha256:2c31ccf2b6318b77eced04050302a124edad86c9ed00fd4d2e6bdc9bc4e4aaa1 - 14.83% (5.97 MB)

[#002] sha256:9f8b27753c4d151e5f8cce1dee4c014837d66b947174edd03a5ece3dd818de0e - 0.01% (3.77 KB)

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

[#004] sha256:2db510d08c2cd51b1ce1d3f1c15149e59a41d40ffd37b27f08cc32f781119c11 - 79.32% (31.9 MB)

[#005] sha256:03456ce904c4ed1c51542efb46e1f968b32ca035fc20b95499c230b0108924d7 - 0.02% (8.94 KB)


History
2019-06-28 21:08:07 UTC

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

2019-06-28 21:08:07 UTC

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

2019-06-28 21:08:09 UTC

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

2019-06-28 21:08:09 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 28982072-ls5 Build-date:- 2019-06-28T21:06:53+00:00

2019-06-28 21:08:10 UTC

/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer

2019-06-28 21:08:11 UTC

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

2019-06-28 21:08:11 UTC

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

2019-06-28 21:08:12 UTC

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

2019-06-28 21:08:25 UTC

|4 BUILD_DATE=2019-06-28T21:06:53+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.0.0 VERSION=28982072-ls5 /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/*

2019-06-28 21:08:27 UTC

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

2019-06-28 21:08:27 UTC

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

2019-07-05 16:07:46 UTC

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

2019-07-05 16:07:47 UTC

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

2019-07-05 16:07:48 UTC

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

2019-07-05 16:07:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5f50ea1f-ls53 Build-date:- 2019-07-05T17:07:06+01:00

2019-07-05 16:07:49 UTC

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

2019-07-05 16:07:49 UTC

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

2019-07-05 16:08:07 UTC

|3 BUILD_DATE=2019-07-05T17:07:06+01:00 SMOKEPING_VERSION=5f50ea1f VERSION=5f50ea1f-ls53 /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

2019-07-05 16:08:09 UTC

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

2019-07-05 16:08:10 UTC

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

2019-07-05 16:08:10 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