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/HttpParticipant-Suse.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/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 |