File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,9 @@ endif
160160install-kubevirt :
161161 scripts/install-kubevirt.sh
162162
163+ pre-pull-images :
164+ APPROVED_IMAGE=$(APPROVED_IMAGE ) TRUSTEE_IMAGE=$(TRUSTEE_IMAGE ) scripts/pre-pull-images.sh
165+
163166clean :
164167 cargo clean
165168 rm -rf bin manifests $(CRD_YAML_PATH ) $(CRD_RS_PATH )
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ IMAGES=(
1111 " quay.io/kubevirt/virt-api:${KV_VERSION} "
1212 " quay.io/kubevirt/virt-controller:${KV_VERSION} "
1313 " quay.io/kubevirt/virt-operator:${KV_VERSION} "
14- " quay.io/trusted-execution-clusters/key-broker-service:20260106"
14+ " $TRUSTEE_IMAGE "
15+ " $APPROVED_IMAGE "
1516 " quay.io/trusted-execution-clusters/fedora-coreos-kubevirt:20260106"
1617)
1718
You can’t perform that action at this time.
0 commit comments