Austin Bennett austin

church-sites (c45314dc92c756212734de7db3e11775b61091d5)

Published 2026-09-04 07:31:56 -05:00 by austin

Installation

docker pull git.reformedwitness.net/austin/church-sites:c45314dc92c756212734de7db3e11775b61091d5
sha256:217300c7dd2a7d5c7f3dec05d0e5dcb8b87b5e2d35abda64688d2ff25d88018a

Images

Digest OS / Arch Size
5bfce11d77 linux/amd64 158 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
COPY --chown=spring:spring /src/deploy/ashburn/deploy.sh /opt/deploy/deploy.sh # buildkit
USER spring
EXPOSE [8080/tcp]
HEALTHCHECK {Test:[CMD-SHELL curl -fsS http://localhost:8080/actuator/health/readiness || exit 1] Interval:10s Timeout:3s StartPeriod:1m30s StartInterval:0s Retries:3}
ARG GIT_SHA=c45314dc92c756212734de7db3e11775b61091d5
LABEL org.opencontainers.image.title=bezant org.opencontainers.image.source=https://git.thebennett.net/austin/bezant org.opencontainers.image.revision=c45314dc92c756212734de7db3e11775b61091d5
ENTRYPOINT ["java" "-XX:MaxRAMPercentage=75.0" "-jar" "app.jar"]

Labels

Key Value
org.opencontainers.image.revision c45314dc92c756212734de7db3e11775b61091d5
org.opencontainers.image.source https://git.thebennett.net/austin/bezant
org.opencontainers.image.title bezant
Details
Container
2026-09-04 07:31:56 -05:00
0
OCI / Docker
Versions (250) View all