Local CICD Bot ed1f4f58d2
All checks were successful
Docker Deploy / build-deploy (push) Successful in 22s
ci: trust local mounted repository for demo-app
2026-04-28 11:58:35 +08:00
2026-04-18 11:24:03 +08:00
2026-04-17 14:32:20 +08:00

demo-app

Minimal Python HTTP service used to validate the Gitea -> Tekton -> Harbor flow.

Local Test

docker build -t demo-app:local .
docker run --rm -p 8080:8080 demo-app:local
curl http://127.0.0.1:8080/

Triggered at 2026-04-17T13:51:52+08:00

Webhook retest at 2026-04-17T13:56:03+08:00

Webhook python retest at 2026-04-17T13:57:17+08:00

Webhook post-recreate retest at 2026-04-17T14:32:20+08:00

Description
Tekton demo app
Readme 34 KiB
Languages
Python 85.2%
Dockerfile 14.8%