fix: hardcode Harbor cache URLs in FROM lines to bypass Docker Hub rate limits

This commit is contained in:
Celes Renata
2026-04-19 09:41:28 +00:00
parent aaa5c26fe1
commit d21cc09109
4 changed files with 16 additions and 22 deletions
+1 -2
View File
@@ -1,7 +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
ARG BASE_REGISTRY=docker.io
FROM ${BASE_REGISTRY}/apache/superset:latest
FROM registry.celestium.life/dockerhub-cache/apache/superset:latest
USER root
RUN /app/docker/pip-install.sh --no-cache trino[sqlalchemy] psycopg2-binary redis