_Repositories_ALPINE

Add the Required Repositories

Supported versions

At the moment, Alpine 3.11 and Alpine 3.13 (x86_64 and armhf) are supported.

  1. Add the Moonshot Alpine repository to your system. To do this, run the following command (as root, or using sudo):

    Alpine 3.13
    echo "https://repository.project-moonshot.org/alpine/v3.13" >> /etc/apk/repositories
    echo "@moonshot https://repository.project-moonshot.org/alpine/v3.13" >> /etc/apk/repositories
    Alpine 3.15
    echo "https://repository.project-moonshot.org/alpine/v3.15" >> /etc/apk/repositories
    echo "@moonshot https://repository.project-moonshot.org/alpine/v3.15" >> /etc/apk/repositories
  2. Install the Moonshot repository RSA key.

    curl "https://repository.project-moonshot.org/alpine/moonshot@jisc.ac.uk-5be46530.rsa.pub" > /etc/apk/keys/moonshot@jisc.ac.uk-5be46530.rsa.pub