2021-04-17 08:57:38 UTC
32.5 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:2d34e860166319b29e21ca833c1da9ac5a0b62922f170e1c78694a8b909e1bfb - 8.57% (2.79 MB)
[#001] sha256:4f6f6e238e5f77be2a0c3fee148d85861e54a6eecf040fb3c14376f485868383 - 5.55% (1.8 MB)
[#002] sha256:7ee5c0457f14d5513df7aeace9a5331214ebe21335de02ef06533795c4270e9f - 5.34% (1.74 MB)
[#003] sha256:60e3dbb8734f96d01e1bcc72b9d6b35c8159ad8c75e5a6a09019835ee4c4e9e0 - 0.0% (436 Bytes)
[#004] sha256:0fec800e0c2bbbe6d69c71b4e5c7e8caac96d0631fc14b03f605be6d6e16c995 - 8.79% (2.86 MB)
[#005] sha256:b61e99f3b3aaab34d934d0a8726f5adfb9aa3f4aef4c300467aec47da55c79bf - 0.01% (2.61 KB)
[#006] sha256:f728eea16c776ffe06eff0f355217cd177d73c78c042af314e3a2db4af3f01b4 - 47.6% (15.5 MB)
[#007] sha256:3cd4b14cedc85d10d99ac8b45fcb500eb2d3b25a957853fc9d140df85b3a82a6 - 0.01% (3.02 KB)
[#008] sha256:c7fd0d8ecbae250c6e51b698446bf24535d917e779d7387d7ff3a9ba8e149bed - 24.13% (7.85 MB)
[#009] sha256:e9a933223591212b35746d2c4b06dfa6a0a36370e146dff12b175abaacbc3ffb - 0.0% (1.06 KB)
/bin/sh -c #(nop) COPY dir:dbd1d1776f6af4ec6c8952008b90ace826ed222bdf1b9ee8ccad35857e6b6294 in /
2021-04-13 06:38:50 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-04-13 06:38:50 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-13 06:38:51 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3e3be7bf-ls21 Build-date:- 2021-04-13T06:37:32+00:00
2021-04-13 06:38:51 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-04-13 06:38:51 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-04-13 06:38:51 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-04-13 06:38:52 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2021-04-13 06:38:54 UTC|4 BUILD_DATE=2021-04-13T06:37:32+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=3e3be7bf-ls21 /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-13 06:38:55 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-04-13 06:38:55 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2021-04-13 06:38:59 UTC|4 BUILD_DATE=2021-04-13T06:37:32+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=3e3be7bf-ls21 /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-13 06:39:00 UTC/bin/sh -c #(nop) COPY dir:848ed3e822868f0038e92f8385d371d676b0aebbd8ef220c47e8408e5a1a8b62 in /
2021-04-13 06:39:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-04-15 05:59:40 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-15 05:59:41 UTC/bin/sh -c #(nop) COPY dir:7e95067651ac0d94a3779f888c4a4a0ef71111ac71c598c1614f50320a162e7f in /
2021-04-15 05:59:42 UTC/bin/sh -c #(nop) EXPOSE 443 80
2021-04-15 05:59:42 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-04-17 08:57:31 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-04-17 08:57:31 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-17 08:57:31 UTC/bin/sh -c #(nop) ARG CHEVERETO_RELEASE
2021-04-17 08:57:32 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.3.0-ls14 Build-date:- 2021-04-17T04:56:26-04:00
2021-04-17 08:57:32 UTC/bin/sh -c #(nop) LABEL maintainer=alex-phillips
2021-04-17 08:57:36 UTC|3 BUILD_DATE=2021-04-17T04:56:26-04:00 CHEVERETO_RELEASE=1.3.0 VERSION=1.3.0-ls14 /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-17 08:57:36 UTC/bin/sh -c #(nop) COPY dir:1422652f396af5186e6ce6c07b24e7beee14519197403c36761b3e3b5d0d209c in /
2021-04-17 08:57:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-04-17 08:57:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-17T04:56:26-04:00
2021-04-17 08:57:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Chevereto](https://github.com/Chevereto/Chevereto-Free) is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. It's your hosting and your rules, so say goodbye to closures and restrictions.
2021-04-17 08:57:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-chevereto
2021-04-17 08:57:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-04-17 08:57:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=39e77b5ba247cd7113745ac53dee6951574caa43
2021-04-17 08:57:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=39e77b5ba247cd7113745ac53dee6951574caa43
2021-04-17 08:57:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-chevereto
2021-04-17 08:57:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Chevereto
2021-04-17 08:57:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-chevereto/packages
2021-04-17 08:57:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-04-17 08:57:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.3.0-ls14
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.