Namespace
linuxserver
Image / Tag
chevereto:arm32v7-1.3.0-ls19
Content Digest
sha256:83c49dca0945a117ae85f57a67782041f094435744fda64d9a4818ba97c8c213
Details
Created

2021-06-12 08:51:54 UTC

Size

31.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.3.0-ls19 Build-date:- 2021-06-12T04:50:18-04:00
  • maintainer
    alex-phillips
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-06-12T04:50:18-04: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
    c960eea6b4af2d87bf4fa8d428398e0a5828d52a
  • org.opencontainers.image.revision
    c960eea6b4af2d87bf4fa8d428398e0a5828d52a
  • 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.3.0-ls19

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:ea890e2c693569f6e3121474b03c7787fa1198dbe6b4820fa7fc8193d0440ce5 - 7.62% (2.4 MB)

[#001] sha256:84efe4c4b4fa368e6f9cbc8f8bec4e0edbc73e2cc04db167e38b66401c8c466c - 6.83% (2.15 MB)

[#002] sha256:bb318eb9a077e09df015ea10dc6f58105ce20a682aa80ea088b3e759a9e3356d - 6.61% (2.08 MB)

[#003] sha256:231c8dff1e9f07d65a164a1e9933d2899d6c717cb91f33d38257cea879ddc262 - 0.0% (440 Bytes)

[#004] sha256:811cb0c5269a2687a795363d9fa4afec3008034421395333b64ad29fa2e57d5d - 12.64% (3.98 MB)

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

[#006] sha256:3b48283ce69e96d8126c1d148232dbd01c2078ebf69a454caab3a611da41fae7 - 42.61% (13.4 MB)

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

[#008] sha256:0b9c9bbbd7d2e22c1d49a7a5bebc442623f67cf7dd2ff529c2daa3e9ccd9ee12 - 23.67% (7.45 MB)

[#009] sha256:413b720b23712af43489aa070760c4e881ac60e5c9baa1def3b9d34775aec986 - 0.0% (1.06 KB)


History
2021-04-20 11:57:04 UTC

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

2021-04-20 11:57:05 UTC

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

2021-04-20 11:57:06 UTC

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

2021-04-20 11:57:06 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3e3be7bf-ls22 Build-date:- 2021-04-20T12:55:46+01:00

2021-04-20 11:57:06 UTC

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

2021-04-20 11:57:06 UTC

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

2021-04-20 11:57:07 UTC

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

2021-04-20 11:57:08 UTC

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

2021-04-20 11:57:10 UTC

|4 BUILD_DATE=2021-04-20T12:55:46+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=3e3be7bf-ls22 /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-20 11:57:11 UTC

/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch

2021-04-20 11:57:11 UTC

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

2021-04-20 11:57:17 UTC

|4 BUILD_DATE=2021-04-20T12:55:46+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=3e3be7bf-ls22 /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/*

2021-04-20 11:57:18 UTC

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

2021-04-20 11:57:18 UTC

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

2021-04-20 11:57:19 UTC

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

2021-04-20 11:57:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-20T12:55:46+01:00

2021-04-20 11:57:19 UTC

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

2021-04-20 11:57:20 UTC

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

2021-04-20 11:57:20 UTC

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

2021-04-20 11:57:20 UTC

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

2021-04-20 11:57:21 UTC

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

2021-04-20 11:57:21 UTC

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

2021-04-20 11:57:21 UTC

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

2021-04-20 11:57:21 UTC

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

2021-04-20 11:57:22 UTC

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

2021-04-20 11:57:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3e3be7bf-ls22

2021-06-10 06:08:48 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-06-10 06:08:48 UTC

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

2021-06-10 06:08:49 UTC

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

2021-06-10 06:08:49 UTC

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

2021-06-10 06:08:49 UTC

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

2021-06-10 06:08:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-10T06:06:21+00:00

2021-06-10 06:08:50 UTC

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

2021-06-10 06:08:50 UTC

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

2021-06-10 06:08:50 UTC

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

2021-06-10 06:08:51 UTC

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

2021-06-10 06:08:51 UTC

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

2021-06-10 06:08:51 UTC

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

2021-06-10 06:08:52 UTC

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

2021-06-10 06:08:52 UTC

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

2021-06-10 06:08:52 UTC

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

2021-06-10 06:08:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2cb87722-ls23

2021-06-12 08:51:38 UTC

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

2021-06-12 08:51:38 UTC

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

2021-06-12 08:51:39 UTC

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

2021-06-12 08:51:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.3.0-ls19 Build-date:- 2021-06-12T04:50:18-04:00

2021-06-12 08:51:40 UTC

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

2021-06-12 08:51:47 UTC

|3 BUILD_DATE=2021-06-12T04:50:18-04:00 CHEVERETO_RELEASE=1.3.0 VERSION=1.3.0-ls19 /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-06-12 08:51:48 UTC

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

2021-06-12 08:51:49 UTC

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

2021-06-12 08:51:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-12T04:50:18-04:00

2021-06-12 08:51:50 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-06-12 08:51:50 UTC

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

2021-06-12 08:51:51 UTC

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

2021-06-12 08:51:51 UTC

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

2021-06-12 08:51:52 UTC

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

2021-06-12 08:51:52 UTC

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

2021-06-12 08:51:53 UTC

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

2021-06-12 08:51:53 UTC

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

2021-06-12 08:51:54 UTC

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

2021-06-12 08:51:54 UTC

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

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