mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 17:26:47 +00:00
Change NodeInfo namespace
This commit is contained in:
parent
29b624d1b1
commit
c958aa0119
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
(cd gateway && ./armhf.build.sh)
|
(cd gateway && ./build.armhf.sh) && \
|
||||||
(cd watchdog && ./armhf.build.sh)
|
(cd watchdog && ./build.armhf.sh)
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
FROM armhf/alpine:latest
|
FROM armhf/alpine:latest
|
||||||
RUN apk --update add nodejs
|
RUN apk --no-cache add nodejs
|
||||||
|
|
||||||
COPY fwatchdog /usr/bin
|
|
||||||
|
|
||||||
|
COPY fwatchdog-armhf /usr/bin/fwatchdog
|
||||||
RUN chmod +x /usr/bin/fwatchdog
|
RUN chmod +x /usr/bin/fwatchdog
|
||||||
|
|
||||||
COPY package.json .
|
COPY package.json .
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/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