Namespace
linuxserver
Image / Tag
chevereto:amd64-1.3.0-ls13
Content Digest
sha256:a99c626a2722357abad3fd46ebd50f5649c36ceb3ce7910db45e18296647aa18
Details
Created

2021-04-10 08:55:25 UTC

Size

32.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.3.0-ls13 Build-date:- 2021-04-10T09:54:27+01: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:919bf3804c817e1a27ba3de3740d4b8148b07522bb50e0aa339d1b5155ab47dc - 8.57% (2.79 MB)

[#001] sha256:e6609f9d2183c7d0c6bdf28a54c7d2b4cd441aecbe03f954a8cdb77ea3a2529f - 5.55% (1.8 MB)

[#002] sha256:443a3974cb2b266907cb08137f728e43aea634911386a1b5a9cf84b2fdc40952 - 5.34% (1.74 MB)

[#003] sha256:5f27a74fb868f7055fe5079b8afa0e24bce5b6b081b48e01c6c78cb3c327d042 - 0.0% (437 Bytes)

[#004] sha256:f37d364cbb4175277a07bc52f17f620f33d8b5057a7ec22f4773b411dde3d50e - 8.79% (2.86 MB)

[#005] sha256:e22d9e6c795f030eaefb3f7f9fc224a77feae07c84d6b09477ab7794d9391005 - 0.01% (2.61 KB)

[#006] sha256:d2e290dbe6856bb8a7f009be6d5853dcf8a43fec3106b8aed2d5b2d45d234ecc - 47.58% (15.5 MB)

[#007] sha256:7b177562018e9202162b13ce888c380ade156e324d3820cfdd77433d2eb7718f - 0.01% (3.02 KB)

[#008] sha256:bb24da56ebee5cffd998bccfc77e4503886cb00653c9d707a1614b1b849a3604 - 24.14% (7.85 MB)

[#009] sha256:5307f7b883aea5e177fd0c4827c6280c0d1aad96292cf46f0707ce1fea5dbd06 - 0.0% (1.06 KB)


History
2021-04-06 06:38:19 UTC

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

2021-04-06 06:38:19 UTC

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

2021-04-06 06:38:20 UTC

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

2021-04-06 06:38:20 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4571dfd8-ls20 Build-date:- 2021-04-06T07:37:23+01:00

2021-04-06 06:38:20 UTC

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

2021-04-06 06:38:21 UTC

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

2021-04-06 06:38:21 UTC

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

2021-04-06 06:38:23 UTC

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

2021-04-06 06:38:25 UTC

|4 BUILD_DATE=2021-04-06T07:37:23+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=4571dfd8-ls20 /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-04-06 06:38:25 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-04-06 06:38:26 UTC

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

2021-04-06 06:38:29 UTC

|4 BUILD_DATE=2021-04-06T07:37:23+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=4571dfd8-ls20 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch 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 && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-04-06 06:38:29 UTC

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

2021-04-06 06:38:30 UTC

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

2021-04-08 06:02:39 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-04-08 06:02:39 UTC

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

2021-04-08 06:02:39 UTC

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

2021-04-08 06:02:39 UTC

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

2021-04-10 08:55:17 UTC

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

2021-04-10 08:55:18 UTC

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

2021-04-10 08:55:18 UTC

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

2021-04-10 08:55:18 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.3.0-ls13 Build-date:- 2021-04-10T09:54:27+01:00

2021-04-10 08:55:19 UTC

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

2021-04-10 08:55:24 UTC

|3 BUILD_DATE=2021-04-10T09:54:27+01:00 CHEVERETO_RELEASE=1.3.0 VERSION=1.3.0-ls13 /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-04-10 08:55:25 UTC

/bin/sh -c #(nop) COPY dir:1422652f396af5186e6ce6c07b24e7beee14519197403c36761b3e3b5d0d209c 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