1 Commits

Author SHA1 Message Date
1de48276ff Migrate from Drone CI to Woodpecker CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Replace .drone.yml with .woodpecker.yaml using official
woodpeckerci/plugin-kaniko image. Update base image to Alpine 3.22.2.
2026-01-28 22:01:46 -08:00
2 changed files with 5 additions and 14 deletions

View File

@@ -1,25 +1,16 @@
when: when:
- event: [push, pull_request, manual, tag] - event: [push, pull_request, manual]
steps: steps:
- name: generate-tags
image: ghcr.io/abh/woodpecker-docker-tags-plugin:sha-86e52ce
settings:
tags: |
branch
sha
edge
raw -v build-${CI_PIPELINE_NUMBER}
semver --format {{major}}
semver --format {{major}}.{{minor}}
semver --format {{major}}.{{minor}}.{{patch}}
- name: docker - name: docker
image: woodpeckerci/plugin-kaniko image: woodpeckerci/plugin-kaniko
settings: settings:
dockerfile: Dockerfile dockerfile: Dockerfile
registry: harbor.ntppool.org registry: harbor.ntppool.org
repo: library/static-web repo: library/static-web
tags:
- ${CI_COMMIT_SHA:0:7}
- ${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.23.3 FROM harbor.ntppool.org/perlorg/base-os:3.22.2
ENV BUILD_VERSION 1 ENV BUILD_VERSION 1
USER root USER root
WORKDIR /web WORKDIR /web