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

Merged
jcabillot merged 3 commits from feat/gitea-actions-v2 into master 2026-06-08 16:47:24 -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)
  • Add # hadolint ignore=DL3008,DL3015,SC3009 for the complex RUN block

Tests

  • GET / → HTTP valid, Server header is Apache

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) - Add `# hadolint ignore=DL3008,DL3015,SC3009` for the complex RUN block ## Tests - `GET /` → HTTP valid, Server header is Apache ## 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:19 -04:00
feat: add lint, build, test, push pipeline with SHA-pinned actions
Docker Build and Push / lint (pull_request) Failing after 9s
Docker Build and Push / build (pull_request) Successful in 2m7s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
a1d6f90967
- 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:29 -04:00
fix: unquote EXPOSE to satisfy hadolint parser
Docker Build and Push / lint (pull_request) Failing after 8s
Docker Build and Push / build (pull_request) Successful in 1m22s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
d9b462b6e8
opencodecabilloteu added 1 commit 2026-06-08 16:41:05 -04:00
fix: replace echo with printf to avoid SC2028
Docker Build and Push / lint (pull_request) Successful in 5s
Docker Build and Push / build (pull_request) Successful in 1m23s
Docker Build and Push / test (pull_request) Successful in 22s
Docker Build and Push / push (pull_request) Has been skipped
4d33657ea1
jcabillot merged commit 0386665e2a into master 2026-06-08 16:47:24 -04:00
jcabillot deleted branch feat/gitea-actions-v2 2026-06-08 16:47:25 -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/phpapache#3