Namespace
linuxserver
Image / Tag
chevereto:arm32v7-1.3.0-ls8
Content Digest
sha256:e437cf4ad90688db605724c3c19fc137e6d7d33b2a06519e6c4a0316fc3bc398
Details
Created

2021-02-13 08:55:10 UTC

Size

31.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.3.0-ls8 Build-date:- 2021-02-13T03:53:49-05:00
  • maintainer
    alex-phillips

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:f5e5ed7a7fd1028835257370e978c48632f36dc32d5d1f1a09daf3d8a77de7f2 - 7.61% (2.4 MB)

[#001] sha256:dbe902a9d3bc310da606ca819693d1044bc89746d6e685dd1571c6c9bccdfc0e - 7.03% (2.22 MB)

[#002] sha256:1cac78de1a2435030b3b5064fd18ae485159ef164048f9c4a81378db719e3540 - 6.69% (2.11 MB)

[#003] sha256:0b85da63a422225708ba2aa0e2687843b3f5f6d804db4447070e5668d9b27ede - 12.62% (3.98 MB)

[#004] sha256:1b3c0a8b1da25baff522c01e9deda65c8756ec088e3c79b4ad6389d485758a77 - 0.01% (4.39 KB)

[#005] sha256:62763abf58188080b5f65c790c446a721a73b930e9218bf05159b638d618ff09 - 42.5% (13.4 MB)

[#006] sha256:1674db5dd65577abdf1588d4e1f3e97ab54ddcb0a72cb018d08d8caacb233d47 - 0.01% (3.03 KB)

[#007] sha256:dfc38b5b437bc93c8e9926f09181cc0318594afd260bc9af6bd6bd15d796d244 - 23.53% (7.42 MB)

[#008] sha256:48b0caee0d12e7c0a5a6e47b6acdc1fd975e08db847ab1c6b4a2873a0fcd2658 - 0.0% (1.06 KB)


History
2021-02-09 06:30:27 UTC

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

2021-02-09 06:30:28 UTC

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

2021-02-09 06:30:28 UTC

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

2021-02-09 06:30:28 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- bac788ae-ls15 Build-date:- 2021-02-09T01:29:17-05:00

2021-02-09 06:30:29 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2021-02-09 06:30:29 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2

2021-02-09 06:30:29 UTC

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

2021-02-09 06:30:31 UTC

/bin/sh -c #(nop) ADD 57874912aa54611a5a67dd94020d8d8616e3b383165c6afcf930150b0d694731 in /tmp/

2021-02-09 06:30:33 UTC

|4 BUILD_DATE=2021-02-09T01:29:17-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=bac788ae-ls15 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2021-02-09 06:30:33 UTC

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

2021-02-09 06:30:39 UTC

|4 BUILD_DATE=2021-02-09T01:29:17-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=bac788ae-ls15 /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 procps shadow tzdata && 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && 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/*

2021-02-09 06:30:40 UTC

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

2021-02-09 06:30:40 UTC

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

2021-02-11 05:52:35 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.1-libssl logrotate nano nginx openssl php7 php7-fileinfo php7-fpm php7-json php7-mbstring php7-openssl php7-session php7-simplexml php7-xml php7-xmlwriter php7-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/conf.d/default.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate

2021-02-11 05:52:36 UTC

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

2021-02-11 05:52:37 UTC

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

2021-02-11 05:52:37 UTC

/bin/sh -c #(nop) VOLUME [/config]

2021-02-13 08:54:54 UTC

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

2021-02-13 08:54:55 UTC

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

2021-02-13 08:54:55 UTC

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

2021-02-13 08:54:55 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.3.0-ls8 Build-date:- 2021-02-13T03:53:49-05:00

2021-02-13 08:54:56 UTC

/bin/sh -c #(nop) LABEL maintainer=alex-phillips

2021-02-13 08:55:04 UTC

|3 BUILD_DATE=2021-02-13T03:53:49-05:00 CHEVERETO_RELEASE=1.3.0 VERSION=1.3.0-ls8 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies composer curl && echo "**** install runtime packages ****" && apk add --no-cache php7 php7-ctype php7-curl php7-gd php7-pdo php7-pdo_mysql && echo "**** install chevereto-free ****" && mkdir -p /app/chevereto && if [ -z ${CHEVERETO_RELEASE+x} ]; then CHEVERETO_RELEASE=$(curl -sX GET "https://api.github.com/repos/Chevereto/Chevereto-Free/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/chevereto.tar.gz -L "https://github.com/Chevereto/Chevereto-Free/archive/${CHEVERETO_RELEASE}.tar.gz" && tar xf /tmp/chevereto.tar.gz -C /app/chevereto/ --strip-components=1 && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/*

2021-02-13 08:55:10 UTC

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

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