Commit 2a01ea46 authored by Geoff Simmons's avatar Geoff Simmons

Makefile column width OCD.

parent 6db49dbf
......@@ -61,7 +61,8 @@ KLARLACK_VMODS=libvdfp-pipe libvfp-brotli libvmod-all-healthy \
varnish-objvar
controller: Dockerfile.controller docker-minikube
docker build $(DOCKER_BUILD_OPTIONS) -t $(IMAGE_REPO)varnish-ingress/controller \
docker build $(DOCKER_BUILD_OPTIONS) \
-t $(IMAGE_REPO)varnish-ingress/controller \
-f Dockerfile.controller ..
varnish: Dockerfile.varnish docker-minikube
......@@ -85,12 +86,14 @@ klarlack: Dockerfile.varnish docker-minikube
-f Dockerfile.varnish .
ascn: Dockerfile.ascn docker-minikube
docker build $(DOCKER_BUILD_OPTIONS) -t $(IMAGE_REPO)varnish-ingress/ascn \
docker build $(DOCKER_BUILD_OPTIONS) \
-t $(IMAGE_REPO)varnish-ingress/ascn \
--build-arg CI_REGISTRY_IMAGE=$(CI_REGISTRY_IMAGE) \
--build-arg CI_COMMIT_REF_NAME=$(CI_COMMIT_REF_NAME) \
-f Dockerfile.ascn .
haproxy: Dockerfile.haproxy docker-minikube
docker build $(DOCKER_BUILD_OPTIONS) -t $(IMAGE_REPO)varnish-ingress/haproxy \
docker build $(DOCKER_BUILD_OPTIONS) \
-t $(IMAGE_REPO)varnish-ingress/haproxy \
--build-arg DEBIAN_TAG=$(DEBIAN_TAG) \
-f Dockerfile.haproxy .
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment