You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: rename ovn-kubernetes image
rename the ovn-kubernetes image to match its new function
Signed-off-by: Killian Muldoon <[email protected]>
Based on release-v25.7@09a9b7328e99c482873417b0c117d520d332668f
docker-build-all: $(addprefix docker-build-,$(DOCKER_BUILD_TARGETS))## Build docker images for all DOCKER_BUILD_TARGETS. Architecture defaults to build system architecture unless overridden or hardcoded.
.PHONY: docker-build-ovn-kubernetes# Build a multi-arch image for DPF System. The variable DPF_SYSTEM_ARCH defines which architectures this target builds for.
.PHONY: docker-build-ovnk-utils# Build a multi-arch image for OVN Kubernetes utils. The variable DPF_SYSTEM_ARCH defines which architectures this target builds for.
.PHONY: docker-push-ovn-kubernetes# Push a multi-arch image for ovn-kubernetes using `docker manifest`. The variable DPF_SYSTEM_ARCH defines which architectures this target pushes for.
.PHONY: docker-push-ovnk-utils# Push a multi-arch image for ovnk-utils using `docker manifest`. The variable DPF_SYSTEM_ARCH defines which architectures this target pushes for.
0 commit comments