Skip to content

Commit

Permalink
feat: Add cosign completions to base
Browse files Browse the repository at this point in the history
  • Loading branch information
dusansimic committed Feb 4, 2024
1 parent 805b980 commit 600200b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/base/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ COPY swap-packages /
RUN while IFS= read -r line; do dnf -y swap $line; done < swap-packages
RUN rm /swap-packages

RUN cosign completion fish > /etc/fish/completions/cosign.fish

RUN mkdir -p /opt/oha/bin
ADD https://github.com/hatoo/oha/releases/download/v0.5.9/oha-linux-amd64 /opt/oha/bin/oha
RUN chmod +x /opt/oha/bin/oha
Expand Down

0 comments on commit 600200b

Please sign in to comment.