File Dockerfile of Package test-sysusers-container

# Specify the license of the container build description (see also the LICENSE file)
# SPDX-License-Identifier: MIT
# Define the names/tags of the container
#!BuildTag: opensuse/rpm-sysusers:latest opensuse/rpm-sysusers:%PKG_VERSION% opensuse/rpm-sysusers:%PKG_VERSION%.%RELEASE%

FROM opensuse/tumbleweed

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.rpm-sysusers
LABEL org.opencontainers.image.title="rpm-sysusers container"
LABEL org.opencontainers.image.description="This contains rpm %PKG_VERSION% and caddy"
LABEL org.opencontainers.image.version="%PKG_VERSION%.%RELEASE%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/rpm-sysusers:%PKG_VERSION%.%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opencontainers.image.created="%BUILDTIME%"
# endlabelprefix

# Fill the image with content and clean the cache(s)
RUN zypper ar -f https://download.opensuse.org/repositories/home:/vlefebvre:/rpm-sysusers/openSUSE_Tumbleweed/ rpm-sysusers
RUN zypper repos
RUN zypper --non-interactive in -f caddy rpm && zypper clean -a
openSUSE Build Service is sponsored by