From 000b0c870541de28588969ece627357bf33d88ed Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Tue, 28 Jun 2022 14:37:30 +0100 Subject: OCI image spec labels for GUI Issue-ID: POLICY-4261 Signed-off-by: danielhanrahan Change-Id: Id4a6e81302aede6b451916db5b0e4b99c494881f --- packages/policy-gui-docker/pom.xml | 24 ++++++++++++++++++++++ .../policy-gui-docker/src/main/docker/Dockerfile | 8 ++++++++ .../src/main/docker/suse.Dockerfile | 10 ++++++++- 3 files changed, 41 insertions(+), 1 deletion(-) diff --git a/packages/policy-gui-docker/pom.xml b/packages/policy-gui-docker/pom.xml index 3cfec26..9d2a682 100644 --- a/packages/policy-gui-docker/pom.xml +++ b/packages/policy-gui-docker/pom.xml @@ -66,6 +66,30 @@ + + io.github.git-commit-id + git-commit-id-maven-plugin + 5.0.0 + + + get-the-git-infos + + revision + + initialize + + + + false + true + + ^git.build.(time|version)$ + ^git.commit.id.abbrev$ + + full + + + io.fabric8 docker-maven-plugin diff --git a/packages/policy-gui-docker/src/main/docker/Dockerfile b/packages/policy-gui-docker/src/main/docker/Dockerfile index d3ad690..3a45aa3 100644 --- a/packages/policy-gui-docker/src/main/docker/Dockerfile +++ b/packages/policy-gui-docker/src/main/docker/Dockerfile @@ -21,6 +21,14 @@ FROM onap/policy-jre-alpine:2.4.3 LABEL maintainer="Policy Team" +LABEL org.opencontainers.image.title="Policy GUI" +LABEL org.opencontainers.image.description="Policy GUI image based on Alpine" +LABEL org.opencontainers.image.url="https://github.com/onap/policy-gui" +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/gui diff --git a/packages/policy-gui-docker/src/main/docker/suse.Dockerfile b/packages/policy-gui-docker/src/main/docker/suse.Dockerfile index 122cab2..7272f1a 100644 --- a/packages/policy-gui-docker/src/main/docker/suse.Dockerfile +++ b/packages/policy-gui-docker/src/main/docker/suse.Dockerfile @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------- # ============LICENSE_START======================================================= -# Copyright (C) 2021-2022 Nordix Foundation. +# Copyright (C) 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. @@ -21,6 +21,14 @@ FROM opensuse/leap:15.3 LABEL maintainer="Policy Team" +LABEL org.opencontainers.image.title="Policy GUI" +LABEL org.opencontainers.image.description="Policy GUI image based on OpenSuse" +LABEL org.opencontainers.image.url="https://github.com/onap/policy-gui" +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/gui -- cgit 1.2.3-korg