Skip to content

Commit

Permalink
[FAB-6946] Add target for fabric-ca image alone
Browse files Browse the repository at this point in the history
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 <bksmith@us.ibm.com>
  • Loading branch information
Keith Smith committed Nov 9, 2017
1 parent f616f92 commit d353303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d353303

Please sign in to comment.