papermc-build (sha256:fc3150820dfd1cfb7e4bd30b8d7980f209969d4768fa0bb05e849bc2dff3b647)

Published 2024-07-16 12:52:30 -04:00 by simcop2387 in simcop2387/papermc-build

Installation

docker pull forgejo.simcop2387.info/simcop2387/papermc-build@sha256:fc3150820dfd1cfb7e4bd30b8d7980f209969d4768fa0bb05e849bc2dff3b647
sha256:fc3150820dfd1cfb7e4bd30b8d7980f209969d4768fa0bb05e849bc2dff3b647

Image layers

ADD file:33ebe56b967747a97dcec01bc2559962bee8823686c9739d26be060381bbb3ca in /
CMD ["/bin/sh"]
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
ENV TZ=Etc/UTC
ARG ZULU_KEY_SHA256=6c6393d4755818a15cf055a5216cffa599f038cd508433faed2226925956509a
RUN |1 ZULU_KEY_SHA256=6c6393d4755818a15cf055a5216cffa599f038cd508433faed2226925956509a /bin/sh -c wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ && echo "${ZULU_KEY_SHA256} /etc/apk/keys/alpine-signing@azul.com-5d5dc44c.rsa.pub" | sha256sum -c - && apk --repository https://repos.azul.com/zulu/alpine --no-cache add zulu21-jre~=21.0.3 tzdata # buildkit
ENV JAVA_HOME=/usr/lib/jvm/zulu21
RUN /bin/sh -c apk add curl jq bash # buildkit
WORKDIR /data
COPY /opt/minecraft/paperclip.jar /opt/minecraft/paperspigot.jar # buildkit
ARG RCON_CLI_VER=1.6.4
ADD https://github.com/itzg/rcon-cli/releases/download/1.6.4/rcon-cli_1.6.4_linux_amd64.tar.gz /tmp/rcon-cli.tgz # buildkit
RUN |1 RCON_CLI_VER=1.6.4 /bin/sh -c tar -x -C /usr/local/bin -f /tmp/rcon-cli.tgz rcon-cli && rm /tmp/rcon-cli.tgz # buildkit
VOLUME [/data]
EXPOSE map[25565/tcp:{}]
EXPOSE map[25565/udp:{}]
ARG memory_size=3G
ENV MEMORYSIZE=3G
ARG java_flags=-Dlog4j2.formatMsgNoLookups=true -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=mcflags.emc.gs -Dcom.mojang.eula.agree=true
ENV JAVAFLAGS=-Dlog4j2.formatMsgNoLookups=true -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=mcflags.emc.gs -Dcom.mojang.eula.agree=true
WORKDIR /data
COPY /docker-entrypoint.sh /opt/minecraft # buildkit
RUN |3 RCON_CLI_VER=1.6.4 memory_size=3G java_flags=-Dlog4j2.formatMsgNoLookups=true -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=mcflags.emc.gs -Dcom.mojang.eula.agree=true /bin/sh -c chmod +x /opt/minecraft/docker-entrypoint.sh # buildkit
RUN |3 RCON_CLI_VER=1.6.4 memory_size=3G java_flags=-Dlog4j2.formatMsgNoLookups=true -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=mcflags.emc.gs -Dcom.mojang.eula.agree=true /bin/sh -c set -eux; apk update; apk add --no-cache su-exec; # buildkit
ENTRYPOINT ["/opt/minecraft/docker-entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2024-07-16T16:51:56Z
org.opencontainers.image.revision 9f8fd25bf217db55b60778ac1fa68e958e902ced
org.opencontainers.image.source https://gitea.simcop2387.info/simcop2387/papermc-build.git
org.opencontainers.image.url https://gitea.simcop2387.info/simcop2387/papermc-build
Details
Container
2024-07-16 12:52:30 -04:00
0
OCI / Docker
linux/amd64
130 MiB
Versions (127) View all
paper-1.21.4 2025-05-24
latest 2025-05-24
paper-1.21.4-25 2025-05-24
paper-1.21.4-24 2025-05-17
paper-1.21.4-23 2025-05-10