This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git
The following commit(s) were added to refs/heads/master by this push:
new f38e505 add dotnet image to docker-compose make dockker-pull-full
(#186)
f38e505 is described below
commit f38e5059701af1f53c5bcfe845400fd98d129749
Author: Carlos Santana <[email protected]>
AuthorDate: Sat Dec 15 06:38:08 2018 -0800
add dotnet image to docker-compose make dockker-pull-full (#186)
---
docker-compose/Makefile | 1 +
1 file changed, 1 insertion(+)
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 ... "