add labels
This commit is contained in:
parent
c28724eaf2
commit
2ed1b390d7
17
Dockerfile
17
Dockerfile
@ -3,6 +3,23 @@
|
||||
#!BuildTag: suse/alp/workloads/distribution:3.0-%RELEASE%
|
||||
#!BuildTag: suse/alp/workloads/distribution:latest
|
||||
|
||||
LABEL maintainer="Marco Varlese <mvarlese@suse.com>"
|
||||
|
||||
# Define labels according to https://en.opensuse.org/Building_derived_containers
|
||||
# labelprefix=com.suse.alp.workloads.distribution
|
||||
LABEL org.opencontainers.image.title="Distribution registry Container Image"
|
||||
LABEL org.opencontainers.image.description="Distribution registry container based on BCI"
|
||||
LABEL org.opencontainers.image.version="3.0"
|
||||
LABEL org.opencontainers.image.url="https://gitea.opensuse.org/fcrozat/distributionr/"
|
||||
LABEL org.opencontainers.image.created="%BUILDTIME%"
|
||||
LABEL org.opensuse.reference="registry.opensuse.org/suse/alp/workloads/tumbleweed_containerfiles/suse/alp/workloads/distribution-3.0-%RELEASE%"
|
||||
LABEL org.openbuildservice.disturl="%DISTURL%"
|
||||
LABEL com.suse.supportlevel="techpreview"
|
||||
LABEL com.suse.eula="beta"
|
||||
LABEL com.suse.image-type="application"
|
||||
LABEL com.suse.release-stage="alpha"
|
||||
# endlabelprefix
|
||||
|
||||
ARG BCI_MICRO=registry.suse.com/bci/bci-micro
|
||||
ARG BCI_GO=registry.suse.com/bci/golang
|
||||
ARG GO_VERSION=1.18
|
||||
|
Loading…
Reference in New Issue
Block a user