Namespace
linuxserver
Image / Tag
chevereto:amd64-1.4.0-ls26
Content Digest
sha256:6916a987b62cc4567f222b5b015a05e036bffa9c5907c51a540b6ece6eab4e18
Details
Created

2021-08-14 08:47:24 UTC

Size

32.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.4.0-ls26 Build-date:- 2021-08-14T10:46:10+02:00
  • maintainer
    alex-phillips
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-08-14T10:46:10+02:00
  • 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.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-chevereto
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    594d70f93a6571b139db6e47af560542917a0db0
  • org.opencontainers.image.revision
    594d70f93a6571b139db6e47af560542917a0db0
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-chevereto
  • org.opencontainers.image.title
    Chevereto
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-chevereto/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    1.4.0-ls26

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:021994a2af47040b5603a458048b496a35786112b34f444fa29f296b6e16b8a3 - 8.57% (2.8 MB)

[#001] sha256:f34a62474a643a5d6cb1a81008f90411fb812e4909783cfcacfaf3ff4b503910 - 5.52% (1.8 MB)

[#002] sha256:cb38decd5ba990ca1c59a705f47c812a383c55f1a5989abc2e789f8bd4bad78a - 5.31% (1.74 MB)

[#003] sha256:c42ba23bbc03fee3f4ddff13f5a82acf167ac263eec3e8061def0f0aaef051d6 - 0.0% (438 Bytes)

[#004] sha256:6749cca14626538662af6d7ee86493609798005466336b267272f0383497d58f - 9.22% (3.01 MB)

[#005] sha256:d238ba340e97f116739b4dd82a09c70095b5f1687a1b8ced532347b1c715a81c - 0.01% (2.85 KB)

[#006] sha256:c595205bdb16b1dee37a217da2063bdd9af3029a17cd0696f045c38a3b2b025e - 44.81% (14.6 MB)

[#007] sha256:6bb6952d046312126d46a881f6bc937b1a094f586abea5839f4f997c30006f85 - 0.01% (2.84 KB)

[#008] sha256:5a65a0e14920f9ff9633346fabf636a5dba76a9eaa8cc6e21689cd30f2872966 - 26.54% (8.67 MB)

[#009] sha256:95d5e68d2148ac02d6024b31b2609be231d41eac54ee68e4070ea2d3c03f9a54 - 0.0% (1.03 KB)


History
2021-08-10 06:32:07 UTC

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

2021-08-10 06:32:08 UTC

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

2021-08-10 06:32:08 UTC

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

2021-08-10 06:32:08 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f7942911-ls5 Build-date:- 2021-08-10T08:31:16+02:00

2021-08-10 06:32:08 UTC

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

2021-08-10 06:32:08 UTC

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

2021-08-10 06:32:08 UTC

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

2021-08-10 06:32:09 UTC

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

2021-08-10 06:32:10 UTC

|4 BUILD_DATE=2021-08-10T08:31:16+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f7942911-ls5 /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-08-10 06:32:10 UTC

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

2021-08-10 06:32:10 UTC

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

2021-08-10 06:32:13 UTC

|4 BUILD_DATE=2021-08-10T08:31:16+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f7942911-ls5 /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-08-10 06:32:13 UTC

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

2021-08-10 06:32:13 UTC

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

2021-08-10 06:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-08-10 06:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-10T08:31:16+02:00

2021-08-10 06:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2021-08-10 06:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2021-08-10 06:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-08-10 06:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d7e9aa86edeb1c995a1060b522c65765d22795a8

2021-08-10 06:32:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d7e9aa86edeb1c995a1060b522c65765d22795a8

2021-08-10 06:32:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2021-08-10 06:32:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2021-08-10 06:32:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2021-08-10 06:32:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-08-10 06:32:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f7942911-ls5

2021-08-12 05:59:51 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.3-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/http.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-08-12 05:59:51 UTC

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

2021-08-12 05:59:52 UTC

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

2021-08-12 05:59:52 UTC

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

2021-08-12 05:59:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-08-12 05:59:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-12T07:58:58+02:00

2021-08-12 05:59:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io

2021-08-12 05:59:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx

2021-08-12 05:59:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-08-12 05:59:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e174ff2e2465164fe2ce52796adcb20e05b9ddfd

2021-08-12 05:59:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e174ff2e2465164fe2ce52796adcb20e05b9ddfd

2021-08-12 05:59:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx

2021-08-12 05:59:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx

2021-08-12 05:59:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages

2021-08-12 05:59:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-08-12 05:59:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4ef13c9b-ls5

2021-08-14 08:47:16 UTC

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

2021-08-14 08:47:17 UTC

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

2021-08-14 08:47:17 UTC

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

2021-08-14 08:47:17 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.4.0-ls26 Build-date:- 2021-08-14T10:46:10+02:00

2021-08-14 08:47:17 UTC

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

2021-08-14 08:47:21 UTC

|3 BUILD_DATE=2021-08-14T10:46:10+02:00 CHEVERETO_RELEASE=1.4.0 VERSION=1.4.0-ls26 /bin/sh -c echo "**** install runtime packages ****" && apk add --update --no-cache curl php7 php7-ctype php7-curl php7-exif php7-gd php7-json php7-mbstring php7-pdo php7-pdo_mysql php7-zip php7-session php7-xml php7-fileinfo && 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 ****" && rm -rf /root/.cache /tmp/*

2021-08-14 08:47:21 UTC

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

2021-08-14 08:47:21 UTC

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

2021-08-14 08:47:22 UTC

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

2021-08-14 08:47:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-08-14 08:47:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-14T10:46:10+02:00

2021-08-14 08:47:22 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-08-14 08:47:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-chevereto

2021-08-14 08:47:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-08-14 08:47:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=594d70f93a6571b139db6e47af560542917a0db0

2021-08-14 08:47:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=594d70f93a6571b139db6e47af560542917a0db0

2021-08-14 08:47:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-chevereto

2021-08-14 08:47:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Chevereto

2021-08-14 08:47:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-chevereto/packages

2021-08-14 08:47:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-08-14 08:47:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.4.0-ls26

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