mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-23 02:01:34 +01:00
overlay coreos-init: Distribute new sub key 2025
This pulls in https://github.com/flatcar/init/pull/129 to distribute the new sub key.
This commit is contained in:
parent
9459088468
commit
3457968149
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))
|
||||||
@ -8,7 +8,7 @@ EGIT_REPO_URI="https://github.com/flatcar/init.git"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
EGIT_COMMIT="52eebc03e02f399d91dad5a2a4fece70608a94df" # flatcar-master
|
EGIT_COMMIT="0900245444ab5a4af480805ab51986bbd58ffc7f" # flatcar-4081-backport
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user