• Joined on 2024-06-28

tmnt-api (16)

Published 2025-12-01 20:03:11 +00:00 by aarbit

Installation

docker pull git.halfbinary.net/aarbit/tmnt-api:16
sha256:f448feca16b3aa957b791e7541be79b223b4dcbd4be97c8e40ad83df545626ae

Images

Digest OS / Arch Size
1de71c7bcf linux/amd64 209 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG version=21.0.9.11.1
RUN |1 version=21.0.9.11.1 /bin/sh -c wget -O /THIRD-PARTY-LICENSES-20200824.tar.gz https://corretto.aws/downloads/resources/licenses/alpine/THIRD-PARTY-LICENSES-20200824.tar.gz && echo "82f3e50e71b2aee21321b2b33de372feed5befad6ef2196ddec92311bc09becb /THIRD-PARTY-LICENSES-20200824.tar.gz" | sha256sum -c - && tar x -ovzf THIRD-PARTY-LICENSES-20200824.tar.gz && rm -rf THIRD-PARTY-LICENSES-20200824.tar.gz && wget -O /etc/apk/keys/amazoncorretto.rsa.pub https://apk.corretto.aws/amazoncorretto.rsa.pub && SHA_SUM="6cfdf08be09f32ca298e2d5bd4a359ee2b275765c09b56d514624bf831eafb91" && echo "${SHA_SUM} /etc/apk/keys/amazoncorretto.rsa.pub" | sha256sum -c - && echo "https://apk.corretto.aws" >> /etc/apk/repositories && apk add --no-cache amazon-corretto-21=$version-r0 && rm -rf /usr/lib/jvm/java-21-amazon-corretto/lib/src.zip # buildkit
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/default-jvm
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/default-jvm/bin
COPY /app/build/libs/*.jar app.jar # buildkit
RUN /bin/sh -c ls -al # buildkit
EXPOSE [8080/tcp]
ENTRYPOINT ["java" "-jar" "app.jar"]

Labels

Key Value
org.opencontainers.image.created 2025-12-01T20:01:00Z
org.opencontainers.image.revision bf7f7a572bbf9e07a257ab74d801a566dfb7a3c6
org.opencontainers.image.source https://git.halfbinary.net/aarbit/tmnt-api.git
org.opencontainers.image.url https://git.halfbinary.net/aarbit/tmnt-api
Details
Container
2025-12-01 20:03:11 +00:00
1
OCI / Docker
Versions (5) View all
16 2025-12-01
11 2025-10-01
4 2025-09-30
3 2025-09-30
2 2025-02-19