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:
Ian Campbell 2017-10-10 10:13:15 +01:00
parent a237b51511
commit d055ab31d8
6 changed files with 6 additions and 0 deletions

View File

@ -1 +1,2 @@
image: mkimage-dynamic-vhd image: mkimage-dynamic-vhd
disable-content-trust: true

View File

@ -1 +1,2 @@
image: mkimage-gcp image: mkimage-gcp
disable-content-trust: true

View File

@ -1,3 +1,4 @@
image: mkimage-iso-bios image: mkimage-iso-bios
disable-content-trust: true
arches: arches:
- amd64 - amd64

View File

@ -1,2 +1,3 @@
image: mkimage-iso-efi image: mkimage-iso-efi
disable-content-trust: true
network: true network: true

View File

@ -1 +1,2 @@
image: mkimage-vhd image: mkimage-vhd
disable-content-trust: true

View File

@ -1 +1,2 @@
image: mkimage-vmdk image: mkimage-vmdk
disable-content-trust: true