Skip to content

Commit

Permalink
Fix Solr 6 multi image
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 14, 2021
1 parent c296af7 commit cada2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr-6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: ## Build a Solr image for a specific CKAN version eg `make build CKAN_VER
docker build --build-arg CKAN_VERSIONS="$(CKAN_VERSION)" --no-cache -t $(TAG_NAME) .

build-multi: ## Build a single Solr image with all CKAN versions
make build CKAN_VERSION=$(ALL_CKAN_VERSIONS) TAG_NAME="ckan/ckan-solr:multi-solr6"
docker build --build-arg CKAN_VERSIONS=$(ALL_CKAN_VERSIONS) --no-cache -t ckan/ckan-solr:multi-solr6 .

push: ## Push an image to the Docker registry, `make push CKAN_VERSION=2.8` (default is 2.9)
docker push $(TAG_NAME)
Expand Down

0 comments on commit cada2e8

Please sign in to comment.