mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
tools: mkimage-*: disable content trust
Signing is not setup for these repositories. It seems they haven't been updated since before trust was added since their previous Makefile metadata (which was translated in build.yml) did not contain `NOTRUST=1`. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
a237b51511
commit
d055ab31d8
@ -1 +1,2 @@
|
||||
image: mkimage-dynamic-vhd
|
||||
disable-content-trust: true
|
||||
|
@ -1 +1,2 @@
|
||||
image: mkimage-gcp
|
||||
disable-content-trust: true
|
||||
|
@ -1,3 +1,4 @@
|
||||
image: mkimage-iso-bios
|
||||
disable-content-trust: true
|
||||
arches:
|
||||
- amd64
|
||||
|
@ -1,2 +1,3 @@
|
||||
image: mkimage-iso-efi
|
||||
disable-content-trust: true
|
||||
network: true
|
||||
|
@ -1 +1,2 @@
|
||||
image: mkimage-vhd
|
||||
disable-content-trust: true
|
||||
|
@ -1 +1,2 @@
|
||||
image: mkimage-vmdk
|
||||
disable-content-trust: true
|
||||
|
Loading…
Reference in New Issue
Block a user