mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 07:13:23 +00:00
Bump ARM64 images for Swarm #1036
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
This commit is contained in:
committed by
Alex Ellis
parent
e683feabe0
commit
daf102c8af
@ -3,7 +3,7 @@ services:
|
|||||||
gateway:
|
gateway:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: openfaas/gateway:0.9.11-arm64
|
image: openfaas/gateway:0.10.1-arm64
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
@ -39,7 +39,7 @@ services:
|
|||||||
|
|
||||||
# Docker Swarm provider
|
# Docker Swarm provider
|
||||||
faas-swarm:
|
faas-swarm:
|
||||||
image: openfaas/faas-swarm:0.6.1-arm64 # TODO: Provide ARM64 image
|
image: openfaas/faas-swarm:0.6.1-arm64
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
networks:
|
networks:
|
||||||
@ -91,7 +91,7 @@ services:
|
|||||||
- 'node.platform.os == linux'
|
- 'node.platform.os == linux'
|
||||||
|
|
||||||
queue-worker:
|
queue-worker:
|
||||||
image: openfaas/queue-worker:0.5.5-arm64 # TODO: Provide ARM64 image
|
image: openfaas/queue-worker:0.5.7-arm64
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
@ -118,7 +118,7 @@ services:
|
|||||||
# Start monitoring
|
# Start monitoring
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: alexellis2/prometheus:2.3.1-arm64
|
image: functions/prometheus:2.3.1-arm64
|
||||||
environment:
|
environment:
|
||||||
no_proxy: "gateway"
|
no_proxy: "gateway"
|
||||||
configs:
|
configs:
|
||||||
@ -145,7 +145,7 @@ services:
|
|||||||
memory: 200M
|
memory: 200M
|
||||||
|
|
||||||
alertmanager:
|
alertmanager:
|
||||||
image: alexellis2/alertmanager-armhf:0.5.1 # TODO: Provide ARM64 image
|
image: functions/alertmanager:0.15.0-rc.0-arm64
|
||||||
environment:
|
environment:
|
||||||
no_proxy: "gateway"
|
no_proxy: "gateway"
|
||||||
command:
|
command:
|
||||||
|
Reference in New Issue
Block a user