mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
overlay coreos-init: Distribute new sub key 2025
This pulls in flatcar/init#129 to distribute the new sub key. Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
parent
54e14f9312
commit
b2774aed79
1
changelog/changes/2025-03-10-image-signing-key.md
Normal file
1
changelog/changes/2025-03-10-image-signing-key.md
Normal file
@ -0,0 +1 @@
|
||||
- Added new image signing pub key to `flatcar-install`, needed for download verification of releases built from March 2025 onwards, if you have copies of `flatcar-install` or the image signing pub key, you need to update them as well ([init#129](https://github.com/flatcar/init/pull/129))
|
||||
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="f73923083ce2ac885ccd43b394875e17f9a12794" # flatcar-3510-backport
|
||||
CROS_WORKON_COMMIT="2cb83b77b49202b1671395427369979a7963c10a" # flatcar-3510-backport
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user