From ff598b8dc5cf06bc40ec4012d4421d3587ebb4cb Mon Sep 17 00:00:00 2001 From: dev4unet Date: Fri, 19 Dec 2025 06:11:10 +0000 Subject: [PATCH] Upgrade Cloud-Barista components in docker-compose.yaml to version 0.5.0 for cm-beetle, cm-honeybee, cm-cicada, cm-ant, airflow-server, cm-grasshopper, and cm-damselfly:edge. --- conf/docker/docker-compose.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/conf/docker/docker-compose.yaml b/conf/docker/docker-compose.yaml index 542f05b..aa2883c 100644 --- a/conf/docker/docker-compose.yaml +++ b/conf/docker/docker-compose.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: @@ -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 @@ -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