Skip to content

Commit da66ab1

Browse files
committed
Update OF Edge install options for rpm
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 0f2fa19 commit da66ab1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/deployment/edge.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,24 @@ Then mirror the various images from docker-compose.yaml into your private regist
7272

7373
If your system is unable to install apt, yum, or pacman packages, due to limited network access, then set the `SKIP_OS` environment to 1. The list of packages is available in the `install_required_packages` section of the script.
7474

75+
### OpenFaaS Edge on RHEL-like systems
76+
77+
For Operating Systems such as Oracle Linux, Alma Linux, and Rocky Linux you can use our official rpm package to install OpenFaaS Edge.
78+
79+
The rpm package is published to a container registry:
80+
81+
```bash
82+
arkade oci install --path . ghcr.io/openfaasltd/faasd-pro-rpm:latest
83+
```
84+
85+
To download a specific version of the rpm, update the tag from `:latest` to i.e. `:0.2.18`. Browse available versions via `crane ls ghcr.io/openfaasltd/faasd-pro-rpm`.
86+
87+
Then install using the rpm package:
88+
89+
```bash
90+
dnf install openfaas-edge-*.rpm
91+
```
92+
7593
## faasd CE (non-commercial use only)
7694

7795
faasd CE supports 15 functions and needs a computer with a stable Internet connection to run. There are restrictions on commercial use, but [individuals](https://github.com/openfaas/faasd/blob/master/EULA.md) can use it for free for personal, non-commercial use.

0 commit comments

Comments
 (0)