2 Commits

Author SHA1 Message Date
6fd7ab8c70 Update to Alpine 3.23.3 base image (Apache 2.4.66) 2026-01-28 22:54:11 -08:00
137199165f Migrate from Drone CI to Woodpecker CI
Replace .drone.yml with .woodpecker.yaml using official
woodpeckerci/plugin-kaniko image. Update base image to Alpine 3.22.2.
2026-01-28 22:52:49 -08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ steps:
tags: tags:
- ${CI_COMMIT_SHA:0:7} - ${CI_COMMIT_SHA:0:7}
- ${CI_COMMIT_BRANCH} - ${CI_COMMIT_BRANCH}
- ${{ CI_COMMIT_BRANCH == 'main' && 'latest' || CI_COMMIT_BRANCH }}
cache: true cache: true
username: username:
from_secret: harbor_library_username from_secret: harbor_library_username

View File

@@ -1,4 +1,4 @@
FROM harbor.ntppool.org/perlorg/base-os:3.22.2 FROM harbor.ntppool.org/perlorg/base-os:3.23.3
ENV BUILD_VERSION 1 ENV BUILD_VERSION 1
USER root USER root
WORKDIR /web WORKDIR /web