Skip to content

Commit

Permalink
Refer to seedimage builder issue
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
  • Loading branch information
anmazzotti committed Feb 12, 2024
1 parent 131dcc6 commit 97170fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ setup-full-cluster: build-docker-operator chart setup-kind
cd $(ROOT_DIR)/tests && $(GINKGO) -r -v --label-filter="do-nothing" ./e2e

# FIXME: Locally built seedimage builder image uses too old version of xorriso
# See: build-docker-seedimage-builder
# See: make build-docker-seedimage-builder
# See: https://github.com/rancher/elemental-operator/issues/623
# kind load docker-image --name $(CLUSTER_NAME) ${REGISTRY_HEADER}${REPO_SEEDIMAGE}:${TAG_SEEDIMAGE} && \
# This builds the docker image, generates the chart, loads the image into the kind cluster and upgrades the chart to latest
Expand Down

0 comments on commit 97170fb

Please sign in to comment.