File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -331,6 +331,7 @@ ifeq ($(IS_PODMAN),1)
331331 echo " -> Building Manager CoPaw for $(plat)..." && \
332332 podman build --platform $(plat) \
333333 $(REGISTRY_ARG) $(BUILTIN_VERSION_ARG) $(SHARED_LIB_CTX) $(COPAW_WORKER_CTX) $(DOCKER_BUILD_ARGS) \
334+ --build-arg HICLAW_CONTROLLER_IMAGE=$(CONTROLLER_TAG) \
334335 -f manager/Dockerfile.copaw \
335336 --manifest $(MANAGER_COPAW_TAG) \
336337 ./manager/ && ) true
343344 --builder $(BUILDX_BUILDER) \
344345 --platform $(MULTIARCH_PLATFORMS) \
345346 $(REGISTRY_ARG) $(BUILTIN_VERSION_ARG) $(SHARED_LIB_CTX) $(COPAW_WORKER_CTX) $(DOCKER_BUILD_ARGS) \
347+ --build-arg HICLAW_CONTROLLER_IMAGE=$(CONTROLLER_TAG) \
346348 -f manager/Dockerfile.copaw \
347349 -t $(MANAGER_COPAW_TAG) \
348350 $(if $(PUSH_LATEST),-t $(MANAGER_COPAW_IMAGE):latest) \
You can’t perform that action at this time.
0 commit comments