grocy-cache (4f9b09ef26700128b9efd94a29de7441e4f536936062ee7518067e18d0108001)

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

Installation

docker pull git.desord.re/desordre/grocy-cache:4f9b09ef26700128b9efd94a29de7441e4f536936062ee7518067e18d0108001
sha256:0c50b5b6c128a4d7c81a2eba65d8a2ca0e4d90729bae684800dd72e6f79ca968

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

Labels

Key Value
io.buildah.version 1.43.2