aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant-Suse.Dockerfile
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2022-06-30 10:10:24 +0000
committerGerrit Code Review <gerrit@onap.org>2022-06-30 10:10:24 +0000
commitc1b318088e122b705816a48f2943f3aa556d74aa (patch)
tree567c3ea830da4c85477a2d275626b8cc936c0212 /packages/policy-clamp-docker/src/main/docker/KubernetesParticipant-Suse.Dockerfile
parentd2d765bc9b41e3600f1c63a441657821f90ce837 (diff)
parent54c12ddf361bb2e44d4bd288caa987799ac282a1 (diff)
Merge "OCI image spec labels for ACM and participants"
Diffstat (limited to 'packages/policy-clamp-docker/src/main/docker/KubernetesParticipant-Suse.Dockerfile')
-rw-r--r--packages/policy-clamp-docker/src/main/docker/KubernetesParticipant-Suse.Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant-Suse.Dockerfile b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant-Suse.Dockerfile
index 9e6d0ef9a..057cbe9de 100644
--- a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant-Suse.Dockerfile
+++ b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant-Suse.Dockerfile
@@ -24,6 +24,14 @@
FROM opensuse/leap:15.3
LABEL maintainer="Policy Team"
+LABEL org.opencontainers.image.title="Policy CLAMP ACM K8S Participant"
+LABEL org.opencontainers.image.description="Policy CLAMP ACM K8S 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