Skip to content

Commit

Permalink
Merge pull request #1323 from ernesgonzalez33/edit-konflux-pipeline
Browse files Browse the repository at this point in the history
chore: enable prefetch dependencies in Konflux
  • Loading branch information
yaacov committed Sep 19, 2024
2 parents f36f13b + bbcf523 commit 8479611
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
4 changes: 4 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,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
Expand Down
4 changes: 4 additions & 0 deletions .tekton/forklift-console-plugin-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions build/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <migtoolkit-virt@redhat.com>"

0 comments on commit 8479611

Please sign in to comment.