mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 16:56:47 +00:00
Change NodeInfo namespace
This commit is contained in:
parent
29b624d1b1
commit
c958aa0119
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
(cd gateway && ./armhf.build.sh)
|
||||
(cd watchdog && ./armhf.build.sh)
|
||||
(cd gateway && ./build.armhf.sh) && \
|
||||
(cd watchdog && ./build.armhf.sh)
|
||||
|
@ -1,8 +1,7 @@
|
||||
FROM armhf/alpine:latest
|
||||
RUN apk --update add nodejs
|
||||
|
||||
COPY fwatchdog /usr/bin
|
||||
RUN apk --no-cache add nodejs
|
||||
|
||||
COPY fwatchdog-armhf /usr/bin/fwatchdog
|
||||
RUN chmod +x /usr/bin/fwatchdog
|
||||
|
||||
COPY package.json .
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build -f Dockerfile.armhf -t alexellis2/faas-nodeinfo:latest-armhf .
|
||||
docker build -f Dockerfile.armhf -t functions/nodeinfo:latest-armhf .
|
||||
|
Loading…
x
Reference in New Issue
Block a user