initial commit

This commit is contained in:
2024-10-31 20:58:20 +05:30
commit 363c514f8a
3 changed files with 76 additions and 0 deletions

15
Makefile Normal file
View File

@@ -0,0 +1,15 @@
# .PHONY:
# build
build:
docker buildx build --platform=linux/amd64,linux/arm64 -t code.whiteblossom.xyz/infra/node-external-ip-controller:latest --push -f node-external-ip-controller.Dockerfile .
push:
docker push code.whiteblossom.xyz/infra/node-external-ip-controller:latest
builder:
docker buildx create \
--name container-builder \
--driver docker-container \
--bootstrap --use