feat: add lint, build, test, push pipeline with SHA-pinned actions #3

Merged
jcabillot merged 4 commits from feat/gitea-actions-v2 into master 2026-06-08 17:40:29 -04:00
Owner

Changes

  • Split single build job into 4 jobs: lintbuildtestpush
  • SHA-pin all actions for supply chain security
  • Replace actions/upload-artifact / actions/download-artifact with Gitea-compatible ChristopherHX equivalents
  • Add tests/test.sh with Docker bridge gateway networking (DinD-compatible, 60s startup timeout for SABnzbd)
  • Add # hadolint ignore=DL3008,DL3015,SC3009,DL3003 for the long build RUN block

Tests

  • GET / → HTTP valid, body contains SABnzbd

Pattern

Same as web/ip PR #10

## Changes - Split single `build` job into 4 jobs: **lint** → **build** → **test** → **push** - SHA-pin all actions for supply chain security - Replace `actions/upload-artifact` / `actions/download-artifact` with Gitea-compatible [ChristopherHX](https://github.com/ChristopherHX/gitea-upload-artifact) equivalents - Add `tests/test.sh` with Docker bridge gateway networking (DinD-compatible, 60s startup timeout for SABnzbd) - Add `# hadolint ignore=DL3008,DL3015,SC3009,DL3003` for the long build RUN block ## Tests - `GET /` → HTTP valid, body contains SABnzbd ## Pattern Same as [web/ip PR #10](https://scm.cabillot.eu/web/ip/pulls/10)
cloudix_mcp_server added 1 commit 2026-06-08 15:42:21 -04:00
feat: add lint, build, test, push pipeline with SHA-pinned actions
Docker Build and Push / lint (pull_request) Failing after 8s
Docker Build and Push / build (pull_request) Failing after 25s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
b9f2cd448b
- 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
- Add hadolint ignore for apt/brace patterns
opencodecabilloteu added 1 commit 2026-06-08 15:53:28 -04:00
fix: unquote HEALTHCHECK interval to satisfy hadolint parser
Docker Build and Push / lint (pull_request) Failing after 6s
Docker Build and Push / build (pull_request) Failing after 10s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
fb21d41f32
opencodecabilloteu added 1 commit 2026-06-08 16:46:12 -04:00
fix: add DL3013,DL3042 to hadolint ignore for pip install
Docker Build and Push / lint (pull_request) Successful in 9s
Docker Build and Push / build (pull_request) Failing after 13s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
c0b250624f
opencodecabilloteu added 1 commit 2026-06-08 17:25:37 -04:00
fix: redirect deb.debian.org to archive.debian.org for buster EOL
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 2m42s
Docker Build and Push / test (pull_request) Successful in 21s
Docker Build and Push / push (pull_request) Has been skipped
8b6088cee9
jcabillot merged commit 9c9447e497 into master 2026-06-08 17:40:29 -04:00
jcabillot deleted branch feat/gitea-actions-v2 2026-06-08 17:40:29 -04:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: web/sabnzbd#3