From 802461dd025a8cec4784a2e40c7f4d0db501a2c3 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Thu, 24 Sep 2020 13:20:39 +0100 Subject: [PATCH] Bump up faas-swarm and gateway version The newer faas-swarm version moves to the latest alpine runtime image and Go 1.13 for builds instead of Go 1.11 Tested on Docker for Mac with deploying openfaas along with a sample function Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- docker-compose.arm64.yml | 6 +++--- docker-compose.armhf.yml | 6 +++--- docker-compose.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docker-compose.arm64.yml b/docker-compose.arm64.yml index b96668686..125373d03 100644 --- a/docker-compose.arm64.yml +++ b/docker-compose.arm64.yml @@ -3,7 +3,7 @@ services: gateway: ports: - 8080:8080 - image: openfaas/gateway:0.18.17-arm64 + image: openfaas/gateway:0.18.18-arm64 networks: - functions environment: @@ -43,7 +43,7 @@ services: # auth service provide basic-auth plugin for system APIs basic-auth-plugin: - image: openfaas/basic-auth-plugin:0.18.17-arm64 + image: openfaas/basic-auth-plugin:0.18.18-arm64 networks: - functions environment: @@ -73,7 +73,7 @@ services: faas-swarm: volumes: - "/var/run/docker.sock:/var/run/docker.sock" - image: openfaas/faas-swarm:0.8.5-arm64 + image: openfaas/faas-swarm:0.9.0-arm64 networks: - functions environment: diff --git a/docker-compose.armhf.yml b/docker-compose.armhf.yml index 8c6cbf38f..8f35f3e79 100644 --- a/docker-compose.armhf.yml +++ b/docker-compose.armhf.yml @@ -3,7 +3,7 @@ services: gateway: ports: - 8080:8080 - image: openfaas/gateway:0.18.17-armhf + image: openfaas/gateway:0.18.18-armhf networks: - functions environment: @@ -43,7 +43,7 @@ services: # auth service provide basic-auth plugin for system APIs basic-auth-plugin: - image: openfaas/basic-auth-plugin:0.18.17-armhf + image: openfaas/basic-auth-plugin:0.18.18-armhf networks: - functions environment: @@ -73,7 +73,7 @@ services: faas-swarm: volumes: - "/var/run/docker.sock:/var/run/docker.sock" - image: openfaas/faas-swarm:0.8.5-armhf + image: openfaas/faas-swarm:0.9.0-armhf networks: - functions environment: diff --git a/docker-compose.yml b/docker-compose.yml index 5e5cb5e60..457e91c8f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: gateway: ports: - 8080:8080 - image: openfaas/gateway:0.18.17 + image: openfaas/gateway:0.18.18 networks: - functions environment: @@ -43,7 +43,7 @@ services: # auth service provide basic-auth plugin for system APIs basic-auth-plugin: - image: openfaas/basic-auth-plugin:0.18.17 + image: openfaas/basic-auth-plugin:0.18.18 networks: - functions environment: @@ -73,7 +73,7 @@ services: faas-swarm: volumes: - "/var/run/docker.sock:/var/run/docker.sock" - image: openfaas/faas-swarm:0.8.5 + image: openfaas/faas-swarm:0.9.0 networks: - functions environment: