feat: custom node base image (#649)

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #649.
This commit is contained in:
2026-03-01 23:39:41 +00:00
committed by jason.woltje
parent cd1c52c506
commit 7d505e75f8
5 changed files with 52 additions and 25 deletions

View File

@@ -0,0 +1,18 @@
when:
- event: manual
- event: cron
cron: weekly-base-image
steps:
build-base:
image: woodpeckerci/plugin-docker-buildx:latest
privileged: true
settings:
registry: git.mosaicstack.dev
repo: git.mosaicstack.dev/mosaic/node-base
tags: 24-slim
dockerfile: docker/base.Dockerfile
username:
from_secret: gitea_user
password:
from_secret: gitea_token