diff --git a/.tekton/forklift-console-plugin-pull-request.yaml b/.tekton/forklift-console-plugin-pull-request.yaml index 75d60f0cd..19d74cbc0 100644 --- a/.tekton/forklift-console-plugin-pull-request.yaml +++ b/.tekton/forklift-console-plugin-pull-request.yaml @@ -18,6 +18,10 @@ metadata: namespace: rh-mtv-1-tenant spec: params: + - name: build-source-image + value: "true" + - name: prefetch-input + value: '{"type": "npm", "path": "."}' - name: git-url value: '{{source_url}}' - name: revision diff --git a/.tekton/forklift-console-plugin-push.yaml b/.tekton/forklift-console-plugin-push.yaml index 753b8c4a0..51a710e06 100644 --- a/.tekton/forklift-console-plugin-push.yaml +++ b/.tekton/forklift-console-plugin-push.yaml @@ -17,6 +17,10 @@ metadata: namespace: rh-mtv-1-tenant spec: params: + - name: build-source-image + value: "true" + - name: prefetch-input + value: '{"type": "npm", "path": "."}' - name: git-url value: '{{source_url}}' - name: revision diff --git a/build/Containerfile b/build/Containerfile index 21ea15208..3714990ff 100644 --- a/build/Containerfile +++ b/build/Containerfile @@ -35,3 +35,16 @@ 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" \ + description="Forklift - User Console Plugin Interface" \ + maintainer="Migration Toolkit for Virtualization Team "