Walter Oggioni woggioni
  • Joined on 2024-03-17

rbcs (dev-vanilla)

Published 2026-08-24 19:53:43 +02:00 by woggioni in woggioni/rbcs

Installation

docker pull gitea.woggioni.net/woggioni/rbcs:dev-vanilla
sha256:4ada1febd2dfc9ea2cd5233ec103979c1a861c8432e9b9c34eb70f8948109458

Images

Digest OS / Arch Size
087c4c18aa linux/amd64 79 MiB
ec224afb9c linux/arm64 78 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"]
LABEL org.opencontainers.image.authors=Walter Oggioni <walter.oggioni@agentmail.to>
LABEL org.opencontainers.image.version=
LABEL org.opencontainers.image.revision=
LABEL org.opencontainers.image.source=https://gitea.woggioni.net/woggioni/rbcs
RUN /bin/sh -c adduser -D rbcs # buildkit
USER rbcs
ENV RBCS_CONFIGURATION_DIR=/etc/rbcs
WORKDIR /var/lib/rbcs
LABEL org.opencontainers.image.title=rbcs
LABEL org.opencontainers.image.description=RBCS vanilla image
ADD rbcs-cli-envelope-*.jar rbcs.jar # buildkit
ADD logback.xml /etc/rbcs/logback.xml # buildkit
ENTRYPOINT ["java" "-jar" "/var/lib/rbcs/rbcs.jar"]

Labels

Key Value
org.opencontainers.image.authors Walter Oggioni <walter.oggioni@agentmail.to>
org.opencontainers.image.description RBCS vanilla image
org.opencontainers.image.revision
org.opencontainers.image.source https://gitea.woggioni.net/woggioni/rbcs
org.opencontainers.image.title rbcs
org.opencontainers.image.version
Details
Container
2026-08-24 19:53:43 +02:00
10
OCI / Docker
Versions (127) View all
dev-jlink 2026-08-24
dev-native 2026-08-24
dev-full 2026-08-24
dev-redis 2026-08-24
dev-memcache 2026-08-24