My OCI image for Synapse, a Matrix server implementation.
Go to file
dependabot[bot] 3703dc2764
Bump anchore/scan-action from 3 to 4
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3 to 4.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anchore/scan-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 22:26:57 +00:00
.github Bump anchore/scan-action from 3 to 4 2024-07-10 22:26:57 +00:00
Dockerfile Synapse v1.110.0 2024-07-04 12:26:22 -07:00
LICENSE Update to v1.108.0 and relicense to AGPL 3 2024-06-01 22:37:42 -07:00
README.md Update to v1.108.0 and relicense to AGPL 3 2024-06-01 22:37:42 -07:00

wonderfall/synapse

Build, scan & push

Synapse is a Matrix implementation written in Python.

Notes

  • Prebuilt images are available at ghcr.io/wonderfall/synapse.
  • Don't trust random images: build yourself if you can.
  • Always keep your software up-to-date: manage versions with build-time variables.
  • Images from ghcr.io are built every week, and scanned every day for critical vulnerabilities.

Features & usage

  • Drop-in replacement for the official image.
  • Unprivileged image: you should check your volumes permissions (eg /data), default UID/GID is 991.
  • Based on Alpine, which provides more recent packages while having less attack surface.
  • Comes with a hardened memory allocator, protecting against some heap-based buffer overflows.

Licensing

  • v1.98.0 and prior are under the MIT License. 😇
  • Versions after v1.98.0 are under AGPL 3 🤮 to comply with licensing changes by Element.