File Dockerfile of Package oauth2-clientd

# Defines the tag for OBS and build script builds:
#!BuildTag: oauth2-clientd:%PKG_VERSION%.%GIT_OFFSET% oauth2-clientd:%PKG_VERSION% oauth2-clientd:%PKG_VERSION%.%GIT_OFFSET%.%RELEASE% oauth2-clientd
FROM opensuse/leap:15.6
#FROM registry.opensuse.org/opensuse/leap:latest

# labelprefix=org.opensuse.oauth2-clientd
LABEL org.opencontainers.image.title="oauth2-clientd Container"
LABEL org.opencontainers.image.description="A daemon for managing OAUTH2 tokens"
LABEL org.opensuse.version="%PKG_VERSION%.%GIT_OFFSET%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opensuse.reference="registry.opensuse.org/security/oauth2-clientd:%PKG_VERSION%.%GIT_OFFSET%.%RELEASE%"
# endlabelprefix


RUN zypper -n -q install -y oauth2-clientd && zypper clean

VOLUME /etc/oauth2-clientd

CMD ["/usr/bin/oauth2/clientd", "-C", "/etc/oauth2-clientd/oauth2-clientd.conf", "-s", "/etc/oauth2-clientd/socket", "-f", "/etc/oauth2-clientd/access", "/etc/oauth2-clientd/session" ]
openSUSE Build Service is sponsored by