Skip to content

Commit

Permalink
fix EC issues
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto González <ergonzal@redhat.com>
  • Loading branch information
ernesgonzalez33 committed Sep 13, 2024
1 parent 312bbca commit cc7e054
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tekton/forklift-console-plugin-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .tekton/forklift-console-plugin-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions build/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <migtoolkit-virt@redhat.com>"

0 comments on commit cc7e054

Please sign in to comment.