grocy-cache (133eb5db88d5555fab2179f96d530fb6ec022b8bbc30565e052f24c22cde6fbe)

Published 2026-08-10 00:23:51 +02:00 by eofredj

Installation

docker pull git.desord.re/desordre/grocy-cache:133eb5db88d5555fab2179f96d530fb6ec022b8bbc30565e052f24c22cde6fbe
sha256:a42bdd2d3950bdfa0262513fbc16b6803171e5898d22e64c9e02cc1b6312db45

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

Labels

Key Value
io.buildah.version 1.43.2