Description
This release refactors the project structure and includes fixes to enable Darwin release builds and pin the base image digest in container images.
Changes
Project Refactor
- Refactored project structure for improved maintainability.
Fixes
- Enabled Darwin release builds in documentation and build process.
- Updated Dockerfile to pin base image digest via
ARG BASE_IMAGEin scratch stage.