File Dockerfile of Package pistis-ci

#!BuildTag: suseinfra/pistis-ci:latest

FROM pistis

MAINTAINER georg.pfuetzenreuter@suse.com

# labelprefix=de.suse.infra.pistis
LABEL org.opencontainers.image.title="Pistis CI"
LABEL org.opencontainers.image.description="Commit validation pipeline container"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL com.suse.eula="sle-bci"
LABEL com.suse.image-type="application"
# endlabelprefix

RUN set -eu ; \
	zypper -n cc -a ; \
	rm -r /var/log/* /var/cache/*

USER pistis
openSUSE Build Service is sponsored by