mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 15:23:29 +00:00
Update images for all architectures for Swarm
Updates armhf, arm64 and x86_64 - queue-worker moves to multi- arch image. gateway and basic-auth are updated, along with NATS which has been done in faas-netes for some time now. Closes: #1539 (partial PR) Fixes #1537 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
64e340e4bd
commit
d0ebb19fd9
@ -3,7 +3,7 @@ services:
|
||||
gateway:
|
||||
ports:
|
||||
- 8080:8080
|
||||
image: openfaas/gateway:0.18.13
|
||||
image: openfaas/gateway:0.18.17
|
||||
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.13
|
||||
image: openfaas/basic-auth-plugin:0.18.17
|
||||
networks:
|
||||
- functions
|
||||
environment:
|
||||
@ -102,7 +102,7 @@ services:
|
||||
- basic-auth-password
|
||||
|
||||
nats:
|
||||
image: nats-streaming:0.11.2
|
||||
image: nats-streaming:0.17.0
|
||||
# Uncomment the following port mappings if you wish to expose the
|
||||
# NATS client and/or management ports you must also add `-m 8222` to the command
|
||||
# ports:
|
||||
@ -122,7 +122,7 @@ services:
|
||||
- "node.platform.os == linux"
|
||||
|
||||
queue-worker:
|
||||
image: openfaas/queue-worker:0.10.0
|
||||
image: openfaas/queue-worker:0.11.2
|
||||
networks:
|
||||
- functions
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user