Skip to content

Conversation

@andaaron
Copy link
Contributor

Introduce new test data generation system that creates container images from scratch using Podman/Docker/Buildah, eliminating DockerHub dependencies. Supports cross-platform builds and multi-architecture images with embedded CVE data for Trivy scanning.

  • Add create_test_data.py and image_utils.py
  • Add cross-platform documentation
  • Update Makefile to use new script (legacy script still available)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov
Copy link

codecov bot commented Nov 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.34%. Comparing base (04fac87) to head (74d1cf1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #491   +/-   ##
=======================================
  Coverage   80.34%   80.34%           
=======================================
  Files          62       62           
  Lines        1679     1679           
  Branches      217      217           
=======================================
  Hits         1349     1349           
  Misses        266      266           
  Partials       64       64           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@andaaron andaaron force-pushed the refactor2 branch 5 times, most recently from d2bafd9 to 6860012 Compare November 15, 2025 21:34
Introduce new test data generation system that creates container images
from scratch using Podman/Docker/Buildah, eliminating DockerHub dependencies.
Supports cross-platform builds and multi-architecture images with embedded
CVE data for Trivy scanning.

- Add create_test_data.py and image_utils.py
- Add cross-platform documentation
- Update Makefile to use new script (legacy script still available)

Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant