- https://portfolio.thebennett.net
- Joined on
2026-07-22
Block a user
bennett-health (8e4888f11e862bcfb050a0ba897263c0ab5f2e62)
Published 2026-09-10 23:10:50 -05:00 by austin
Installation
docker pull git.reformedwitness.net/austin/bennett-health:8e4888f11e862bcfb050a0ba897263c0ab5f2e62sha256:4abf366e729384e179b1924dca587aeefbd3e5d22b44004c49fbf40c54f04823
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 8f386e9cf9 | linux/amd64 | 149 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ENV JAVA_HOME=/opt/java/openjdk |
| ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 |
| RUN /bin/sh -c set -eux; apk add --no-cache fontconfig ttf-dejavu ca-certificates p11-kit-trust musl-locales musl-locales-lang tzdata coreutils openssl ; rm -rf /var/cache/apk/* # buildkit |
| ENV JAVA_VERSION=jdk-25.0.4+7 |
| RUN /bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in aarch64) ESUM='c9a48a33d65f308c6066bbfdfc0d4b9143793588a0def79df219760b25bb8b84'; BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.4%2B7/OpenJDK25U-jre_aarch64_alpine-linux_hotspot_25.0.4_7.tar.gz'; ;; x86_64) ESUM='4a641bfa74e961efd9cc6dbfb6eccf0bec13014904433f00eb33df84c393318f'; BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.4%2B7/OpenJDK25U-jre_x64_alpine-linux_hotspot_25.0.4_7.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; apk add --no-cache --virtual .fetch-deps gnupg; wget -O /tmp/openjdk.tar.gz ${BINARY_URL}; wget -O /tmp/openjdk.tar.gz.sig ${BINARY_URL}.sig; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 3B04D753C9050D9A5D343F39843C48A565F8F04B; gpg --batch --verify /tmp/openjdk.tar.gz.sig /tmp/openjdk.tar.gz; rm -rf "${GNUPGHOME}" /tmp/openjdk.tar.gz.sig; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /tmp/openjdk.tar.gz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm -f /tmp/openjdk.tar.gz; apk del --no-network .fetch-deps; # buildkit |
| RUN /bin/sh -c set -eux; echo "Verifying install ..."; echo "java --version"; java --version; echo "Complete." # buildkit |
| COPY --chmod=755 entrypoint.sh /__cacert_entrypoint.sh # buildkit |
| ENTRYPOINT ["/__cacert_entrypoint.sh"] |
| RUN /bin/sh -c apk -U upgrade --no-cache && apk add --no-cache curl # buildkit |
| RUN /bin/sh -c addgroup -S spring && adduser -S -D -H -h /app -s /sbin/nologin -G spring spring # buildkit |
| WORKDIR /app |
| COPY --chown=spring:spring /src/extracted/dependencies/ ./ # buildkit |
| COPY --chown=spring:spring /src/extracted/snapshot-dependencies/ ./ # buildkit |
| COPY --chown=spring:spring /src/extracted/application/ ./ # buildkit |
| USER spring |
| EXPOSE [8080/tcp] |
| HEALTHCHECK {Test:[CMD-SHELL curl -fsS http://localhost:8080/actuator/health || exit 1] Interval:30s Timeout:3s StartPeriod:40s StartInterval:0s Retries:3} |
| ARG GIT_SHA=8e4888f11e862bcfb050a0ba897263c0ab5f2e62 |
| LABEL org.opencontainers.image.title=bennett-health org.opencontainers.image.source=https://git.thebennett.net/austin/bennett-health org.opencontainers.image.revision=8e4888f11e862bcfb050a0ba897263c0ab5f2e62 |
| ENTRYPOINT ["java" "-XX:MaxRAMPercentage=75.0" "-jar" "app.jar"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.revision | 8e4888f11e862bcfb050a0ba897263c0ab5f2e62 |
| org.opencontainers.image.source | https://git.thebennett.net/austin/bennett-health |
| org.opencontainers.image.title | bennett-health |
Details
2026-09-10 23:10:50 -05:00
Versions (84)
View all
Container
0
OCI / Docker
latest
2026-09-17
77d0e4e845734f2027223c2a226dce3300acc892
2026-09-17
1896729a3f4458a79ce0e5d9d848077acd2ef62c
2026-09-17
4d69f81618a4d0116fde888fa61d62ba682ac704
2026-09-12
4d929793d46dc3285851f09874cedd949fe93a4d
2026-09-11