Skip to content

Commit

Permalink
fix: remove 2nd cosign layer since upstream provides in RPM (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Aug 31, 2023
1 parent a751f09 commit cb2c354
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ RUN rpm-ostree install podmansh
RUN wget https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64 -O /tmp/docker-compose && \
install -c -m 0755 /tmp/docker-compose /usr/bin

COPY --from=cgr.dev/chainguard/cosign:latest /usr/bin/cosign /usr/bin/cosign
COPY --from=cgr.dev/chainguard/flux:latest /usr/bin/flux /usr/bin/flux
COPY --from=cgr.dev/chainguard/helm:latest /usr/bin/helm /usr/bin/helm
COPY --from=cgr.dev/chainguard/ko:latest /usr/bin/ko /usr/bin/ko
Expand Down

0 comments on commit cb2c354

Please sign in to comment.