2 Commits

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

View File

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

View File

@@ -19,22 +19,6 @@ To get a shell in the container run
And then run `curl -H 'Host: i.perl.org' localhost` there.
## Logging
Access logs are sent to stdout and error logs to stderr, making them
available to the container runtime's log collection.
The Apache configuration supports a `dontlog` environment variable. When
set on a request, that request is excluded from the access log. This is
useful for health check endpoints that would otherwise fill the logs.
To use it, add a `SetEnvIf` directive in your site configuration:
SetEnvIf Request_URI "^/ok.txt$" dontlog
This allows `/ok.txt` to serve as a health check endpoint without
generating access log entries.
## Production image
The "production image" is at harbor.ntppool.org/library/static-web:latest