added labels to image

This commit is contained in:
Jonas Forsberg
2023-04-18 13:53:24 +02:00
parent 25c138ec37
commit 6c13328ee4
2 changed files with 12 additions and 12 deletions

View File

@@ -1,14 +1,6 @@
ARG VERSION
ARG BUILD_TIME
FROM registry.opensuse.org/opensuse/tumbleweed:${VERSION}
LABEL org.opencontainers.image.description=Image containing restic & openSSH, based on openSUSE Tumbleweed
LABEL org.opencontainers.image.source=https://git.rre.nu/jonas/restic/src/tag/${VERSION}
LABEL org.opencontainers.image.title=restic with openSSH based on openSUSE Tumpleweed
LABEL org.opencontainers.image.url=https://git.rre.nu/jonas/-/packages/container/restic/${VERSION}
LABEL org.opencontainers.image.created=${BUILD_TIME}
RUN zypper --non-interactive install \
openssh-clients \
restic \