mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
toos/guestfs: Enable content trust globally
This makes the need to pull $(BASE) redundant. Rebuild resulted in linuxkit/guestfs:aecc40bf84ce4f4238e06934c46d7cc570a39eed@sha256:62e810869e83dabe04af7ac8fcd81d9f177d986a3424dcb9c4eb5439993c962f Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
b472f79dbf
commit
ac3103236e
@ -1,12 +1,12 @@
|
|||||||
.PHONY: tag push
|
.PHONY: tag push
|
||||||
|
|
||||||
BASE=debian:stretch
|
|
||||||
IMAGE=guestfs
|
IMAGE=guestfs
|
||||||
|
|
||||||
|
export DOCKER_CONTENT_TRUST=1
|
||||||
|
|
||||||
default: push
|
default: push
|
||||||
|
|
||||||
iid: Dockerfile
|
iid: Dockerfile
|
||||||
DOCKER_CONTENT_TRUST=1 docker pull $(BASE)
|
|
||||||
tar cf - $^ | docker build --no-cache --iidfile iid -
|
tar cf - $^ | docker build --no-cache --iidfile iid -
|
||||||
|
|
||||||
hash: Makefile iid
|
hash: Makefile iid
|
||||||
|
Loading…
Reference in New Issue
Block a user