Skip to content

Corrobore v0.2.2

Release date: 2026-07-25

Highlights

  • Publish Docker images to GitHub Container Registry (GHCR) with a dedicated workflow.
  • Keep manual EE domain-provider artifacts bundled in-repo for runtime deployment (libs + manifest).
  • Preserve signed EE license-only gating for enterprise module activation.

Included operations updates

  • New workflow: .github/workflows/docker.yml
  • Builds container images on pull requests.
  • Publishes multi-arch (linux/amd64, linux/arm64) images to ghcr.io on push to main and on release tags (v*).

Runtime package contents

  • Domain-provider runtime artifacts included under:
  • overrides/domain-providers/v0.1.0-linux-x64/
  • overrides/domain-providers/v0.1.0-macos-arm64/
  • Each folder contains the provider libraries and domain-providers.json manifest for manual deployment workflows.