grocy-cache (b8b05fdc6377d050685fcb1073dc44b078a56bf08e2fa52b994eabaf6051c3f6)

Published 2026-08-10 00:24:09 +02:00 by eofredj

Installation

docker pull git.desord.re/desordre/grocy-cache:b8b05fdc6377d050685fcb1073dc44b078a56bf08e2fa52b994eabaf6051c3f6
sha256:ffdb75a3ba7723e93a84450b8d06485652d70769009196780da014c63e1daf8d

Image layers

ADD alpine-minirootfs-3.24.0-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
/bin/sh
/bin/sh -c apk add --no-cache --upgrade bash ca-certificates git icu-data-full php85 php85-ctype php85-curl php85-iconv php85-fileinfo php85-gd php85-intl php85-openssl php85-phar php85-simplexml php85-tokenizer yarn && ln -s /etc/php85 /etc/php
/bin/sh -c php -r "copy('https://getcomposer.org/installer', '/composer-setup.php');" && php /composer-setup.php --install-dir=/usr/local/bin --filename=composer
WORKDIR /build
/bin/sh -c git clone --config advice.detachedHead=false --single-branch --branch v4.6.0 https://github.com/grocy/grocy.git .
/bin/sh -c COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_HOME=/tmp composer install --no-cache --no-dev --optimize-autoloader --prefer-dist
/bin/sh -c COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_HOME=/tmp composer clear-cache
/bin/sh -c yarn install --frozen-lockfile --modules-folder /build/public/packages --production && yarn cache clean
/bin/sh -c tar cfz /application.tar.gz controllers data helpers localization middleware migrations packages public services views app.php config-dist.php grocy.openapi.json routes.php version.json
COPY file:633e15693b9c6e37152fd8ea40da814af50132cbafa4c3a03897269f334f0531 in /usr/local/bin/entrypoint.sh

Labels

Key Value
io.buildah.version 1.43.2