Skip to content

v0.4.1 — AppArmor fix

Choose a tag to compare

@innotelinc innotelinc released this 08 Aug 04:40
· 151 commits to master since this release

What's changed in v0.4.1

Patch release — ships the AppArmor fix that landed after v0.4.0.

  • Disable AppArmor for compose services — Docker's docker-default AppArmor profile can't be checked on sandboxed/containerized Docker hosts (unreadable /sys/kernel/security/apparmor), so docker compose up / docker run failed with "Could not check if docker-default AppArmor profile was loaded: permission denied". Added security_opt: [apparmor=unconfined] to all services in docker-compose.full.yml and docker-compose.yml.

Images

  • Portal: ghcr.io/innotelinc/pbx-portal:0.4.1 (and latest)
  • Full-stack: ghcr.io/innotelinc/pbx-portal:0.4.1-fullstack