Pending ARMhf changes

This commit is contained in:
Alex Ellis
2017-01-30 22:15:06 +00:00
parent 018b065ef1
commit 1aba6699fe
13 changed files with 174 additions and 36 deletions

View File

@ -0,0 +1,8 @@
FROM armhf/alpine:latest
COPY fwatchdog /usr/bin
RUN chmod +x /usr/bin/fwatchdog
# Populate example here
# ENV fprocess="wc -l"
CMD ["fwatchdog"]

View File

@ -0,0 +1,3 @@
#!/bin/bash
docker build -f Dockerfile.armhf -t alexellis2/faas-alpinefunction:latest-armhf .