Author SHA1 Message Date
OpenCode Cabillot ef2fc48e27 ci: add Renovate workflow
PR Checks / hadolint (pull_request) Successful in 12s
PR Checks / build-test (pull_request) Successful in 33s
2026-08-02 23:35:59 +00:00
opencodecabilloteu 877d392b9a Merge pull request 'chore(deps): update hadolint/hadolint-action action to v3.4.0' (#21) from renovate/hadolint-hadolint-action-3.x into master
Main Release / hadolint (push) Successful in 2m40s
Main Release / test (push) Successful in 4m20s
Main Release / build (push) Successful in 34s
Main Release / tag (push) Successful in 19s
Tag Release / hadolint (push) Successful in 13s
Tag Release / test (push) Successful in 38s
Tag Release / build-push (push) Failing after 17m52s
2026-08-02 13:02:52 -04:00
renovate c94411f579 chore(deps): update hadolint/hadolint-action action to v3.4.0
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 20s
PR Checks / build-test (pull_request) Successful in 3m33s
2026-08-02 16:53:25 +00:00
jcabillot 3cf53dd6f5 Merge pull request 'fix: ignore hadolint DL3066 for non-numeric USER' (#22) from fix/hadolint-dl3066 into master
Main Release / hadolint (push) Successful in 14s
Main Release / test (push) Successful in 34s
Main Release / build (push) Successful in 22s
Main Release / tag (push) Successful in 17s
Tag Release / hadolint (push) Successful in 16s
Tag Release / test (push) Successful in 48s
Tag Release / build-push (push) Failing after 6m31s
Reviewed-on: #22
2026-08-02 12:45:10 -04:00
opencodecabilloteu 355049bb3a fix: ignore hadolint DL3066 for non-numeric USER
PR Checks / hadolint (pull_request) Successful in 14s
PR Checks / build-test (pull_request) Successful in 28s
2026-08-02 16:39:21 +00:00
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
name: Renovate
on:
push:
branches:
- master
workflow_dispatch:
jobs:
renovate:
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
secrets: inherit
+1 -1
View File
@@ -3,7 +3,7 @@ LABEL maintainer="Cabillot Julien <dockerimages@cabillot.eu>"
# hadolint ignore=DL3018
RUN apk add --no-cache apache2-utils
# hadolint ignore=DL3066
USER "nobody"
ENTRYPOINT [ "htpasswd" ]