Hello! We're getting an error when trying to run ...
# ory-selfhosting
r
Hello! We're getting an error when trying to run
make docker
on the latest version (
master
) of Ory Kratos:
Copy code
ERROR: failed to get build context oryx: stat ../../x: no such file or directory
I saw a recent change to start included the vendored ory/x (https://github.com/ory/kratos/commit/a9ab800a4373875a29c58492f174165e0b4592e7), so I'm curious if something else needs to be done to get the image to build?
Hello Ory team 👋🏽 Quick check in to see if this has been acknowledged? I can see the latest image builds are also failing because of this issue; see https://github.com/ory/kratos/actions/runs/16259870872/job/45902731429
m
Hey @refined-architect-59368 the master branch reflects the latest development state of Ory Kratos. It's a work-in-progress and is not guaranteed to be stable or build correctly at all times.For a stable and reliable build, you should always use a tagged release instead of the master branch.
r
Hi @magnificent-energy-493 👋🏽 Yes, I totally understand this. It's just that the tagged versions are usually so far behind, and we prefer to use this version for our local development only (we use Ory Network for all other non-local dev).
Thanks for confirming though
m
Ory also offers an "Enterprise" License which gives you the latest build from the internal build for Ory Network - basically a tested and stable build from "master". You can read more about it here: https://www.ory.sh/docs/self-hosted/oel
r
Ah. Is this included in the Ory Network pricing?