Add Golang hello-world sample, rename build.sh to match auto-build on Hub.

This commit is contained in:
Alex
2017-04-09 20:20:09 +01:00
parent 8ec31d9b89
commit 03e702862b
7 changed files with 49 additions and 11 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
echo "Building functions/openjdk:8u121-jdk-alpine"
docker build -t functions/openjdk:8u121-jdk-alpine .
echo "Building functions/base:openjdk-8u121-jdk-alpine"
docker build -t functions/base:openjdk-8u121-jdk-alpine .