fix: revert Dockerfile hacks, restart CoreDNS to fix DNS resolution

Root cause: CoreDNS pods were failing to forward external DNS queries
(registry.npmjs.org.celestium.life -> no next plugin). Restarted
CoreDNS deployment. Reverted Dockerfile to original clean state.
This commit is contained in:
Celes Renata
2026-07-13 05:20:48 +00:00
parent 05e6f21a16
commit 9645d9c261
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -1,4 +1,3 @@
# syntax=docker/dockerfile:1
# Stage 1: Build
# Base images: uses Harbor proxy cache in CI, falls back to Docker Hub externally
FROM registry.celestium.life/dockerhub-cache/library/node:24-alpine AS build