diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9758e718af..6cc11776cd 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -55,8 +55,8 @@ jobs:
# Builds init packages since GoReleaser won't handle this for us
- name: Build init-packages For Release
run: |
- make release-init-package ARCH=amd64 AGENT_IMAGE=agent:$GITHUB_REF_NAME
- make release-init-package ARCH=arm64 AGENT_IMAGE=agent:$GITHUB_REF_NAME
+ make release-init-package ARCH=amd64 AGENT_IMAGE_TAG=$GITHUB_REF_NAME
+ make release-init-package ARCH=arm64 AGENT_IMAGE_TAG=$GITHUB_REF_NAME
- name: Run Tests
run: |
diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml
index a80ff1af0d..5a144dcdba 100644
--- a/.github/workflows/test-windows.yml
+++ b/.github/workflows/test-windows.yml
@@ -44,7 +44,7 @@ jobs:
# the tests this workflow runs do not use the agent at all!
- name: Build init-package
run: |
- make release-init-package ARCH=amd64 AGENT_IMAGE=agent:v0.23.6
+ make release-init-package ARCH=amd64 AGENT_IMAGE_TAG=v0.25.2
- name: Build zarf packages
run: make build-examples ARCH=amd64
diff --git a/Makefile b/Makefile
index 1fe763e78c..55dcd7b333 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ dev: ensure-ui-build-dir ## Start a Dev Server for the Zarf UI
# INTERNAL: a shim used to build the agent image only if needed on Windows using the `test` command
init-package-local-agent:
- @test "$(AGENT_IMAGE)" != "agent:local" || $(MAKE) build-local-agent-image
+ @test "$(AGENT_IMAGE_TAG)" != "local" || $(MAKE) build-local-agent-image
build-local-agent-image: ## Build the Zarf agent image to be used in a locally built init package
@ if [ "$(ARCH)" = "amd64" ] && [ ! -s ./build/zarf ]; then $(MAKE) build-cli-linux-amd; fi
@@ -121,7 +121,7 @@ init-package: ## Create the zarf init package (must `brew install coreutils` on
# INTERNAL: used to build a release version of the init package with a specific agent image
release-init-package:
- $(ZARF_BIN) package create -o build -a $(ARCH) --set AGENT_IMAGE=$(AGENT_IMAGE) --confirm .
+ $(ZARF_BIN) package create -o build -a $(ARCH) --set AGENT_IMAGE_TAG=$(AGENT_IMAGE_TAG) --confirm .
build-examples: ## Build all of the example packages
@test -s $(ZARF_BIN) || $(MAKE) build-cli
diff --git a/docs-website/static/docs/walkthroughs/logging_init.html b/docs-website/static/docs/walkthroughs/logging_init.html
index 5d5b095054..2e57e07450 100644
--- a/docs-website/static/docs/walkthroughs/logging_init.html
+++ b/docs-website/static/docs/walkthroughs/logging_init.html
@@ -126,7 +126,7 @@
actions:
onCreate:
before:
- - cmd: make init-package-local-agent AGENT_IMAGE="agent:v0.24.3"
+ - cmd: make init-package-local-agent AGENT_IMAGE_TAG="v0.24.3"
manifests:
- name: zarf-agent
namespace: zarf
@@ -234,7 +234,13 @@
default: 2Gi
constants:
- name: AGENT_IMAGE
- value: agent:v0.24.3
+ value: defenseunicorns/zarf/agent
+- name: AGENT_IMAGE_TAG
+ value: v0.24.3
+- name: REGISTRY_IMAGE
+ value: registry
+- name: REGISTRY_IMAGE_TAG
+ value: 2.8.1
This package has 9 artifacts with software bill-of-materials (SBOM) included. You can view them now
in the zarf-sbom folder in this directory or to go directly to one, open this in your browser:
/Users/jason/src/github.com/jasonvanbrackel/zarf/docs/.examples/walkthroughs/zarf-sbom/sbom-viewer-docker.io_grafana_promtail_2.7.0.html
@@ -331,7 +337,7 @@
Application | Username | Password | Connect
Registry | zarf-push | Tka7dWq4GEit5G3GDX2dQwdh | zarf connect registry
- Logging | zarf-admin | ysC9TEWsSm37pBmA3hvqrLN3 | zarf connect logging
+ Logging | zarf-admin | ysC9TEWsSm37pBmA3hvqrLN3 | zarf connect logging