Skip to content

Commit 1229f19

Browse files
committed
Add reduce-snapshot.sh script to runner image
As part of RHTAP-5277, we want to start using the runner image in the Tekton Tasks. The verify-ec Task uses the reduce-snapshot.sh script in one of its steps. This commit adds the script from the official EC image to the runner image. Signed-off-by: Luiz Carvalho <[email protected]>
1 parent 9a23764 commit 1229f19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN \
4848

4949
COPY --from=cosign /usr/local/bin/cosign /usr/bin/cosign
5050
COPY --from=ec /usr/local/bin/ec /usr/bin/ec
51+
COPY --from=ec /usr/local/bin/reduce-snapshot.sh /usr/bin/reduce-snapshot.sh
5152
COPY --from=go-builder /usr/local/bin/yq /usr/bin/yq
5253
COPY --from=go-builder /usr/local/bin/syft /usr/bin/syft
5354
COPY --from=go-builder /usr/local/bin/splashy /usr/bin/splashy

0 commit comments

Comments
 (0)