initial commit
This commit is contained in:
15
Makefile
Normal file
15
Makefile
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user