Skip to content
Snippets Groups Projects
Commit 057e6783 authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch 'locate-autosign-key' into 'master'

Grab the the autosigner key for kernel shasums

See merge request gitlab-org/build/CNG!369
parents de92bb76 799c6674
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@ ARG GIT_VERSION=2.24.1
RUN mkdir /assets \
&& curl https://mirrors.edge.kernel.org/pub/software/scm/git/sha256sums.asc -o sha256sums.asc \
&& gpg2 --locate-keys autosigner@kernel.org \
&& gpg2 --auto-key-retrieve --verify sha256sums.asc \
&& curl https://mirrors.edge.kernel.org/pub/software/scm/git/git-${GIT_VERSION}.tar.gz -o git-${GIT_VERSION}.tar.gz \
&& grep -q $(sha256sum git-${GIT_VERSION}.tar.gz) sha256sums.asc \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment