wallabag-cache (55f68008777362735ec8ccba770f69cd61e8ee15d346b4e6e1abe2111cf7cb27)

Published 2026-08-10 20:02:11 +02:00 by eofredj

Installation

docker pull git.desord.re/desordre/wallabag-cache:55f68008777362735ec8ccba770f69cd61e8ee15d346b4e6e1abe2111cf7cb27
sha256:54a569a7b7dd93013c2b06beaabb2db5df518afc0854e2bf63762b645a39e4e2

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 binutils ca-certificates curl git php85-bcmath php85-common php85-ctype php85-curl php85-gd php85-iconv php85-intl php85-json php85-mbstring php85-openssl php85-pdo_mysql php85-phar php85-session php85-simplexml php85-sockets php85-sodium php85-tidy php85-tokenizer php85-xml php85-xmlreader php85-xmlwriter unzip && ln -s /etc/php85 /etc/php
ARG REMCO_VERSION
ARG REMCO_HASH REMCO_VERSION
|2 REMCO_HASH=e8745de12e876ae35cd0bdefca777a5bd6d7f66aea57495f2f0525a2f62957f5 REMCO_VERSION=0.12.6 /bin/sh -c curl -fsSL -o remco.zip https://github.com/HeavyHorst/remco/releases/download/v${REMCO_VERSION}/remco_${REMCO_VERSION}_linux_amd64.zip && echo "${REMCO_HASH} remco.zip" | sha256sum -c - && unzip remco.zip && mv remco_linux /usr/local/bin/remco

Labels

Key Value
io.buildah.version 1.43.2