-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimage-versions.env
More file actions
37 lines (31 loc) · 1.09 KB
/
image-versions.env
File metadata and controls
37 lines (31 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# =============================================================================
# CubeOS Image Version Pins
# =============================================================================
# Centralized version pinning for all images served from localhost:5000.
# Compose files reference these as ${VAR:-default} with safe fallbacks.
#
# Boot scripts source this file before deploying services (Batch 3).
# Per-repo CI deploys always push :latest, so CubeOS-own images use "latest".
# Third-party images should be pinned to tested versions.
#
# Future: CubeOS updater will push "tested version templates" — curated sets
# of compatible pinned versions across all coreapps.
# =============================================================================
# --- Core infrastructure ---
PIHOLE_TAG=latest
NPM_TAG=latest
# --- CubeOS platform ---
API_TAG=latest
HAL_TAG=latest
DASHBOARD_TAG=latest
DOCSINDEX_TAG=latest
# --- Utilities ---
DOZZLE_TAG=latest
# --- AI / Tools ---
DUFS_TAG=latest
CHROMADB_TAG=latest
# --- Communication ---
MOSQUITTO_TAG=latest
# --- Curated apps ---
KIWIX_TAG=3.8.1
TTYD_TAG=latest