Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions conf/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ services:
# see conf folder : https://github.com/cloud-barista/cm-beetle/tree/main/conf
# And remove the conf-related comments in the volumes settings below.
cm-beetle:
image: cloudbaristaorg/cm-beetle:0.4.7
image: cloudbaristaorg/cm-beetle:0.5.0
container_name: cm-beetle
pull_policy: always
platform: linux/amd64
Expand Down Expand Up @@ -365,8 +365,8 @@ services:
# https://hub.docker.com/r/cloudbaristaorg/cm-honeybee
# See https://github.com/cloud-barista/cm-honeybee/blob/main/server/docker-compose.yaml
cm-honeybee:
image: cloudbaristaorg/cm-honeybee:edge
# image: cloudbaristaorg/cm-honeybee:0.4.1
# image: cloudbaristaorg/cm-honeybee:edge
image: cloudbaristaorg/cm-honeybee:0.5.0
container_name: cm-honeybee
pull_policy: always
platform: linux/amd64
Expand All @@ -388,8 +388,8 @@ services:
# https://github.com/cloud-barista/cm-damselfly
# https://hub.docker.com/r/cloudbaristaorg/cm-damselfly
cm-damselfly:
# image: cloudbaristaorg/cm-damselfly:edge
image: cloudbaristaorg/cm-damselfly:0.4.0
image: cloudbaristaorg/cm-damselfly:edge
# image: cloudbaristaorg/cm-damselfly:0.4.0
container_name: cm-damselfly
pull_policy: always
platform: linux/amd64
Expand All @@ -413,8 +413,8 @@ services:
# https://hub.docker.com/r/cloudbaristaorg/cm-cicada
# **important** : The cm-beetle, cm-grasshopper, and airflow-server containers must be in a readyz state and running beforehand
cm-cicada:
image: cloudbaristaorg/cm-cicada:edge
# image: cloudbaristaorg/cm-cicada:0.4.2
# image: cloudbaristaorg/cm-cicada:edge
image: cloudbaristaorg/cm-cicada:0.5.0
container_name: cm-cicada
pull_policy: always
restart: unless-stopped
Expand Down Expand Up @@ -501,7 +501,7 @@ services:
# build:
# context: ./conf/cm-cicada/_airflow ## build Docker file location
container_name: airflow-server
image: cloudbaristaorg/airflow-server:0.4.2
image: cloudbaristaorg/airflow-server:0.5.0
#image: cloudbaristaorg/airflow-server:edge
restart: unless-stopped
env_file:
Expand Down Expand Up @@ -559,8 +559,8 @@ services:
# https://hub.docker.com/r/cloudbaristaorg/cm-grasshopper
# See https://github.com/cloud-barista/cm-grasshopper/blob/main/docker-compose.yaml
cm-grasshopper:
image: cloudbaristaorg/cm-grasshopper:edge
# image: cloudbaristaorg/cm-grasshopper:0.4.2
# image: cloudbaristaorg/cm-grasshopper:edge
image: cloudbaristaorg/cm-grasshopper:0.5.0
container_name: cm-grasshopper
pull_policy: always
restart: unless-stopped
Expand Down Expand Up @@ -599,7 +599,7 @@ services:
# https://hub.docker.com/r/cloudbaristaorg/cm-ant
cm-ant:
container_name: cm-ant
image: cloudbaristaorg/cm-ant:0.4.1
image: cloudbaristaorg/cm-ant:0.5.0
# image: cloudbaristaorg/cm-ant:edge
platform: linux/amd64
pull_policy: always
Expand Down