1
0
mirror of https://github.com/openfaas/faas.git synced 2025-06-21 14:23:25 +00:00

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
sample-functions/BaseFunctions

@ -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 .