mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
overlay: Use new manifests location
This commit is contained in:
parent
e5d0cba49e
commit
0eb5f2908e
@ -143,7 +143,7 @@ __slsa_provenance_report() {
|
||||
fi
|
||||
|
||||
# FIXME: Supply SDK image ID and sha256 digest along with the version tag
|
||||
local sdk_version="$(source /mnt/host/source/.repo/manifests/version.txt; echo ${FLATCAR_SDK_VERSION})"
|
||||
local sdk_version=$(source /mnt/host/source/src/scripts/manifests/version.txt; echo "${FLATCAR_SDK_VERSION}")
|
||||
|
||||
# FIXME: add builder ID
|
||||
cat <<EOF
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user