aibrix icon indicating copy to clipboard operation
aibrix copied to clipboard

MacOS make docker-build-all take long time to finish

Open Jeffwan opened this issue 7 months ago • 1 comments

🐛 Describe the bug

Image

.PHONY: docker-build-all
docker-build-all:
        make -j $(nproc) docker-build-controller-manager docker-build-gateway-plugins docker-build-runtime docker-build-metadata-service docker-build-kvcache-watcher ## Build all docker images

I cleaned up everything and rebuild it, it takes more than 10mins and not finished yet.

Steps to Reproduce

clean up all images and build from scratch

Expected behavior

it should run through

Environment

MacOS arm version

Jeffwan avatar May 10 '25 20:05 Jeffwan

Hello @Jeffwan , I'm interested in contributing to the High-level AIbrix CLI project that helps users unfamiliar with Kubernetes manage workloads. Is there a Slack group for this project? Also, are there any specific tasks or issues I could help with?

MAVRICK-1 avatar May 12 '25 12:05 MAVRICK-1