Installing on
Alpine Linux
Riak KV can be installed on Alpine Linux using a binary package from the Riak repository.
The following steps have been tested to work with Riak KV on:
- Alpine Linux 3.16 using x86_64
- Alpine Linux 3.16 using aarch64
Riak 64-bit Installation
To install Riak on Alpine Linux:
- Add the Riak repository:
- Run
sudo echo "https://files.tiot.jp/alpine/v3.16/main" >> /etc/apk/repositories
- Run
- Change directory to place the repository key:
- Run
cd /etc/apk/keys/
- Run
- Download and install the Riak repository public key:
- Run
sudo curl http://files.tiot.jp/alpine/alpine@tiot.jp.rsa.pub -O
- Run
- Update your list of packages:
- Run
apk update
- Run
- Install Riak:
- For the latest version, run
apk add riak
- For a specific version, run
apk add riak=3.0.11.0-r1
- For the latest version, run
Next Steps
Now that Riak is installed, check out Verifying a Riak Installation.