27 lines
732 B
Bash
27 lines
732 B
Bash
# ===================================================================
|
|
# Global Docker Build Arguments - Used by all categories
|
|
# Source: docker/versions.toml
|
|
# Last updated: 2025-11-11 12:07:52 UTC
|
|
# ===================================================================
|
|
|
|
# --- Build Tools ---
|
|
GRADLE_VERSION=9.1.0
|
|
JAVA_VERSION=21
|
|
|
|
# --- Build Metadata ---
|
|
VERSION=1.0.0
|
|
|
|
# --- Monitoring & Infrastructure Services ---
|
|
DOCKER_PROMETHEUS_VERSION=v2.54.1
|
|
DOCKER_GRAFANA_VERSION=11.3.0
|
|
DOCKER_KEYCLOAK_VERSION=26.4.2
|
|
|
|
# --- Datastore Images ---
|
|
DOCKER_POSTGRES_VERSION=16-alpine
|
|
DOCKER_REDIS_VERSION=7-alpine
|
|
|
|
# --- Additional Infrastructure Images ---
|
|
DOCKER_CONSUL_VERSION=1.15
|
|
DOCKER_ZOOKEEPER_VERSION=7.4.0
|
|
DOCKER_KAFKA_VERSION=7.4.0
|