Merge branch 'add-gpg-for-helm-provenance' into 'master'

Add gpg package for helm provenance checks

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/753

Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Jason Plum <jplum@gitlab.com>
Co-authored-by: Andrew Patterson <apatterson@gitlab.com>
This commit is contained in:
Balasankar 'Balu' C 2023-12-01 08:22:03 +00:00
commit 140d539615

View file

@ -13,7 +13,7 @@ ENV VCLUSTER_VERSION=0.16.3
ENV VCLUSTER_URL=https://github.com/loft-sh/vcluster/releases/download/v${VCLUSTER_VERSION}/vcluster-linux-amd64
# Install dependencies
RUN apk --no-cache add -U openssl curl tar gzip bash ca-certificates git python3 py3-pip groff\
RUN apk --no-cache add -U openssl curl tar gzip bash ca-certificates git python3 py3-pip groff gpg gpg-agent\
&& mkdir -p /opt
# Install kubectl