- Replace per-container build-<name>.yaml with single build-container.yaml
- Workflow triggers on *-v* tags, parses container name from tag prefix
- Checks containers/<name>/Dockerfile exists, skips gracefully if not
- Rename container-release to container-tag-and-release for clarity
- Update container-list to scan containers/ directory
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add a simple Alpine-based container that tests connectivity to tailnet
services (forge.tail8d86e.ts.net and registry.tail8d86e.ts.net). This
helps diagnose networking issues when building containers from:
- Docker on indri (during CI builds)
- Minikube pods (manual testing)
The workflow triggers on nettest-v* tags and also runs the container
after building to verify Docker network access.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>