2 Commits

Author SHA1 Message Date
c0bef066c8 Update to Alpine 3.23.3 base image (Apache 2.4.66)
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-01-29 23:27:28 -08:00
7789e0054a Use docker-tags plugin for flexible image tagging
Add generate-tags step with branch, sha, edge, build number, and
semver tag formats. Enable tag events for release workflows.
2026-01-29 23:27:28 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ when:
steps: steps:
- name: generate-tags - name: generate-tags
image: ghcr.io/dvjn/woodpecker-docker-tags-plugin image: ghcr.io/abh/woodpecker-docker-tags-plugin:sha-86e52ce
settings: settings:
tags: | tags: |
branch branch

View File

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