File Dockerfile of Package os-autoinst-scripts-container

# SPDX-License-Identifier: MIT
#!BuildTag: os-autoinst-scripts:latest opensuse/os-autoinst-scripts:latest opensuse/os-autoinst-scripts:%PKG_VERSION% opensuse/os-autoinst-scripts:%PKG_VERSION%.%RELEASE%

# hadolint ignore=DL3006
FROM opensuse/tumbleweed

# labelprefix=org.opensuse.os-autoinst-scripts
LABEL org.opencontainers.image.title="os-autoinst-scripts"
LABEL org.opencontainers.image.description="A helper container for running scripts from os-autoinst-scripts"
LABEL org.opencontainers.image.version="%PKG_VERSION%.%RELEASE%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/os-autoinst-scripts:%PKG_VERSION%.%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opencontainers.image.created="%BUILDTIME%"
# endlabelprefix

# hadolint ignore=DL3037
RUN zypper ar -p 95 -f https://download.opensuse.org/repositories/devel:/openQA/openSUSE_Tumbleweed devel_openQA && \
    zypper --gpg-auto-import-keys ref && \
    zypper in -y os-autoinst-scripts-deps && \
    zypper in -y ca-certificates-suse && \
    zypper clean
openSUSE Build Service is sponsored by