server-base (sha256:933e36c16515509588e99a31bbd1ccfc902688d056af539d7382327c74e634e8)

Published 2026-03-01 00:04:26 +00:00 by cuqmbr in bebrashield/server-base

Installation

docker pull git.cuqmbr.xyz/bebrashield/server-base@sha256:933e36c16515509588e99a31bbd1ccfc902688d056af539d7382327c74e634e8
sha256:933e36c16515509588e99a31bbd1ccfc902688d056af539d7382327c74e634e8

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:25d708bf0b30ddee20c0b2764034e065aca922cafd48eb9c662e35ba02ccf1de in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get -y --no-install-recommends install ca-certificates gnupg && export GNUPGHOME="$(mktemp -d)" && gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/sapmachine.gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys CACB9FE09150307D1D22D82962754C3B3ABCFE23 && chmod 644 /etc/apt/trusted.gpg.d/sapmachine.gpg && echo "deb http://dist.sapmachine.io/debian/$(dpkg --print-architecture)/ ./" > /etc/apt/sources.list.d/sapmachine.list && apt-get update && apt-get -y --no-install-recommends install sapmachine-17-jre-headless=17.0.18 && apt-get remove -y --purge --autoremove ca-certificates gnupg && rm -rf "$GNUPGHOME" /var/lib/apt/lists/* # buildkit
ENV JAVA_HOME=/usr/lib/jvm/sapmachine-17
CMD ["bash"]
RUN /bin/sh -c apt-get update -y && apt-get install -y locales && echo en_US.UTF-8 UTF-8 > /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && rm -Rf /var/lib/apt/lists/* # buildkit
ENV LANG=en_US.UTF-8

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-03-01 00:04:26 +00:00
5
OCI / Docker
linux/arm64
84 MiB
Versions (2) View all
21 2026-03-01
17 2026-03-01