docker-filebeat/Makefile

22 lines
419 B
Makefile
Raw Normal View History

.PHONY: build
REGISTRY_IP=docker.registry
# linux/arm/v7
# linux/arm/v6
# linux/arm64
# linux/amd64
PLATFORM=linux/arm/v7,linux/arm/v6,linux/amd64
#VERBOSITY=info
VERBOSITY=debug
## build
build:
docker manifest rm docker.registry:5000/filebeat:latest || true
docker-multi-arch-builder build -n filebeat --platforms $(PLATFORM) -v $(VERBOSITY)
## management
status:
@curl -s $(REGISTRY_IP):5000/v2/_catalog | jq