Skip to content

Commit 559a09f

Browse files
authored
Merge pull request #270 from lcarva/RHTAP-5277
Add reduce-snapshot.sh script to runner image
2 parents 650e070 + 1229f19 commit 559a09f

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
@@ -50,6 +50,7 @@ RUN \
5050

5151
COPY --from=cosign /usr/local/bin/cosign /usr/bin/cosign
5252
COPY --from=ec /usr/local/bin/ec /usr/bin/ec
53+
COPY --from=ec /usr/local/bin/reduce-snapshot.sh /usr/bin/reduce-snapshot.sh
5354
COPY --from=go-builder /usr/local/bin/yq /usr/bin/yq
5455
COPY --from=go-builder /usr/local/bin/syft /usr/bin/syft
5556
COPY --from=go-builder /usr/local/bin/splashy /usr/bin/splashy

0 commit comments

Comments
 (0)