From 90335018ffae3ffcba891110b8dedd9fafacc26e Mon Sep 17 00:00:00 2001
From: "Alex Ellis (VMware)" <alexellis2@gmail.com>
Date: Wed, 1 Aug 2018 15:50:32 +0100
Subject: [PATCH] Add read-only support and annotations

The update to the gateway and faas-swarm add read-only containers
and the ability to use annotations in the function schema.

faas-cli 0.6.17 is required.

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
---
 docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index ed79437b..38137f79 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -3,7 +3,7 @@ services:
     gateway:
         ports:
             - 8080:8080
-        image: openfaas/gateway:0.8.7
+        image: openfaas/gateway:0.8.9
         networks:
             - functions
         environment:
@@ -43,7 +43,7 @@ services:
             - "/var/run/docker.sock:/var/run/docker.sock"
         # ports:
             # - 8081:8080
-        image:  openfaas/faas-swarm:0.3.5
+        image:  openfaas/faas-swarm:0.4.0
         networks:
             - functions
         environment:
-- 
GitLab