Skip to content

Commit d60972b

Browse files
committed
chore: add installer-base to the list of signed images
It has to be signed to be used as the base for imager operations. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent ab6cb3d commit d60972b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ clean: ## Cleans up all artifacts.
695695

696696
.PHONY: image-list
697697
image-list: ## Prints a list of all images built by this Makefile with digests.
698-
@echo -n installer talos imager talosctl | xargs -d ' ' -I{} sh -c 'echo $(REGISTRY_AND_USERNAME)/{}:$(IMAGE_TAG)' | xargs -I{} sh -c 'echo {}@$$(crane digest {})'
698+
@echo -n installer installer-base talos imager talosctl | xargs -d ' ' -I{} sh -c 'echo $(REGISTRY_AND_USERNAME)/{}:$(IMAGE_TAG)' | xargs -I{} sh -c 'echo {}@$$(crane digest {})'
699699

700700
.PHONY: sign-images
701701
sign-images: ## Run cosign to sign all images built by this Makefile.

0 commit comments

Comments
 (0)