diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-06-30 10:10:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-30 10:10:24 +0000 |
commit | c1b318088e122b705816a48f2943f3aa556d74aa (patch) | |
tree | 567c3ea830da4c85477a2d275626b8cc936c0212 /packages/policy-clamp-docker/src/main/docker/AcmRuntime.Dockerfile | |
parent | d2d765bc9b41e3600f1c63a441657821f90ce837 (diff) | |
parent | 54c12ddf361bb2e44d4bd288caa987799ac282a1 (diff) |
Merge "OCI image spec labels for ACM and participants"
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 |