Skip to content

Commit

Permalink
Set docker image versions for FM 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Volak authored and marosmars committed Sep 21, 2021
1 parent 469f9c8 commit 8076728
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions composefiles/swarm-uniflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ x-logging: &logging_json

services:
conductor-server:
image: frinx/uniflow-conductor-server:latest
image: frinx/uniflow-conductor-server:1.0.1
# user: guest
logging: *logging_loki
labels:
Expand Down Expand Up @@ -106,7 +106,7 @@ services:
memory: ${ES_RES_LIMIT_MEM}

frinx-frontend:
image: frinx/frinx-frontend:latest
image: frinx/frinx-frontend:1.0.1
logging: *logging_loki
labels:
- traefik.enable=false
Expand Down Expand Up @@ -186,7 +186,7 @@ services:
memory: ${PG_RES_LIMIT_MEM}

schellar:
image: frinx/uniflow-schellar:latest
image: frinx/uniflow-schellar:1.9.3
logging: *logging_loki
labels:
- traefik.enable=false
Expand Down Expand Up @@ -228,7 +228,7 @@ services:
memory: ${SC_RES_LIMIT_MEM}

workflow-proxy:
image: frinx/workflow-proxy:latest
image: frinx/workflow-proxy:1.0.5
user: node
logging: *logging_loki
labels:
Expand Down Expand Up @@ -264,7 +264,7 @@ services:
memory: ${WP_RES_LIMIT_MEM}

uniresource:
image: frinx/resource-manager:latest
image: frinx/resource-manager:1.0.1
logging: *logging_loki
labels:
- traefik.enable=false
Expand Down Expand Up @@ -307,7 +307,7 @@ services:
memory: ${UR_RES_LIMIT_MEM}

inventory:
image: frinx/frinx-inventory-server:latest
image: frinx/frinx-inventory-server:1.0.0
logging: *logging_loki
labels:
- traefik.enable=false
Expand Down
2 changes: 1 addition & 1 deletion env.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Define tag of frinx/krakend image. Is used for for starting FM service krakend
# or as a base image for building krakend docker image with uniconfig certificates
# Allowed symbols in variable are underscore, dash, dots, numbers, a-z
BASE_KRAKEND_IMAGE_TAG="latest"
BASE_KRAKEND_IMAGE_TAG="1.0.0"

# Define KrakenD tag, which is used for building local KrakenD image with uniconfig certificates.
# If is empty, then is used BASE_KRAKEND_IMAGE_TAG tag
Expand Down

0 comments on commit 8076728

Please sign in to comment.