# ============================================================================= # Trust3AI runtime plane — image list template (release promotion) # ============================================================================= # # Canonical list of images to mirror. Promotion scripts substitute {{TAG}} on # each line from release metadata, then write: # mirror-images//images.txt # # S3 (canonical): # https://trust3ai-artifacts.s3.amazonaws.com/runtime/mirror-images/images.template # # Per-release output (customer download): # https://trust3ai-artifacts.s3.amazonaws.com/runtime/mirror-images//images.txt # # Format: repository:{{TAG}} (one image per line) # Do NOT include the registry host — mirror-images-to-acr.sh pulls from # api.na.trust3ai.com and pushes to TARGET_REGISTRY (set in .env). # # Lines starting with # are ignored. # ============================================================================= # Config client (init container for several workloads) config-client-java:229b461 # TLS init container (builds keystore/truststore for TLS-enabled workloads) tls-init:8de2cec # Runtime agent runtime-agent:457b51e privacera_diagnostic_client:c64a982 # Monitoring (OpenTelemetry collector) otel/opentelemetry-collector-contrib:0.127.0 # Diagnostics server privacera_diagnostic_server:8044aa8 # Trust3AI assets collector trust3-ai-assets-collector:535b502