We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e48d04 commit 3cc915eCopy full SHA for 3cc915e
Makefile
@@ -142,6 +142,7 @@ docker-load-kind:
142
kind load docker-image ${AGENT_IMAGE} ${SIDECAR_IMAGE} ${MANAGER_IMAGE}
143
144
run-e2e:
145
+ ${MAKE} docker-build-all
146
SIDECAR_IMAGE=${SIDECAR_IMAGE} AGENT_IMAGE=${AGENT_IMAGE} $(MAKE) update-agent-and-sidecar-image
147
MANAGER_IMAGE=${MANAGER_IMAGE} $(MAKE) update-manager-image
148
$(KUSTOMIZE) build config/default > release_it.yaml
0 commit comments