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 <[email protected]>
  • Loading branch information
ernesgonzalez33 committed Sep 13, 2024
1 parent e7ddfeb commit 9b6cf0f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tekton/forklift-must-gather-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
value: Dockerfile
- name: path-context
value: .
- name: build-source-image
value: "true"
pipelineSpec:
finally:
- name: show-sbom
Expand Down
2 changes: 2 additions & 0 deletions .tekton/forklift-must-gather-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
value: Dockerfile
- name: path-context
value: .
- name: build-source-image
value: "true"
pipelineSpec:
finally:
- name: show-sbom
Expand Down
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@ RUN microdnf -y install rsync tar gzip graphviz jq findutils
COPY --from=builder /usr/bin/oc /usr/bin/oc
COPY collection-scripts/* /usr/bin/

LABEL \
com.redhat.component="forklift-must-gather-container" \
io.k8s.display-name="Forklift" \
io.k8s.description="Forklift - Must Gather" \
io.openshift.tags="migration,mtv,forklift" \
name="Forklift - Must Gather"
summary="Forklift - Must Gather" \
maintainer="Migration Toolkit for Virtualization Team <[email protected]>"

ENTRYPOINT /usr/bin/gather

0 comments on commit 9b6cf0f

Please sign in to comment.