Namespace
linuxserver
Image / Tag
chevereto:1.6.2-ls47
Content Digest
sha256:46097388a8e33688d6895f510c3309472b193c7567dd1f60b9d98218de939b82
Details
Created

2022-02-12 08:45:45 UTC

Size

32 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.6.2-ls47 Build-date:- 2022-02-12T09:44:44+01:00
  • maintainer
    alex-phillips
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-02-12T09:44:44+01:00
  • org.opencontainers.image.description
    [Chevereto](https://github.com/rodber/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
    c140238470c480d5714c41fc513f9d7aae9b5fe2
  • org.opencontainers.image.revision
    c140238470c480d5714c41fc513f9d7aae9b5fe2
  • 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.6.2-ls47

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:bc63304feaf336f8040dd2168de1b0bed26f0bd5f0cd0a84eae9be74ae5d95c0 - 8.75% (2.8 MB)

[#001] sha256:dcc0a30d936899e6c4195ee232718877ffb8e10e13e7bb32d4c5fdc253beb676 - 5.63% (1.8 MB)

[#002] sha256:95b666618ca39c396863dc295f1a0298c212d30bd096e2898ce3d43ac1ed5e20 - 5.42% (1.74 MB)

[#003] sha256:3cf2aab38cc450a52d4fdf4e87ae63c41306d549b951e9f365121f7047ce991a - 0.0% (437 Bytes)

[#004] sha256:f70c2746442471dec6d4ec5a799e051bf46f1e69025d0c0134edb7a1d40092bf - 9.43% (3.02 MB)

[#005] sha256:6e0c137e4d32141e1c2b0601d3b033f08feb2e26018ed6f656522c1d4dc55793 - 0.01% (3.28 KB)

[#006] sha256:fe7814d8c924b85409fe6c75d44320c3f76b34c6a739ae6fb664a8c522cd8466 - 45.7% (14.6 MB)

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

[#008] sha256:9dfe0c318ebc931e8d8e371456c771cbdbad1bd94e3be62a97ac76b15fc00f0d - 25.04% (8.02 MB)

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


History
2022-01-24 19:42:37 UTC

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

2022-01-24 19:42:37 UTC

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

2022-01-24 19:42:37 UTC

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

2022-01-24 19:42:37 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b23b8efd-ls15 Build-date:- 2022-01-24T20:41:44+01:00

2022-01-24 19:42:38 UTC

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

2022-01-24 19:42:38 UTC

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

2022-01-24 19:42:38 UTC

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

2022-01-24 19:42:38 UTC

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

2022-01-24 19:42:39 UTC

|4 BUILD_DATE=2022-01-24T20:41:44+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=b23b8efd-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

2022-01-24 19:42:40 UTC

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

2022-01-24 19:42:40 UTC

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

2022-01-24 19:42:42 UTC

|4 BUILD_DATE=2022-01-24T20:41:44+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=b23b8efd-ls15 /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/*

2022-01-24 19:42:42 UTC

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

2022-01-24 19:42:43 UTC

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

2022-01-24 19:42:43 UTC

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

2022-01-24 19:42:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-24T20:41:44+01:00

2022-01-24 19:42:43 UTC

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

2022-01-24 19:42:43 UTC

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

2022-01-24 19:42:43 UTC

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

2022-01-24 19:42:43 UTC

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

2022-01-24 19:42:43 UTC

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

2022-01-24 19:42:44 UTC

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

2022-01-24 19:42:44 UTC

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

2022-01-24 19:42:44 UTC

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

2022-01-24 19:42:44 UTC

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

2022-01-24 19:42:44 UTC

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

2022-02-10 05:54:57 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 HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /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

2022-02-10 05:54:57 UTC

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

2022-02-10 05:54:57 UTC

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

2022-02-10 05:54:58 UTC

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

2022-02-10 05:54:58 UTC

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

2022-02-10 05:54:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-10T06:54:08+01:00

2022-02-10 05:54:58 UTC

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

2022-02-10 05:54:58 UTC

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

2022-02-10 05:54:58 UTC

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

2022-02-10 05:54:58 UTC

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

2022-02-10 05:54:59 UTC

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

2022-02-10 05:54:59 UTC

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

2022-02-10 05:54:59 UTC

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

2022-02-10 05:54:59 UTC

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

2022-02-10 05:54:59 UTC

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

2022-02-10 05:55:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=75e50135-ls16

2022-02-12 08:45:36 UTC

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

2022-02-12 08:45:36 UTC

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

2022-02-12 08:45:37 UTC

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

2022-02-12 08:45:37 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.6.2-ls47 Build-date:- 2022-02-12T09:44:44+01:00

2022-02-12 08:45:37 UTC

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

2022-02-12 08:45:42 UTC

|3 BUILD_DATE=2022-02-12T09:44:44+01:00 CHEVERETO_RELEASE=1.6.2 VERSION=1.6.2-ls47 /bin/sh -c echo "**** install runtime packages ****" && apk add --update --no-cache curl composer 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/rodber/chevereto-free/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/chevereto.tar.gz -L "https://github.com/rodber/chevereto-free/archive/${CHEVERETO_RELEASE}.tar.gz" && tar xf /tmp/chevereto.tar.gz -C /app/chevereto/ --strip-components=1 && cd /app/chevereto && composer install && echo "**** cleanup ****" && rm -rf /root/.cache /tmp/*

2022-02-12 08:45:42 UTC

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

2022-02-12 08:45:42 UTC

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

2022-02-12 08:45:43 UTC

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

2022-02-12 08:45:43 UTC

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

2022-02-12 08:45:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-12T09:44:44+01:00

2022-02-12 08:45:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Chevereto](https://github.com/rodber/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.

2022-02-12 08:45:44 UTC

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

2022-02-12 08:45:44 UTC

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

2022-02-12 08:45:44 UTC

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

2022-02-12 08:45:44 UTC

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

2022-02-12 08:45:44 UTC

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

2022-02-12 08:45:45 UTC

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

2022-02-12 08:45:45 UTC

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

2022-02-12 08:45:45 UTC

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

2022-02-12 08:45:45 UTC

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

Details
Created

2022-02-12 08:46:01 UTC

Size

31 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.6.2-ls47 Build-date:- 2022-02-12T09:44:44+01:00
  • maintainer
    alex-phillips
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-02-12T09:44:44+01:00
  • org.opencontainers.image.description
    [Chevereto](https://github.com/rodber/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
    c140238470c480d5714c41fc513f9d7aae9b5fe2
  • org.opencontainers.image.revision
    c140238470c480d5714c41fc513f9d7aae9b5fe2
  • 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.6.2-ls47

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:625e6839d0851ef300524ed0439d83d26e0df84f1b5ca2e3fa4005d1ff54503c - 7.8% (2.42 MB)

[#001] sha256:2c702da3d623476fafd83db6c5c10e79dae83ccf724d50e0b72ac5f4ccfe8a69 - 6.94% (2.15 MB)

[#002] sha256:5adadbf61cb3da921da789698d2aa5ab2a07f5f96bf1108558eed2779ea0bff2 - 6.71% (2.08 MB)

[#003] sha256:7665aa62e111ac49490abcef5bbe6a944111dafad39f16691b4af59e61130045 - 0.0% (408 Bytes)

[#004] sha256:f65d07296a7aebe3ca3bcef1bd682a26622ad149718102a4fa139f80f0c9b010 - 13.38% (4.15 MB)

[#005] sha256:403d4944f4f3544648b7fdc55a66f57ff122f96180c231b29c70e9f964ca618f - 0.01% (3.28 KB)

[#006] sha256:d5b50e6d2ca109ba1f7c7d457eed575b06667b707939bdf51f6d053915f29266 - 40.78% (12.6 MB)

[#007] sha256:65685ecebc5e768e1cd834c9379da6c83bc7bb8ae309344b0fe6918846e95855 - 0.01% (2.79 KB)

[#008] sha256:9671883b76c5ea2af1dc8afcf56ed4bc86f93ebabd78bab0134c5ab1f6d9dd06 - 24.36% (7.55 MB)

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


History
2022-01-24 19:42:43 UTC

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

2022-01-24 19:42:43 UTC

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

2022-01-24 19:42:44 UTC

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

2022-01-24 19:42:45 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b23b8efd-ls15 Build-date:- 2022-01-24T20:41:44+01:00

2022-01-24 19:42:46 UTC

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

2022-01-24 19:42:47 UTC

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

2022-01-24 19:42:48 UTC

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

2022-01-24 19:42:50 UTC

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

2022-01-24 19:42:50 UTC

|4 BUILD_DATE=2022-01-24T20:41:44+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=b23b8efd-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

2022-01-24 19:42:52 UTC

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

2022-01-24 19:42:52 UTC

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

2022-01-24 19:42:57 UTC

|4 BUILD_DATE=2022-01-24T20:41:44+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=b23b8efd-ls15 /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 "**** 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/*

2022-01-24 19:42:58 UTC

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

2022-01-24 19:42:58 UTC

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

2022-01-24 19:42:59 UTC

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

2022-01-24 19:43:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-24T20:41:44+01:00

2022-01-24 19:43:01 UTC

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

2022-01-24 19:43:02 UTC

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

2022-01-24 19:43:03 UTC

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

2022-01-24 19:43:04 UTC

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

2022-01-24 19:43:05 UTC

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

2022-01-24 19:43:06 UTC

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

2022-01-24 19:43:07 UTC

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

2022-01-24 19:43:08 UTC

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

2022-01-24 19:43:09 UTC

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

2022-01-24 19:43:10 UTC

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

2022-02-10 05:55:04 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 HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /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

2022-02-10 05:55:05 UTC

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

2022-02-10 05:55:05 UTC

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

2022-02-10 05:55:06 UTC

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

2022-02-10 05:55:07 UTC

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

2022-02-10 05:55:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-10T06:54:08+01:00

2022-02-10 05:55:09 UTC

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

2022-02-10 05:55:10 UTC

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

2022-02-10 05:55:11 UTC

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

2022-02-10 05:55:12 UTC

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

2022-02-10 05:55:13 UTC

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

2022-02-10 05:55:14 UTC

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

2022-02-10 05:55:15 UTC

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

2022-02-10 05:55:16 UTC

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

2022-02-10 05:55:17 UTC

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

2022-02-10 05:55:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=75e50135-ls16

2022-02-12 08:45:48 UTC

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

2022-02-12 08:45:48 UTC

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

2022-02-12 08:45:49 UTC

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

2022-02-12 08:45:49 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.6.2-ls47 Build-date:- 2022-02-12T09:44:44+01:00

2022-02-12 08:45:49 UTC

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

2022-02-12 08:45:56 UTC

|3 BUILD_DATE=2022-02-12T09:44:44+01:00 CHEVERETO_RELEASE=1.6.2 VERSION=1.6.2-ls47 /bin/sh -c echo "**** install runtime packages ****" && apk add --update --no-cache curl composer 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/rodber/chevereto-free/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/chevereto.tar.gz -L "https://github.com/rodber/chevereto-free/archive/${CHEVERETO_RELEASE}.tar.gz" && tar xf /tmp/chevereto.tar.gz -C /app/chevereto/ --strip-components=1 && cd /app/chevereto && composer install && echo "**** cleanup ****" && rm -rf /root/.cache /tmp/*

2022-02-12 08:45:57 UTC

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

2022-02-12 08:45:57 UTC

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

2022-02-12 08:45:57 UTC

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

2022-02-12 08:45:58 UTC

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

2022-02-12 08:45:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-12T09:44:44+01:00

2022-02-12 08:45:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Chevereto](https://github.com/rodber/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.

2022-02-12 08:45:58 UTC

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

2022-02-12 08:45:59 UTC

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

2022-02-12 08:45:59 UTC

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

2022-02-12 08:45:59 UTC

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

2022-02-12 08:46:00 UTC

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

2022-02-12 08:46:00 UTC

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

2022-02-12 08:46:00 UTC

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

2022-02-12 08:46:00 UTC

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

2022-02-12 08:46:01 UTC

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

Details
Created

2022-02-12 08:46:07 UTC

Size

34.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.6.2-ls47 Build-date:- 2022-02-12T09:44:44+01:00
  • maintainer
    alex-phillips
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-02-12T09:44:44+01:00
  • org.opencontainers.image.description
    [Chevereto](https://github.com/rodber/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
    c140238470c480d5714c41fc513f9d7aae9b5fe2
  • org.opencontainers.image.revision
    c140238470c480d5714c41fc513f9d7aae9b5fe2
  • 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.6.2-ls47

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:8d089d543d53ad8357f8a0a123faaf603ced626bf93e7fe1e21f8bf6f1c99426 - 7.91% (2.71 MB)

[#001] sha256:9edb955048dbc11a89a4909c7d0066af8522dee11991a9174775fcf0696c6e20 - 6.27% (2.15 MB)

[#002] sha256:4fee585f58d3171fa3383e3959723a6379de6a17db12c87f5ed0afac477b0474 - 6.14% (2.1 MB)

[#003] sha256:a118c6c24001abb02ec12f2105523d6ebf2cbf4bb7853f41fd3166062169dc87 - 0.0% (407 Bytes)

[#004] sha256:3a2ab2c5751c8804786d96ea58cdd36b3ca1191ff05413bba236e0a815356246 - 13.65% (4.67 MB)

[#005] sha256:403d4944f4f3544648b7fdc55a66f57ff122f96180c231b29c70e9f964ca618f - 0.01% (3.28 KB)

[#006] sha256:94c627f2fb5a7b3f41f6e7fb021a12e575b3415f6c19b6ce3e93a0bd0d06a168 - 42.72% (14.6 MB)

[#007] sha256:58f6cdf6b3dda33f511320a561fb6a517fc6cb15424d215c601fff39390c2000 - 0.01% (2.79 KB)

[#008] sha256:04444b1cc2d275865a9f8ca1d2b71d5fc4e90df81f80f9ad67d3bf6ab4269579 - 23.29% (7.97 MB)

[#009] sha256:0f89a2c69c7372b808a38a4fed31ed2c1204f462cf94fc67a3fd57551583cb84 - 0.0% (1.03 KB)


History
2022-01-24 19:42:42 UTC

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

2022-01-24 19:42:42 UTC

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

2022-01-24 19:42:43 UTC

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

2022-01-24 19:42:44 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b23b8efd-ls15 Build-date:- 2022-01-24T20:41:44+01:00

2022-01-24 19:42:45 UTC

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

2022-01-24 19:42:46 UTC

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

2022-01-24 19:42:47 UTC

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

2022-01-24 19:42:51 UTC

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

2022-01-24 19:42:51 UTC

|4 BUILD_DATE=2022-01-24T20:41:44+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=b23b8efd-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

2022-01-24 19:42:53 UTC

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

2022-01-24 19:42:53 UTC

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

2022-01-24 19:42:56 UTC

|4 BUILD_DATE=2022-01-24T20:41:44+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=b23b8efd-ls15 /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 "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-01-24 19:42:58 UTC

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

2022-01-24 19:42:58 UTC

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

2022-01-24 19:42:59 UTC

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

2022-01-24 19:43:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-24T20:41:44+01:00

2022-01-24 19:43:01 UTC

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

2022-01-24 19:43:02 UTC

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

2022-01-24 19:43:03 UTC

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

2022-01-24 19:43:04 UTC

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

2022-01-24 19:43:05 UTC

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

2022-01-24 19:43:06 UTC

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

2022-01-24 19:43:07 UTC

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

2022-01-24 19:43:08 UTC

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

2022-01-24 19:43:09 UTC

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

2022-01-24 19:43:10 UTC

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

2022-02-10 05:55:04 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 HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /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

2022-02-10 05:55:06 UTC

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

2022-02-10 05:55:06 UTC

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

2022-02-10 05:55:07 UTC

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

2022-02-10 05:55:08 UTC

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

2022-02-10 05:55:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-10T06:54:08+01:00

2022-02-10 05:55:10 UTC

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

2022-02-10 05:55:11 UTC

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

2022-02-10 05:55:12 UTC

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

2022-02-10 05:55:13 UTC

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

2022-02-10 05:55:14 UTC

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

2022-02-10 05:55:15 UTC

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

2022-02-10 05:55:16 UTC

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

2022-02-10 05:55:17 UTC

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

2022-02-10 05:55:18 UTC

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

2022-02-10 05:55:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=75e50135-ls16

2022-02-12 08:45:44 UTC

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

2022-02-12 08:45:45 UTC

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

2022-02-12 08:45:46 UTC

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

2022-02-12 08:45:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.6.2-ls47 Build-date:- 2022-02-12T09:44:44+01:00

2022-02-12 08:45:48 UTC

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

2022-02-12 08:45:53 UTC

|3 BUILD_DATE=2022-02-12T09:44:44+01:00 CHEVERETO_RELEASE=1.6.2 VERSION=1.6.2-ls47 /bin/sh -c echo "**** install runtime packages ****" && apk add --update --no-cache curl composer 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/rodber/chevereto-free/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/chevereto.tar.gz -L "https://github.com/rodber/chevereto-free/archive/${CHEVERETO_RELEASE}.tar.gz" && tar xf /tmp/chevereto.tar.gz -C /app/chevereto/ --strip-components=1 && cd /app/chevereto && composer install && echo "**** cleanup ****" && rm -rf /root/.cache /tmp/*

2022-02-12 08:45:54 UTC

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

2022-02-12 08:45:54 UTC

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

2022-02-12 08:45:55 UTC

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

2022-02-12 08:45:56 UTC

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

2022-02-12 08:45:57 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-12T09:44:44+01:00

2022-02-12 08:45:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Chevereto](https://github.com/rodber/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.

2022-02-12 08:45:59 UTC

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

2022-02-12 08:46:00 UTC

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

2022-02-12 08:46:01 UTC

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

2022-02-12 08:46:02 UTC

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

2022-02-12 08:46:03 UTC

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

2022-02-12 08:46:04 UTC

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

2022-02-12 08:46:05 UTC

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

2022-02-12 08:46:06 UTC

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

2022-02-12 08:46:07 UTC

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

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