mirror of
https://github.com/openfaas/faas.git
synced 2025-06-17 12:46:59 +00:00
Bump HubStats sample to 0.6.0
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
parent
e8f387fa47
commit
360de12c36
@ -65,7 +65,7 @@ services:
|
|||||||
|
|
||||||
# Pass a username as an argument to find how many images user has pushed to Docker Hub.
|
# Pass a username as an argument to find how many images user has pushed to Docker Hub.
|
||||||
hubstats:
|
hubstats:
|
||||||
image: alexellis2/faas-dockerhubstats:latest
|
image: functions/hubstats:latest
|
||||||
labels:
|
labels:
|
||||||
function: "true"
|
function: "true"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -8,7 +8,7 @@ COPY . /go/src/github.com/alexellis/faas/sample-functions/DockerHubStats
|
|||||||
|
|
||||||
RUN make
|
RUN make
|
||||||
|
|
||||||
ADD https://github.com/alexellis/faas/releases/download/v0.5-alpha/fwatchdog /usr/bin
|
ADD https://github.com/alexellis/faas/releases/download/0.6.0/fwatchdog /usr/bin
|
||||||
RUN chmod +x /usr/bin/fwatchdog
|
RUN chmod +x /usr/bin/fwatchdog
|
||||||
|
|
||||||
ENV fprocess "/go/bin/DockerHubStats"
|
ENV fprocess "/go/bin/DockerHubStats"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user