Update watchdog version to 0.7.9 in function templates and docs

This updates fwatchdog to latest version (0.7.9) in all templates
in sample-functions and faas version in the documentation

Signed-off-by: Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
This commit is contained in:
Ivana Yovcheva (VMware)
2018-04-12 18:49:05 +03:00
committed by Alex Ellis
parent 77dc4ae06a
commit f936dcd757
35 changed files with 36 additions and 36 deletions

View File

@ -1,6 +1,6 @@
FROM artemklevtsov/r-alpine:latest
ADD https://github.com/openfaas/faas/releases/download/0.7.1/fwatchdog /usr/bin
ADD https://github.com/openfaas/faas/releases/download/0.7.9/fwatchdog /usr/bin
RUN chmod +x /usr/bin/fwatchdog
WORKDIR /root/

View File

@ -1,6 +1,6 @@
FROM toricls/gnucobol:latest
ADD https://github.com/openfaas/faas/releases/download/0.7.1/fwatchdog /usr/bin
ADD https://github.com/openfaas/faas/releases/download/0.7.9/fwatchdog /usr/bin
RUN chmod +x /usr/bin/fwatchdog
WORKDIR /root/

View File

@ -1,6 +1,6 @@
FROM node:6.9.1-alpine
ADD https://github.com/openfaas/faas/releases/download/0.7.1/fwatchdog /usr/bin
ADD https://github.com/openfaas/faas/releases/download/0.7.9/fwatchdog /usr/bin
RUN chmod +x /usr/bin/fwatchdog
WORKDIR /root/

View File

@ -1,6 +1,6 @@
FROM microsoft/dotnet:sdk
ADD https://github.com/openfaas/faas/releases/download/0.7.1/fwatchdog /usr/bin
ADD https://github.com/openfaas/faas/releases/download/0.7.9/fwatchdog /usr/bin
RUN chmod +x /usr/bin/fwatchdog
ENV DOTNET_CLI_TELEMETRY_OPTOUT 1

View File

@ -8,7 +8,7 @@ COPY . /go/src/github.com/openfaas/faas/sample-functions/golang
RUN go install
ADD https://github.com/openfaas/faas/releases/download/0.7.1/fwatchdog /usr/bin
ADD https://github.com/openfaas/faas/releases/download/0.7.9/fwatchdog /usr/bin
RUN chmod +x /usr/bin/fwatchdog
ENV fprocess "/go/bin/golang"

View File

@ -6,7 +6,7 @@ WORKDIR /go/src/github.com/openfaas/faas/sample-functions/golang
COPY . /go/src/github.com/openfaas/faas/sample-functions/golang
RUN go build
ADD https://github.com/openfaas/faas/releases/download/0.7.1/fwatchdog.exe /watchdog.exe
ADD https://github.com/openfaas/faas/releases/download/0.7.9/fwatchdog.exe /watchdog.exe
EXPOSE 8080
ENV fprocess="golang.exe"

View File

@ -1,6 +1,6 @@
FROM openjdk:8u121-jdk-alpine
ADD https://github.com/openfaas/faas/releases/download/0.7.1/fwatchdog /usr/bin
ADD https://github.com/openfaas/faas/releases/download/0.7.9/fwatchdog /usr/bin
RUN chmod +x /usr/bin/fwatchdog
WORKDIR /root/

View File

@ -1,6 +1,6 @@
FROM node:6.9.1-alpine
ADD https://github.com/openfaas/faas/releases/download/0.7.1/fwatchdog /usr/bin
ADD https://github.com/openfaas/faas/releases/download/0.7.9/fwatchdog /usr/bin
RUN chmod +x /usr/bin/fwatchdog
WORKDIR /root/

View File

@ -1,6 +1,6 @@
FROM python:2.7-alpine
ADD https://github.com/openfaas/faas/releases/download/0.7.1/fwatchdog /usr/bin
ADD https://github.com/openfaas/faas/releases/download/0.7.9/fwatchdog /usr/bin
RUN chmod +x /usr/bin/fwatchdog
WORKDIR /root/