mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-25 19:32:18 +00:00
pkg: Update content trust handling.
Firstly add option to disable content trust, for the use of e.g. projects which are pushing to the linuxkitprojects org (which has no trust setup) rather than the main linuxkit org. Secondly, when trust _is_ enabled then enable it globally, in particular it is now active for the `docker build` and hence containers referenced in Dockerfiles via "FROM" will be checked. Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
ORG?=linuxkitprojects
|
||||
IMAGE=swarmd
|
||||
NETWORK=1
|
||||
NOTRUST=1
|
||||
|
||||
include ../../../pkg/package.mk
|
||||
|
Reference in New Issue
Block a user