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/HttpParticipant-Suse.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/HttpParticipant-Suse.Dockerfile')
-rw-r--r-- | packages/policy-clamp-docker/src/main/docker/HttpParticipant-Suse.Dockerfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/HttpParticipant-Suse.Dockerfile b/packages/policy-clamp-docker/src/main/docker/HttpParticipant-Suse.Dockerfile index 3d63317d5..65bec665c 100644 --- a/packages/policy-clamp-docker/src/main/docker/HttpParticipant-Suse.Dockerfile +++ b/packages/policy-clamp-docker/src/main/docker/HttpParticipant-Suse.Dockerfile @@ -24,6 +24,14 @@ FROM opensuse/leap:15.3 LABEL maintainer="Policy Team" +LABEL org.opencontainers.image.title="Policy CLAMP ACM HTTP Participant" +LABEL org.opencontainers.image.description="Policy CLAMP ACM HTTP Participant 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 POLICY_LOGS=/var/log/onap/policy/clamp |