You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/12/15 14:38:09 UTC

[GitHub] rabbah closed pull request #186: add dotnet image to docker-compose make docker-pull-full

rabbah closed pull request #186: add dotnet image to docker-compose make docker-pull-full
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/186
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index 575761d..aa97d5b 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -127,6 +127,7 @@ docker-pull-full:
 	docker pull $(DOCKER_IMAGE_PREFIX)/action-ruby-v2.5
 	docker pull $(DOCKER_IMAGE_PREFIX)/actionloop-golang-v1.11
 	docker pull $(DOCKER_IMAGE_PREFIX)/dockerskeleton
+	docker pull $(DOCKER_IMAGE_PREFIX)/action-dotnet-v2.2
 
 download-cli:
 	echo "downloading the CLI tool ... "


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services