-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
bugSomething is not working.Something is not working.
Description
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
Hello.
We're unable to run make docker
successfully on the latest version of the ory/kratos
repo.
The last successful build is off 2ee96b7.
Reproducing the bug
- Check out the current latest
master
version ofory/kratos
(revisiond68736bed28e956e52a54fef5591bd4c88de6594
) - Run
make docker
Expected
- That a new ory/kratos docker image gets built
Actual
- There is an error building:
ERROR: failed to get build context oryx: stat ../../x: no such file or directory
Relevant log output
DOCKER_BUILDKIT=1 DOCKER_CONTENT_TRUST=1 docker build -f .docker/Dockerfile-build --build-context=oryx=../../x --build-arg=COMMIT=d68736bed28e956e52a54fef5591bd4c88de6594 --build-arg=BUILD_DATE=2025-07-10T15:16:05Z -t oryd/kratos:latest .
[+] Building 0.0s (0/0)
ERROR: failed to get build context oryx: stat ../../x: no such file or directory
make: *** [docker] Error 1
Relevant configuration
Version
Current master
(d68736bed28e956e52a54fef5591bd4c88de6594
)
On which operating system are you observing this issue?
macOS
In which environment are you deploying?
Docker
Additional Context
Building images based of commit 2ee96b7feeb911ec100fe1524be8a83216dc199c
or earlier is successful.
Metadata
Metadata
Assignees
Labels
bugSomething is not working.Something is not working.