diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2022-06-28 16:55:46 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2022-06-28 16:55:46 +0100 |
commit | 54c12ddf361bb2e44d4bd288caa987799ac282a1 (patch) | |
tree | 106fc38ae0a18f1af7f1c5f9cb3ba239a6dd8baf /packages/policy-clamp-docker/src/main/docker/AcmRuntime.Dockerfile | |
parent | a49eb94567481ccdaa41bacbc9522da247ba4f59 (diff) |
OCI image spec labels for ACM and participants
Issue-ID: POLICY-4259
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I0624ddedb71083956d173d35827543ef4d65f58a
Diffstat (limited to 'packages/policy-clamp-docker/src/main/docker/AcmRuntime.Dockerfile')
-rw-r--r-- | packages/policy-clamp-docker/src/main/docker/AcmRuntime.Dockerfile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/AcmRuntime.Dockerfile b/packages/policy-clamp-docker/src/main/docker/AcmRuntime.Dockerfile index b4dad4e43..d44cf1d13 100644 --- a/packages/policy-clamp-docker/src/main/docker/AcmRuntime.Dockerfile +++ b/packages/policy-clamp-docker/src/main/docker/AcmRuntime.Dockerfile @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------- # ============LICENSE_START======================================================= -# Copyright (C) 2021 Nordix Foundation. +# Copyright (C) 2021-2022 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,6 +24,14 @@ FROM onap/policy-jre-alpine:2.4.3 LABEL maintainer="Policy Team" +LABEL org.opencontainers.image.title="Policy CLAMP ACM runtime" +LABEL org.opencontainers.image.description="Policy CLAMP ACM runtime image based on Alpine" +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 POLICY_LOGS=/var/log/onap/policy/clamp |