Migrate CI to 4-job pipeline with SHA-pinned actions #4

Merged
jcabillot merged 4 commits from feat/gitea-actions-v2 into master 2026-06-09 08:33:34 -04:00
Owner

Summary

Migrate CI pipeline to a standardized 4-job workflow:

  1. lint — Hadolint checks on the Dockerfile
  2. build — Docker build + artifact upload
  3. test — Smoke tests via tests/test.sh
  4. push — Push to Docker Hub (only on push/cron, not on PR)

Changes

  • .gitea/workflows/docker-build.yaml: Replaced single-job workflow with lint→build→test→push pipeline, all actions pinned to commit SHAs
  • tests/test.sh: Added smoke tests (iperf3 --version, iperf3 --help)
  • Dockerfile: Added # hadolint ignore=DL3018 before RUN apk add

Notes

  • Push to jcabillot/iperf3:latest on Docker Hub
  • Uses ChristopherHX/gitea-* actions for artifact upload/download (Gitea-compatible)
  • Schedule: every Wednesday at 3:30 UTC
## Summary Migrate CI pipeline to a standardized 4-job workflow: 1. **lint** — Hadolint checks on the Dockerfile 2. **build** — Docker build + artifact upload 3. **test** — Smoke tests via `tests/test.sh` 4. **push** — Push to Docker Hub (only on push/cron, not on PR) ## Changes - `.gitea/workflows/docker-build.yaml`: Replaced single-job workflow with lint→build→test→push pipeline, all actions pinned to commit SHAs - `tests/test.sh`: Added smoke tests (`iperf3 --version`, `iperf3 --help`) - `Dockerfile`: Added `# hadolint ignore=DL3018` before `RUN apk add` ## Notes - Push to `jcabillot/iperf3:latest` on Docker Hub - Uses `ChristopherHX/gitea-*` actions for artifact upload/download (Gitea-compatible) - Schedule: every Wednesday at 3:30 UTC
cloudix_mcp_server added 3 commits 2026-06-08 22:30:06 -04:00
Add hadolint ignore for apk add
Docker Build and Push / lint (pull_request) Failing after 9s
Docker Build and Push / build (pull_request) Has been skipped
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
463bf2d1e3
opencodecabilloteu added 1 commit 2026-06-09 08:29:52 -04:00
fix: comment unused tini ENTRYPOINT to fix DL4004
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 18s
Docker Build and Push / test (pull_request) Successful in 12s
Docker Build and Push / push (pull_request) Has been skipped
0617b6e3c6
jcabillot merged commit e2d5e00f3a into master 2026-06-09 08:33:34 -04:00
jcabillot deleted branch feat/gitea-actions-v2 2026-06-09 08:33:39 -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: perso/iperf3#4