# SPDX-License-Identifier: MIT
#!BuildTag: suse/rmt-mariadb-client:10.6
#!BuildTag: suse/rmt-mariadb-client:10.6-%RELEASE%
FROM suse/sle15:15.4

MAINTAINER SUSE LLC (https://www.suse.com/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.application.rmt-mariadb-client
LABEL org.opencontainers.image.title="SLE MariaDB Client Container Image"
LABEL org.opencontainers.image.description="MariaDB client for RMT, based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="10.6"
LABEL org.opencontainers.image.url="https://www.suse.com/products/server/"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opensuse.reference="registry.suse.com/suse/rmt-mariadb-client:10.6"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="techpreview"
LABEL com.suse.eula="sle-bci"
LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle"
LABEL com.suse.image-type="application"
LABEL com.suse.release-stage="beta"
# endlabelprefix


RUN zypper -n in --no-recommends mariadb-client && zypper -n clean && rm -rf /var/log/*



CMD ['mariadbd']
