-
Add nettest container for CI/CD network debugging (#52)
Some checks failedBuild Container / build (push) Failing after 18sreleased this
2026-01-24 16:54:35 -08:00 | 933 commits to main since this releaseSummary
- Add
containers/nettest/with Alpine-based Dockerfile and connectivity test script - Add
.forgejo/workflows/build-nettest.yamlworkflow triggered bynettest-v*tags - Test script checks DNS resolution and HTTPS connectivity to forge and registry
Deployment and Testing
- Merge PR to main
- Run
mise run container-release nettest v0.1.0to trigger first build - Verify workflow runs successfully and container can reach tailnet services
- Manually test from minikube:
kubectl run nettest --rm -it --image=registry.tail8d86e.ts.net/blumeops/nettest:v0.1.0
🤖 Generated with Claude Code
Reviewed-on: https://forge.tail8d86e.ts.net/eblume/blumeops/pulls/52
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Add