feat(ci): Use local registry 10.100.9.70:5000 for base images
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Kelly
2025-12-15 18:28:20 -07:00
parent 74f813d68f
commit 7cf1b7643f
5 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
# Build stage
# Image: git.spdy.io/creationshop/dispensary-scraper
FROM mirror.gcr.io/library/node:22-slim AS builder
FROM 10.100.9.70:5000/node:22-slim AS builder
# Install build tools for native modules (bcrypt, sharp)
RUN apt-get update && apt-get install -y \
@@ -27,7 +27,7 @@ RUN npm run build
RUN npm prune --production
# Production stage
FROM mirror.gcr.io/library/node:22-slim
FROM 10.100.9.70:5000/node:22-slim
# Build arguments for version info
ARG APP_BUILD_VERSION=dev