phase 16: custom superset image with trino driver, fix security context

This commit is contained in:
Celes Renata
2026-04-11 17:18:17 -07:00
parent afa627322a
commit 5f87cbe464
8 changed files with 177 additions and 10 deletions
+5
View File
@@ -49,6 +49,11 @@ build:
-t $(GHCR)/dashboard:$(SHA) \
-t $(GHCR)/dashboard:latest \
-f frontend/Dockerfile frontend/ || exit 1
@echo "Building superset..."
docker build \
-t $(GHCR)/superset:$(SHA) \
-t $(GHCR)/superset:latest \
-f docker/Dockerfile.superset docker/ || exit 1
push:
@for svc in $(SERVICES); do \