mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-20 04:54:46 -04:00
image: pin aws uefivars version and install new deps (#1345)
This commit is contained in:
parent
c94d1db76d
commit
1624af0cc7
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,8 @@ set -euo pipefail
|
|||
shopt -s inherit_errexit
|
||||
|
||||
TMPDIR=$(mktemp -d /tmp/uefivars-XXXXXXXXXXXXXX)
|
||||
git clone https://github.com/awslabs/python-uefivars "${TMPDIR}"
|
||||
git clone --branch v1.0.0 https://github.com/awslabs/python-uefivars "${TMPDIR}"
|
||||
cd "${TMPDIR}" && git reset 9679002a4392d8e7831d2dbda3fab41ccc5c6b8c --hard
|
||||
|
||||
"${TMPDIR}/uefivars.py" -i none -o aws -O "$1" -P "${PKI}"/PK.esl -K "${PKI}"/KEK.esl --db "${PKI}"/db.esl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue