DIZYAKA dizyaka
  • Joined on 2025-10-26

wolfcraft-launchserver (0.4.2)

Published 2026-08-09 08:12:33 +00:00 by dizyaka

Installation

docker pull gitea.dizyaka.ru/dizyaka/wolfcraft-launchserver:0.4.2
sha256:df75a853bd13cd9718cdb94391ed7fcd48361124505a083c94e9f09484f73866

About this package

Authoritative backend for WolfCraft launcher authentication and release metadata.

Image Layers

ADD alpine-minirootfs-3.23.5-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 WOLFCRAFT_VERSION=0.4.2
ARG VCS_REF=c1e06e9406f7e50cc5da61b087882c61860c699c
ARG BUILD_DATE=2026-08-09T08:09:21Z
ARG SOURCE_URL=https://gitea.dizyaka.ru/dizyaka/wolfcraft-launchserver
LABEL org.opencontainers.image.title=WolfCraft Launch Server org.opencontainers.image.description=Authoritative backend for WolfCraft launcher authentication and release metadata. org.opencontainers.image.version=0.4.2 org.opencontainers.image.revision=c1e06e9406f7e50cc5da61b087882c61860c699c org.opencontainers.image.created=2026-08-09T08:09:21Z org.opencontainers.image.source=https://gitea.dizyaka.ru/dizyaka/wolfcraft-launchserver org.opencontainers.image.vendor=WolfCraft org.opencontainers.image.licenses=UNLICENSED
RUN |4 WOLFCRAFT_VERSION=0.4.2 VCS_REF=c1e06e9406f7e50cc5da61b087882c61860c699c BUILD_DATE=2026-08-09T08:09:21Z SOURCE_URL=https://gitea.dizyaka.ru/dizyaka/wolfcraft-launchserver /bin/sh -c addgroup -S -g 10001 wolfcraft && adduser -S -D -H -u 10001 -G wolfcraft wolfcraft # buildkit
WORKDIR /app
COPY /workspace/build/install/wolfcraft-launch-server/ /app/ # buildkit
USER 10001:10001
ENV TZ=UTC
ENV WOLFCRAFT_IMPLEMENTATION_VERSION=0.4.2
EXPOSE [8080/tcp]
HEALTHCHECK {Test:[CMD-SHELL wget -qO- http://127.0.0.1:8080/health/live >/dev/null || exit 1] Interval:30s Timeout:3s StartPeriod:0s StartInterval:0s Retries:3}
ENTRYPOINT ["/app/bin/wolfcraft-launch-server"]

Labels

Key Value
org.opencontainers.image.created 2026-08-09T08:09:21Z
org.opencontainers.image.description Authoritative backend for WolfCraft launcher authentication and release metadata.
org.opencontainers.image.licenses UNLICENSED
org.opencontainers.image.revision c1e06e9406f7e50cc5da61b087882c61860c699c
org.opencontainers.image.source https://gitea.dizyaka.ru/dizyaka/wolfcraft-launchserver
org.opencontainers.image.title WolfCraft Launch Server
org.opencontainers.image.vendor WolfCraft
org.opencontainers.image.version 0.4.2
Details
Container
2026-08-09 08:12:33 +00:00
3
OCI / Docker
linux/amd64
UNLICENSED
97 MiB
Versions (16) View all
0.5.2 2026-08-13
sha-05ffeadcff28 2026-08-13
sha-a8fdaa39c940 2026-08-09
0.4.3 2026-08-09
sha-c1e06e9406f7 2026-08-09