File Dockerfile of Package texlive-image

# SPDX-License-Identifier: Apache-2.0
#!BuildTag: uyuni-utils:latest
#!BuildTag: uyuni-utils:%OS_VERSION_ID%
#!BuildTag: uyuni-utils:%OS_VERSION_ID%.%RELEASE%
FROM opensuse/distrobox:latest
LABEL maintainer="Alexander Graul <agraul@suse.com>"

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.texlive
LABEL org.opencontainers.image.title="Texlive"
LABEL org.opencontainers.image.description="Texlive distribution"
LABEL org.opencontainers.image.version="%OS_VERSION_ID%.%RELEASE%"
LABEL org.opensuse.reference="registry.opensuse.org/home/agraul/containers/texlive:%OS_VERSION_ID%.%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opencontainers.image.created="%BUILDTIME%"
# endlabelprefix

RUN zypper --non-interactive --gpg-auto-import-keys refresh

# openSUSE-release included to ensure %OS_VERSION_ID% can be found/used by kiwi-metainfo-helper
RUN zypper --non-interactive install \
  texlive-scheme-full \
  texlive-latexmk-bin \
  openSUSE-release
openSUSE Build Service is sponsored by