Public

pterodactyl-images (temurin_8)

Published 2025-10-07 16:17:38 +03:00 by execsuroot

Installation

docker pull git.minestar.com.ua/public/pterodactyl-images:temurin_8
sha256:371847eeb7e276097d4f2b6a57bd886ad54251557dd41ad1ffa3f7362bc6c056

Images

Digest OS / Arch Size
0a4bf05c13 linux/amd64 259 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:d9cb8116905a82675c3c2cbb4782e50ef8cacfc16be3654bc070281a3c8ce646 in /
CMD ["/bin/bash"]
LABEL author=Minestar maintainer=developer@minestar.com.ua
LABEL org.opencontainers.image.source=https://github.com/minestarua/pterodactyl-images
LABEL org.opencontainers.image.licenses=MIT
RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 libstdc++6 lsof build-essential tzdata iproute2 locales zstd && apt-get clean && rm -rf /var/lib/apt/lists/* && useradd -m -d /home/container container && locale-gen en_US.UTF-8 # buildkit
COPY ./jdk8.tar.zst /tmp/jdk8.tar.zst # buildkit
RUN /bin/sh -c mkdir -p /opt/java && tar -xf /tmp/jdk8.tar.zst -C /opt/java --strip-components=1 && rm /tmp/jdk8.tar.zst # buildkit
ENV JAVA_HOME=/opt/java
ENV PATH=/opt/java/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV LC_ALL=en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US.UTF-8
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
COPY ./entrypoint.sh /entrypoint.sh # buildkit
CMD ["/bin/bash" "/entrypoint.sh"]

Labels

Key Value
author Minestar
maintainer developer@minestar.com.ua
org.opencontainers.image.licenses MIT
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.source https://github.com/minestarua/pterodactyl-images
org.opencontainers.image.version 24.04
Details
Container
2025-10-07 16:17:38 +03:00
4
OCI / Docker
Versions (3) View all
temurin_8 2025-10-07
temurin_25 2025-10-07
temurin_21 2025-10-07