When I run Keto in a compose file, with dockerfile...
# talk-keto
d
When I run Keto in a compose file, with dockerfile is it using? I can see in the repo that there is 4 variations (alpine, build, distroless, SQLite)
Ah i see that there is a difference between the way the docker file looks for v0.7.0 Vs v0.11.0, which of these are advisable to use? On the docs it only mentions migrating to v7, however in the compose file, found on the repo, it uses v11 (alpha)
r
use sqlite if you want to run keto in-memory (no persistence)
otherwise: alpine has a shell and all that
distroless is completely stripped: https://github.com/GoogleContainerTools/distroless
d
Ah this makes tonnes of sense why running Keto using testcontainers I'm not able to bind a volume to home/ory