monica-cache (851dd36b569f5ee4aa2a67515a29789660e03ef1ccb31feb33e559daece588f5)

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

Installation

docker pull git.desord.re/desordre/monica-cache:851dd36b569f5ee4aa2a67515a29789660e03ef1ccb31feb33e559daece588f5
sha256:5637a0f7c96483bed2aac93d279744a0a42af1d978571ada06dc7c5a787a372b

Image layers

ADD alpine-minirootfs-3.24.0-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
/bin/sh
COPY file:4be9d3050f741603c0b13b58190040966935143a5a95d9129e22f43095cf64d3 in /usr/local/bin/node
COPY dir:19a2e8f578b17fd6e0c22111ad58cc2394c075a2d68fa873d37754b758449f66 in /usr/local/lib/node_modules
/bin/sh -c ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm
COPY dir:975f6a574b842fc8ce27c6d4c731c83fe71582a28f29b47893edcaa35f7fc43b in /opt/yarn
/bin/sh -c ln -s /opt/yarn/bin/yarn /usr/local/bin/yarn
/bin/sh -c apk add --no-cache --upgrade ca-certificates curl git icu-data-full php83 php83-bcmath php83-curl php83-dom php83-fileinfo php83-gd php83-gmp php83-iconv php83-intl php83-mbstring php83-openssl php83-pdo_mysql php83-pecl-redis php83-phar php83-simplexml php83-sodium php83-tokenizer php83-xml php83-xmlreader php83-xmlwriter php83-zip && ln -s /usr/bin/php83 /usr/bin/php && ln -s /etc/php83 /etc/php
ARG SUPERCRONIC_VERSION
ARG SUPERCRONIC_HASH SUPERCRONIC_VERSION
|2 SUPERCRONIC_HASH=dcb1403c188a9438c47d4bba82a9c357fc9351ce91627fb2bae627f0f5becfc4 SUPERCRONIC_VERSION=v0.2.47 /bin/sh -c curl -fsSL -o supercronic https://github.com/aptible/supercronic/releases/download/${SUPERCRONIC_VERSION}/supercronic-linux-amd64 && echo "${SUPERCRONIC_HASH} supercronic" | sha256sum -c - && mv supercronic /usr/local/bin/supercronic
|2 SUPERCRONIC_HASH=dcb1403c188a9438c47d4bba82a9c357fc9351ce91627fb2bae627f0f5becfc4 SUPERCRONIC_VERSION=v0.2.47 /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 /var/www

Labels

Key Value
io.buildah.version 1.43.2