Skip to content

Commit

Permalink
Add Cosign to e2e image (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanny29631 authored Oct 29, 2024
1 parent 31a1aeb commit 81d3241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/prow/e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ COPY --from=gcloud-install /usr/bin/kubectl /usr/bin/kubectl
COPY --from=builder /usr/local/go /usr/local/go
COPY --from=builder /go /go
COPY --from=builder /go/bin/go-junit-report /go/bin/go-junit-report
COPY --from=builder /go/bin/cosign /go/bin/cosign
ENV PATH /go/bin:/usr/local/go/bin:/opt/gcloud/google-cloud-sdk/bin:$PATH

ENTRYPOINT ["/usr/bin/bash"]
Expand Down

0 comments on commit 81d3241

Please sign in to comment.