Skip to content

Releases: aperio-search/aperio

v1.0.1

05 Jun 18:49
99e4829

Choose a tag to compare

v1.0.1

Fixed

  • Docker: config file no longer required — removed the default ENV CONFIG_FILE=/data/config.toml from the Dockerfile. The container now starts without a config file, using all defaults. Pass -e CONFIG_FILE=/data/config.toml explicitly if you want one.

Docker

  • Multi-arch images (linux/amd64, linux/arm64) published to ghcr.io/aperio-search/aperio:v1.0.1 and :latest
  • GHA layer caching added for faster builds