LibreFang 0.6.6 Released
LibreFang v0.6.6 is now available, focusing on deployment reliability and ensuring smooth Docker builds in modern CI/CD pipelines.
Why it matters
This update ensures that LibreFang deployments using modern CI/CD pipelines, such as GitHub Actions, continue to function without disruption.
Key Points
- 1Updated Docker build pipeline to be compatible with the latest docker/build-push-action@v7
- 2Fixes an issue where the action required the 'file' parameter instead of the older 'dockerfile' syntax
- 3Ensures deployments using GitHub Actions continue to work without manual intervention
Details
The LibreFang 0.6.6 release addresses a compatibility issue with the latest version of the popular docker/build-push-action GitHub Action. Previously, the action required the 'dockerfile' parameter, but this has been changed to 'file', which was a breaking change. The update to the LibreFang Docker build pipeline ensures that deployments using GitHub Actions continue to work seamlessly, without the need for manual intervention by users. This release focuses on improving the reliability and ease of deployment for the LibreFang Agent OS containers.
No comments yet
Be the first to comment