File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 33
44VERSION ?= 7.4
55
6- # tag naming schema: <image-repo>:[<software-version>-]<image-stability-tag>[-tag-appendix][-<flavor>]
7- # uncomment lines bellow if you want include this in tag name
8- # SOFTWARE_VERSION ?= $(VERSION)
9- # FLAVOR =? custom
10-
11- TAG_APPENDIX ?= php$(VERSION )
12- BUILD_TAG = build-$(TAG_APPENDIX )
6+ SOFTWARE_VERSION ?= php$(VERSION )
7+ BUILD_TAG = build-$(SOFTWARE_VERSION )
138REPO = docksal/cli
149NAME = docksal-cli-$(VERSION )
1510CWD = $(shell pwd)
@@ -22,7 +17,7 @@ VOLUMES += -v /home/docker
2217.PHONY : build test push shell run start stop logs clean release
2318
2419build :
25- docker build --cache-from=$(REPO ) :edge$( TAG_APPENDIX ) -t $(REPO ) :$(BUILD_TAG ) .
20+ docker build --cache-from=$(REPO ) :edge- $( SOFTWARE_VERSION ) -t $(REPO ) :$(BUILD_TAG ) .
2621
2722test :
2823 IMAGE=$(REPO ) :$(BUILD_TAG ) NAME=$(NAME ) VERSION=$(VERSION ) ../tests/test.bats
You can’t perform that action at this time.
0 commit comments