From 938aa2c6d36d0202607c0881edc2a5caf679ccb5 Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Fri, 27 Mar 2026 20:44:02 +0200 Subject: [PATCH] fix(tippecanoe): use GHCR registry for GDAL image (migrated from Docker Hub) Co-Authored-By: Claude Opus 4.6 (1M context) --- tippecanoe.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tippecanoe.Dockerfile b/tippecanoe.Dockerfile index fd3a417..4b4cd2b 100644 --- a/tippecanoe.Dockerfile +++ b/tippecanoe.Dockerfile @@ -6,7 +6,7 @@ WORKDIR /src/tippecanoe RUN make -j$(nproc) && make install # Stage 2: runtime with GDAL + tippecanoe + mc -FROM osgeo/gdal:alpine-normal-latest +FROM ghcr.io/osgeo/gdal:alpine-normal-latest COPY --from=builder /usr/local/bin/tippecanoe /usr/local/bin/tippecanoe COPY --from=builder /usr/local/bin/tile-join /usr/local/bin/tile-join