mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
kubernetes: disable content trust for gcr.io
It doesn't support it. This makes "make cache-images" work. Previously it would fail with various: Error: remote trust data does not exist for gcr.io/google_containers/pause-amd64: gcr.io does not have trust data for gcr.io/google_containers/pause-amd64 Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
cd43b44e7c
commit
f853fab1f9
@ -36,7 +36,7 @@ CONTROL_PLANE_IMAGES := \
|
|||||||
|
|
||||||
image-cache/%.tar:
|
image-cache/%.tar:
|
||||||
mkdir -p $(dir $@)
|
mkdir -p $(dir $@)
|
||||||
DOCKER_CONTENT_TRUST=1 docker image pull gcr.io/google_containers/$(shell basename $@ .tar)
|
docker image pull gcr.io/google_containers/$(shell basename $@ .tar)
|
||||||
docker image save -o $@ gcr.io/google_containers/$(shell basename $@ .tar)
|
docker image save -o $@ gcr.io/google_containers/$(shell basename $@ .tar)
|
||||||
|
|
||||||
cache-images:
|
cache-images:
|
||||||
|
Loading…
Reference in New Issue
Block a user