Commit Graph
11 Commits
Author SHA1 Message Date
Sagent 7900615c0a fix: ensure cache directory is writable by www-data
PR Checks / hadolint (pull_request) Successful in 8s
PR Checks / build-test (pull_request) Successful in 14s
2026-06-29 16:10:20 +00:00
Sagent 9ceb562b81 ci: align workflows with mydl + fix Alpine SHELL
PR Checks / hadolint (pull_request) Successful in 9s
PR Checks / build-test (pull_request) Successful in 20s
2026-06-29 13:45:50 +00:00
Sagent 699acc8684 fix: migrate from jcabillot/phpapache to dunglas/frankenphp
PR Checks / hadolint (pull_request) Successful in 6s
2026-06-29 12:50:57 +00:00
opencodecabilloteu 3bb1803ffa Merge pull request 'Migrate Renovate config' (#6) from renovate/migrate-config into master
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 1m1s
Docker Build and Push / test (push) Successful in 27s
Docker Build and Push / push (push) Successful in 44s
Reviewed-on: #6
2026-06-10 12:46:12 -04:00
Sagent 902a797f96 chore: remove redundant configs now handled globally
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 1m11s
Docker Build and Push / test (pull_request) Successful in 22s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 13:40:55 +00:00
Sagent 2c957b0c57 chore: improve renovate dependency detection
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Failing after 2m21s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
- Disable gitlabci manager (legacy CI, migrated to Gitea Actions)
- Add custom regexManager to detect jcabillot/phpapache base image version from ARG VERSION
2026-06-09 02:20:05 +00:00
Sagent dc774d6cb7 fix: use grep on file directly instead of echo piping for body test
Docker Build and Push / lint (pull_request) Successful in 5s
Docker Build and Push / build (pull_request) Successful in 55s
Docker Build and Push / test (pull_request) Successful in 24s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 21:10:45 +00:00
Sagent 2c28c53bcc fix: avoid pipefail/SIGPIPE by using temp files for HTTP tests
Docker Build and Push / lint (pull_request) Successful in 11s
Docker Build and Push / build (pull_request) Successful in 1m2s
Docker Build and Push / test (pull_request) Failing after 44s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 20:45:01 +00:00
Sagent a552e414cc fix: chown /var/www/html to www-data so FileCache can write
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 1m39s
Docker Build and Push / test (pull_request) Failing after 41s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 19:53:12 +00:00
Sagent c148d9480d fix: add SHELL pipefail for hadolint DL4006
Docker Build and Push / lint (pull_request) Successful in 15s
Docker Build and Push / build (pull_request) Successful in 1m28s
Docker Build and Push / test (pull_request) Failing after 1m57s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 19:17:29 +00:00
Sagent 99d3e4a781 feat: add lint, build, test, push pipeline with SHA-pinned actions
Docker Build and Push / lint (pull_request) Failing after 7s
Docker Build and Push / build (pull_request) Successful in 2m6s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
- Split single build job into 4 jobs: lint, build, test, push
- SHA-pin all actions for supply chain security
- Use ChristopherHX artifact actions (Gitea-compatible)
- Add tests/test.sh with Docker bridge gateway networking
- Test GET / returns RSS-Bridge HTML
2026-06-08 19:11:38 +00:00