Multi-platform Docker images CISO360AI
ghcr.io/ciso360ai/backend-base:latest- Backend baseghcr.io/ciso360ai/bbot:latest- BBOT workerghcr.io/ciso360ai/temporal-server:latest- Temporal server with AWS RDS SSL supportghcr.io/ciso360ai/temporal-ui:latest- Temporal Web UIghcr.io/ciso360ai/zitadel:latest- Zitadel identity provider with AWS RDS SSL support
# Backend Base
cd backend-base
docker buildx build --load --tag ghcr.io/ciso360ai/backend-base:latest .
# Temporal Server
cd temporal-server
docker buildx build --load --tag ghcr.io/ciso360ai/temporal-server:latest .
# Temporal UI
cd temporal-ui
docker buildx build --load --tag ghcr.io/ciso360ai/temporal-ui:latest .
# BBOT
cd bbot
docker buildx build --load --tag ghcr.io/ciso360ai/bbot:latest .
# Zitadel
cd zitadel
docker buildx build --load --tag ghcr.io/ciso360ai/zitadel:latest .
docker run --rm -it ghcr.io/ciso360ai/backend-base:latest bash
docker run --rm -it ghcr.io/ciso360ai/temporal-server:latest sh
docker run --rm -it ghcr.io/ciso360ai/temporal-ui:latest sh
docker run --rm -it ghcr.io/ciso360ai/bbot:latest bash
docker run --rm -it ghcr.io/ciso360ai/zitadel:latest sh
docker pull ghcr.io/ciso360ai/backend-base:latest
docker pull ghcr.io/ciso360ai/temporal-server:latest
docker pull ghcr.io/ciso360ai/temporal-ui:latest
docker pull ghcr.io/ciso360ai/bbot:latest
docker pull ghcr.io/ciso360ai/zitadel:latestEdit Dockerfile ARGs:
temporal-server/Dockerfile:TEMPORAL_VERSION=X.Y.Ztemporal-ui/Dockerfile:TEMPORALUI_VERSION=X.Y.Zzitadel/Dockerfile:ZITADEL_VERSION=X.Y.Z