Skip to content

Commit

Permalink
Update the AGENT_IMAGE URL in the Makefile (#886)
Browse files Browse the repository at this point in the history
Update the agent_image so that we use an agent that calculates checksums
of the images instead of shasums in local dev mode.
  • Loading branch information
YrrepNoj authored Oct 12, 2022
1 parent da772b0 commit 19eb5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
endif
endif

AGENT_IMAGE ?= zarfdev/agent:ef08e77c3880ac64c3cc10ecd314be0869f8f70e
AGENT_IMAGE ?= zarfdev/agent:11e53b7c872ce83d5752cb20e640eabd04956258

CLI_VERSION := $(if $(shell git describe --tags),$(shell git describe --tags),"UnknownVersion")
BUILD_ARGS := -s -w -X 'github.com/defenseunicorns/zarf/src/config.CLIVersion=$(CLI_VERSION)'
Expand Down Expand Up @@ -59,7 +59,7 @@ check-ui: ## Build the Zarf UI if needed
$(MAKE) build-ui;\
./.hooks/print-ui-diff.sh > build/ui/git-info.txt;\
fi

build-ui: ## Build the Zarf UI
npm ci
npm run build
Expand Down

0 comments on commit 19eb5ec

Please sign in to comment.