diff options
Diffstat (limited to 'runtime/src/main/docker/backend/suse.Dockerfile')
-rw-r--r-- | runtime/src/main/docker/backend/suse.Dockerfile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/runtime/src/main/docker/backend/suse.Dockerfile b/runtime/src/main/docker/backend/suse.Dockerfile index 9ab542453..704dfa328 100644 --- a/runtime/src/main/docker/backend/suse.Dockerfile +++ b/runtime/src/main/docker/backend/suse.Dockerfile @@ -22,8 +22,16 @@ FROM opensuse/leap:15.3 -MAINTAINER "The Onap Team" +LABEL maintainer="Policy Team" LABEL Description="This image contains opensuse, openjdk 11 and policy clamp" +LABEL org.opencontainers.image.title="Policy CLAMP runtime" +LABEL org.opencontainers.image.description="Policy CLAMP runtime image based on OpenSuse" +LABEL org.opencontainers.image.url="https://github.com/onap/policy-clamp" +LABEL org.opencontainers.image.vendor="ONAP Policy Team" +LABEL org.opencontainers.image.licenses="Apache-2.0" +LABEL org.opencontainers.image.created="${git.build.time}" +LABEL org.opencontainers.image.version="${git.build.version}" +LABEL org.opencontainers.image.revision="${git.commit.id.abbrev}" ARG http_proxy ARG https_proxy |