RouxAntoine 6dc15e681c
All checks were successful
Main / build (push) Successful in 1m4s
feat: add prometheus exporter
2025-03-10 01:00:09 +01:00

23 lines
579 B
Makefile

.PHONY: imageKeepalived
REGISTRY_NAME=container.localdomain
REGISTRY_PORT=443
# linux/arm/v7
# linux/arm/v6
# linux/arm64
# linux/amd64
PLATFORM=linux/arm64,linux/amd64
#VERBOSITY=info
VERBOSITY=debug
## build
imageKeepalived:
docker manifest rm $(REGISTRY_NAME):$(REGISTRY_PORT)/keepalived-k8s:latest || true
docker-multi-arch-builder build -n keepalived-k8s --platforms $(PLATFORM) -v $(VERBOSITY) --registry $(REGISTRY_NAME) --port $(REGISTRY_PORT)
## management
status:
@curl -ks -H "Host: $(REGISTRY_NAME)" https://$(REGISTRY_NAME):$(REGISTRY_PORT)/v2/_catalog | jq