Remove old build script

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis
2017-11-03 15:56:43 +00:00
parent 9eff3e7d99
commit 981cf854fb

View File

@ -1,13 +0,0 @@
#!/bin/sh
echo Building functions/gateway:build-armhf
docker build --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy \
-t functions/gateway:build-armhf . -f Dockerfile.build.armhf
docker create --name gateway_extract functions/gateway:build-armhf echo
docker cp gateway_extract:/go/src/github.com/openfaas/faas/gateway/app ./gateway
docker rm -f gateway_extract
echo Building functions/gateway:latest-armhf-dev
docker build -t functions/gateway:latest-armhf-dev .