Skip to content

Commit

Permalink
feat: native ARM64 support in Docker and Binaries
Browse files Browse the repository at this point in the history
This release adds important security updates for the base Docker Images (e.g. Alpine). Additionally, Ory Hydra now has full ARM support have been resolved and the binaries are now downloadable for all major platforms.

BREAKING CHANGE: To celebrate this change, we cleaned up the ways you install Ory software. There is now one central brew / bash curl repository:

```patch
-brew install ory/hydra/hydra
+brew install ory/tap/hydra

-bash <(curl https://raw.githubusercontent.com/ory/kratos/master/install.sh)
+bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) hydra
```
  • Loading branch information
aeneasr committed Jan 12, 2022
1 parent 5ca99e5 commit abffb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ hydra help
You can install ORY Hydra using [scoop](https://scoop.sh) on Windows:

```shell
> scoop bucket add ory-hydra https://github.com/ory/scoop-hydra.git
> scoop bucket add ory https://github.com/ory/scoop.git
> scoop install hydra
> hydra help
```
Expand Down

0 comments on commit abffb09

Please sign in to comment.