2 Commits

Author SHA1 Message Date
027e79952f chore: optimize Dockerfile apt source compatibility and update edge.yaml cloud/ota URLs to port 9000
- Dockerfile: support both legacy sources.list and DEB822 format for apt mirror
- Dockerfile: use official python:3.9-slim instead of Huawei Cloud SWR mirror
- .dockerignore: exclude !build/edge-agent to avoid build artifact in context
- edge.yaml: change cloud_url from 8004 to 9000 (stream-gateway)
- edge.yaml: change ota_url from 8087 to 9000
- Add Dockerfile.bak and buildkitd.toml
2026-05-09 21:59:11 +08:00
88b2e71a77 fix(event): add 401 handling to prevent infinite retry loop on auth failure
- UploadError struct to distinguish fatal auth errors from network errors
- Clear buffer and throttle on 401/403 to save bandwidth
- Prevent dead-loop retry when token is invalid or expired
2026-05-08 21:00:14 +08:00