File Dockerfile of Package server-hub-xmlrpc-api-image
# SPDX-License-Identifier: MIT
#!BuildTag: uyuni/server-hub-xmlrpc-api:2025.07 uyuni/server-hub-xmlrpc-api:2025.07.%RELEASE% uyuni/server-hub-xmlrpc-api:latest
ARG BASE=registry.suse.com/bci/bci-base:15.7
FROM $BASE
RUN zypper --gpg-auto-import-keys --non-interactive install hub-xmlrpc-api
# LABELs
ARG PRODUCT=Uyuni
ARG VENDOR="Uyuni project"
ARG URL="https://www.uyuni-project.org/"
ARG REFERENCE_PREFIX="registry.opensuse.org/uyuni"
ARG PRODUCT_VERSION="2025.07"
# Build Service required labels
# labelprefix=org.opensuse.uyuni.server-hub-xmlrpc-api
LABEL org.opencontainers.image.name=server-hub-xmlrpc-api-image
LABEL org.opencontainers.image.title="${PRODUCT} Hub XML-RPC API container"
LABEL org.opencontainers.image.description="${PRODUCT} Hub XML-RPC API image"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="${VENDOR}"
LABEL org.opencontainers.image.url="${URL}"
LABEL org.opencontainers.image.version=5.2.0
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="${REFERENCE_PREFIX}/server-hub-xmlrpc-api:${PRODUCT_VERSION}.%RELEASE%"
# endlabelprefix
LABEL org.uyuni.version="${PRODUCT_VERSION}"
CMD update-ca-certificates && hub-xmlrpc-api