From d353303e43a934c81ae85f0f7d0268f10803d0e4 Mon Sep 17 00:00:00 2001 From: Keith Smith Date: Thu, 9 Nov 2017 12:46:52 -0500 Subject: [PATCH] [FAB-6946] Add target for fabric-ca image alone Adding the docker-fabric-ca makefile target to build just the fabric-ca docker image without building all other docker images. Change-Id: I9402cabc6ef17478dcbdad4755dbc7a12d44e6b8 Signed-off-by: Keith Smith --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c9847e325..5dfe8cdfd 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ # - unit-tests - Performs checks first and runs the go-test based unit tests # - checks - runs all check conditions (license, format, imports, lint and vet) # - docker[-clean] - ensures all docker images are available[/cleaned] +# - docker-fabric-ca - build the fabric-ca docker image # - bench - Runs benchmarks in all the packages and stores the results in /tmp/bench.results # - bench-cpu - Runs the benchmarks in the specified package with cpu profiling # - bench-mem - Runs the benchmarks in the specified package with memory profiling @@ -76,6 +77,8 @@ rename: .FORCE docker: $(patsubst %,build/image/%/$(DUMMY), $(IMAGES)) +docker-fabric-ca: build/image/fabric-ca/$(DUMMY) + docker-fvt: $(patsubst %,build/image/%/$(DUMMY), $(FVTIMAGE)) changelog: