ci: pull from Docker Hub directly, remove broken registry cache/mirrors

This commit is contained in:
Celes Hillyerd
2026-06-26 03:27:12 -07:00
parent 17a044de0f
commit a0eaa7d6c8
9 changed files with 62 additions and 165 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Custom Superset image with Trino, PostgreSQL, and Redis drivers
# Base image: uses Harbor proxy cache in CI, falls back to Docker Hub externally
FROM registry.celestium.life/dockerhub-cache/apache/superset:latest
FROM apache/superset:latest
USER root
RUN /app/docker/pip-install.sh --no-cache trino[sqlalchemy] psycopg2-binary redis