papermc-lazymc-docker (sha256:3dab212c00316ce42944ce52b1b1fe2e4a8491ee9eddf19e61fa7761398a06e9)
Published 2026-01-01 18:48:42 +00:00 by hex
Installation
docker pull git.iwakura.rip/hex/papermc-lazymc-docker@sha256:3dab212c00316ce42944ce52b1b1fe2e4a8491ee9eddf19e61fa7761398a06e9sha256:3dab212c00316ce42944ce52b1b1fe2e4a8491ee9eddf19e61fa7761398a06e9About this package
Carefully crafted Alpine Docker image with glibc (~12MB)
Image layers
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG GLIBC_VERSION=2.42 |
| ARG TARGETARCH=amd64 |
| RUN |2 GLIBC_VERSION=2.42 TARGETARCH=amd64 /bin/sh -c case "$TARGETARCH" in amd64) export LD_LINUX_PATH="/lib/ld-linux-x86_64.so.2" ;; arm64) export LD_LINUX_PATH="/lib/ld-linux-aarch64.so.1" ;; *) echo "Unsupported architecture: $TARGETARCH" && exit 1 ;; esac && apk add --no-cache /tmp/glibc-${GLIBC_VERSION}-*.apk /tmp/glibc-bin-${GLIBC_VERSION}-*.apk /tmp/glibc-i18n-${GLIBC_VERSION}-*.apk && /usr/glibc-compat/bin/localedef --force --inputfile POSIX --charmap UTF-8 C.UTF-8 || true && echo "export LANG=C.UTF-8" > /etc/profile.d/locale.sh && apk del glibc-i18n # buildkit |
| EXPOSE [25565/tcp] |
| VOLUME [/server] |
| ENV MC_VERSION=latest LAZYMC_VERSION=latest PAPER_BUILD=latest MC_RAM= JAVA_OPTS= |
| COPY bootstrap.sh /bin/bootstrap.sh # buildkit |
| RUN /bin/sh -c apk add wget jq rcon-cli gcc openjdk21 # buildkit |
| USER 999 |
| CMD ["sh" "/bin/bootstrap.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-01-01T18:47:38Z |
| org.opencontainers.image.description | Carefully crafted Alpine Docker image with glibc (~12MB) |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | 9c5978bc6a166c3316252bf5e0c2001f886c4a4a |
| org.opencontainers.image.source | https://git.iwakura.rip/hex/papermc-lazymc-docker.git |
| org.opencontainers.image.title | docker-alpine-glibc |
| org.opencontainers.image.url | https://git.iwakura.rip/hex/papermc-lazymc-docker |
| org.opencontainers.image.version | nightly |
Details
2026-01-01 18:48:42 +00:00
Versions (10)
View all
Container
1
OCI / Docker
linux/amd64
MIT
230 MiB
dev
2026-01-01
dev-6b4b4c0a4200251eb48f44b25d49c0a49dbeef79
2026-01-01
21-alpine-glibc
2026-01-01
jdk-8
2025-12-13