From 4db86fac291815501d0892f3a6b7eb335dda074a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Gonz=C3=A1lez?= Date: Fri, 13 Sep 2024 11:36:14 +0200 Subject: [PATCH] fix EC issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ernesto González --- .tekton/forklift-console-plugin-pull-request.yaml | 2 ++ .tekton/forklift-console-plugin-push.yaml | 2 ++ build/Containerfile | 12 ++++++++++++ 3 files changed, 16 insertions(+) diff --git a/.tekton/forklift-console-plugin-pull-request.yaml b/.tekton/forklift-console-plugin-pull-request.yaml index 4f3c715fd..4296e0577 100644 --- a/.tekton/forklift-console-plugin-pull-request.yaml +++ b/.tekton/forklift-console-plugin-pull-request.yaml @@ -18,6 +18,8 @@ metadata: namespace: rh-mtv-1-tenant spec: params: + - name: build-source-image + value: "true" - name: prefetch-input value: '{"type": "npm", "path": "."}' - name: git-url diff --git a/.tekton/forklift-console-plugin-push.yaml b/.tekton/forklift-console-plugin-push.yaml index 5a8e1a5e4..a10ec4e19 100644 --- a/.tekton/forklift-console-plugin-push.yaml +++ b/.tekton/forklift-console-plugin-push.yaml @@ -17,6 +17,8 @@ metadata: namespace: rh-mtv-1-tenant spec: params: + - name: build-source-image + value: "true" - name: prefetch-input value: '{"type": "npm", "path": "."}' - name: git-url diff --git a/build/Containerfile b/build/Containerfile index 21ea15208..e39ca945c 100644 --- a/build/Containerfile +++ b/build/Containerfile @@ -35,3 +35,15 @@ COPY --from=build /opt/app-root/src/app/packages/forklift-console-plugin/dist /o # Run the server CMD nginx -g "daemon off;" + + +LABEL \ + com.redhat.component="forklift-console-plugin-container" \ + name="forklift/forklift-console-plugin" \ + license="Apache License 2.0" \ + io.k8s.display-name="Forklift" \ + io.k8s.description="Forklift - User Console Plugin Interface" \ + io.openshift.tags="migration,mtv,forklift" \ + name="Forklift" + summary="Forklift - User Console Plugin Interface" \ + maintainer="Migration Toolkit for Virtualization Team "