mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
.github: fetch the correct Flatcar image signing key
`Flatcar_Image_Signing_Key.asc` on https://www.flatcar-linux.org is outdated, expired. That's why all Github Actions failed to run. We need to fetch the image signing key from the correct URL, https://kinvolk.io/flatcar-container-linux/...
This commit is contained in:
parent
cf6fe28771
commit
0565e229ef
@ -5,7 +5,7 @@ set -euo pipefail
|
||||
CORK_VERSION=$(curl -sL https://api.github.com/repos/kinvolk/mantle/releases/latest | jq -r .tag_name | sed -e 's/^v//')
|
||||
curl -L -o cork https://github.com/kinvolk/mantle/releases/download/v"${CORK_VERSION}"/cork-"${CORK_VERSION}"-amd64
|
||||
curl -L -o cork.sig https://github.com/kinvolk/mantle/releases/download/v"${CORK_VERSION}"/cork-"${CORK_VERSION}"-amd64.sig
|
||||
curl -LO https://www.flatcar-linux.org/security/image-signing-key/Flatcar_Image_Signing_Key.asc
|
||||
curl -LO https://kinvolk.io/flatcar-container-linux/security/image-signing-key/Flatcar_Image_Signing_Key.asc
|
||||
gpg --import Flatcar_Image_Signing_Key.asc
|
||||
gpg --verify cork.sig cork
|
||||
rm -f cork.sig Flatcar_Image_Signing_Key.asc
|
||||
|
Loading…
Reference in New Issue
Block a user