Skip to content

Commit

Permalink
[FAB-8489] Make IMAGE_TAG optional
Browse files Browse the repository at this point in the history
Existing sample documentation assumes that 'docker-compose' may be run
directly in the first-network directory.  Now that IMAGE_TAG is
parameterized, this creates failures if the var is unset.

This CR adds a default (which may be overridden via the environment) so
that this breakage does not occur.

Change-Id: Ibea4a3b3f823dfd3fc0e1eca3ab824b8230a8a41
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
  • Loading branch information
Jason Yellick committed Feb 23, 2018
1 parent 84ff0e6 commit 3c5b4bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions first-network/.env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
COMPOSE_PROJECT_NAME=net
IMAGE_TAG=latest

0 comments on commit 3c5b4bd

Please sign in to comment.