Dockerfile: install the Ory CLI on workstations - #135
Conversation
Current Aviator status
This PR is not ready to merge (currently in state blocked): some required checks failed. Once the issues are resolved, remove the Pending Status Checks
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
There was a problem hiding this comment.
Pull request overview
Adds the Ory CLI binary to the respect-build-common workstation image layer so developers can use ory commands (including Ory Network workflows) directly inside the workstation/codespace environment.
Changes:
- Download and install the Ory CLI (pinned to
ORY_VERSION=1.3.1) into/usr/local/bin/ory. - Select the correct Linux release artifact based on
TARGETARCH(64bitforamd64,arm64forarm64). - Document the rationale for using the non-sqlite Ory build due to GLIBC compatibility with Ubuntu Jammy.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
8e53a39 to
c48a1bf
Compare
|
This pull request failed to merge: this PR has conversations which must be resolved before merging. After you have resolved the problem, you should remove the |
Managing our Ory Network projects — authenticating, and applying their configuration — needs the `ory` CLI, which the workstation image didn't include. Install the non-sqlite Linux build: the `sqlite` variants link against GLIBC 2.38, newer than this image (Ubuntu Jammy / GLIBC 2.35). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
c48a1bf to
0971e58
Compare
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
|
This pull request failed to merge: some required checks failed. After you have resolved the problem, you should remove the Failed checks: Build public repo for Linux x86_64 / GitHub-hosted Runner |
This PR adds the
oryCLI to our workstations, making it easier for us to manage our Ory projects with code and with agents.