This is our maintained fork of Ory Kratos. We keep a tight control over what we ship and when we ship it.
- Manage our own Docker image builds
- Selectively include upstream changes
- Add fork-specific changes when needed
- Source:
https://github.com/ory/kratos
- Sync policy: Periodic manual sync; we may cherry-pick or defer changes
- CI builds/pushes are handled by
.github/workflows/build-push.yml
. - Local build/push:
make docker
# or
docker build -f .docker/Dockerfile-alpine -t <your-registry>/kratos:<tag> .
docker push <your-registry>/kratos:<tag>
- Upstream product docs and API: see
https://www.ory.sh/kratos/docs/
. - We archived the original upstream README at
docs/UPSTREAM-README.md
.
- Open fork-specific PRs here. When appropriate, also contribute upstream.