Block a user
tmnt-api (2)
Published 2025-02-19 21:59:30 +00:00 by aarbit
Installation
docker pull git.halfbinary.net/aarbit/tmnt-api:2sha256:bf083d8fa74fa90b2f504c30103319403410132297c25173b1f24a9035417e9f
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 5a38b25f50 | linux/amd64 | 205 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG version=21.0.6.7.1 |
| RUN |1 version=21.0.6.7.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 map[8080/tcp:{}] |
| ENTRYPOINT ["java" "-jar" "app.jar"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-02-19T21:56:52Z |
| org.opencontainers.image.revision | 7ae491da43e7d624db30a89ff7579fa9d8308b56 |
| org.opencontainers.image.source | https://git.halfbinary.net/aarbit/tmnt-api.git |
| org.opencontainers.image.url | https://git.halfbinary.net/aarbit/tmnt-api |