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 "