athaliar
  • Joined on 2025-11-16

mirabelle (0.2.11)

Published 2026-06-19 19:10:36 +00:00 by athaliar

Installation

docker pull git.athaliapps.xyz/athaliar/mirabelle:0.2.11
sha256:1cf37edf75c622b18a074328249e94a9fa6b6517fd1faec62525fa322c036bbc

Images

Digest OS / Arch Size
6f93086e29 linux/amd64 134 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV JAVA_HOME=/opt/java/openjdk
ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
RUN /bin/sh -c set -eux; apk add --no-cache fontconfig ttf-dejavu gnupg ca-certificates p11-kit-trust musl-locales musl-locales-lang tzdata coreutils openssl ; rm -rf /var/cache/apk/* # buildkit
ENV JAVA_VERSION=jdk-21.0.11+10
RUN /bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in aarch64) ESUM='33399db5fb4f542df36a706d6642a3ba1fab3d247da707273a11ef29e39f0705'; BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; ;; x86_64) ESUM='b75c9f0dd052adfd213f0c2c1cc0c8a6d4539a8de9f7947d2b8fc45d18289975'; BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_x64_alpine-linux_hotspot_21.0.11_10.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; wget -O /tmp/openjdk.tar.gz ${BINARY_URL}; wget -O /tmp/openjdk.tar.gz.sig ${BINARY_URL}.sig; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 3B04D753C9050D9A5D343F39843C48A565F8F04B; gpg --batch --verify /tmp/openjdk.tar.gz.sig /tmp/openjdk.tar.gz; rm -rf "${GNUPGHOME}" /tmp/openjdk.tar.gz.sig; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /tmp/openjdk.tar.gz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm -f /tmp/openjdk.tar.gz; # buildkit
RUN /bin/sh -c set -eux; echo "Verifying install ..."; echo "java --version"; java --version; echo "Complete." # buildkit
COPY --chmod=755 entrypoint.sh /__cacert_entrypoint.sh # buildkit
ENTRYPOINT ["/__cacert_entrypoint.sh"]
ARG MIRABELLE_BUILD_VERSION=0.2.11
WORKDIR /app
COPY /app/server/build/libs/mirabelle-server.jar app.jar # buildkit
COPY /app/composeApp/build/dist/wasmJs/productionExecutable/ static/ # buildkit
RUN |1 MIRABELLE_BUILD_VERSION=0.2.11 /bin/sh -c mkdir -p /app/data && printf 'globalThis.MIRABELLE_API_BASE_URL = window.location.origin;\n' > /app/static/mirabelle-config.js # buildkit
EXPOSE [8080/tcp]
VOLUME [/app/data]
LABEL org.opencontainers.image.title=Mirabelle org.opencontainers.image.description=Mirabelle recipe, wine cellar, dinner planning, and shopping app org.opencontainers.image.version=0.2.11
ENV PORT=8080
ENV MIRABELLE_DB_PATH=/app/data/mirabelle.db
ENV MIRABELLE_WEB_ROOT=/app/static
ENV MIRABELLE_IMAGE_ROOT=/app/data/images
ENV MIRABELLE_IMAGE_MAX_EDGE=1600
ENV MIRABELLE_IMAGE_WEBP_QUALITY=82
ENV MIRABELLE_MAX_IMAGE_BYTES=12582912
CMD ["java" "-jar" "app.jar"]

Labels

Key Value
org.opencontainers.image.description Mirabelle recipe, wine cellar, dinner planning, and shopping app
org.opencontainers.image.title Mirabelle
org.opencontainers.image.version 0.2.11
Details
Container
2026-06-19 19:10:36 +00:00
1
OCI / Docker
Versions (6) View all
0.2.13 2026-06-20
0.2.12 2026-06-20
0.2.11 2026-06-19
main 2026-06-19
0.2.10 2026-06-13