File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -57,19 +57,12 @@ if test -z "${secureboot}"; then
5757fi
5858
5959# handle sdboot signing before building the sealed UKI
60- # moves db, PK, and KEK test keys into /usr/lib/bootc/keys
6160sdboot_signed=" ${input_image} _signed"
6261runv podman build -t $sdboot_signed \
6362 --build-arg=base=${input_image} \
6463 --build-arg=buildroot=${buildroot_base} \
6564 --secret=id=key,src=${secureboot} /db.key \
6665 --secret=id=cert,src=${secureboot} /db.crt \
67- --secret=id=cert,src=${secureboot} /db.crt \
68- --secret=id=pk_key,src=${secureboot} /PK.key \
69- --secret=id=pk_cert,src=${secureboot} /PK.crt \
70- --secret=id=kek_key,src=${secureboot} /KEK.key \
71- --secret=id=kek_cert,src=${secureboot} /KEK.crt \
72- --secret=id=guid,src=${secureboot} /GUID.txt \
7366 -f Dockerfile.sdboot .
7467
7568graphroot=$( podman system info -f ' {{.Store.GraphRoot}}' )
You can’t perform that action at this time.
0 commit comments