This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+9 more
Summary
AI summaryDockerfile now uses multi-stage builds with a .dockerignore file.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Refactor | Low |
Split Docker image build into separate builder and runtime stages, installing dependencies in a virtualenv during build and copying only resolved packages plus the application to the runtime image. Split Docker image build into separate builder and runtime stages, installing dependencies in a virtualenv during build and copying only resolved packages plus the application to the runtime image. Source: llm_adapter@2026-05-30 Confidence: high |
— |
| Refactor | Low |
Add `.dockerignore` to exclude VCS metadata, dev tooling, docs, tests, and local outputs from Docker build context. Add `.dockerignore` to exclude VCS metadata, dev tooling, docs, tests, and local outputs from Docker build context. Source: llm_adapter@2026-05-30 Confidence: high |
— |
| Refactor | Low |
Copy only resolved packages and the application to the runtime image at build time. Copy only resolved packages and the application to the runtime image at build time. Source: granite4.1:30b@2026-05-30-audit Confidence: low |
— |
Full changelog
What's Changed
Docker
- Split the image build into separate builder and runtime stages: dependencies are installed into a virtualenv in the builder, and only the resolved packages plus the application (with rulesets refreshed at build time) are copied into a clean runtime image, keeping build tooling out of the final layer (#137)
- Add
.dockerignoreso VCS metadata, dev tooling, docs, tests, and local outputs are excluded from the build context
Full Changelog: https://github.com/wagga40/Zircolite/compare/v3.7.5...v3.7.6
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Zircolite
A standalone SIGMA-based detection tool for EVTX, Auditd and Sysmon for Linux logs
Related context
Related tools
Beta — feedback welcome: [email protected]