docker pull REG/DOCK_NAME:VERSION
Aerogramme is available as a minimalist docker image (~20MB) that contains only the static binary. It means that you can't run bash
or any other shell in the container.
Network resources are finite. Please avoid wasting them by re-downloading the image each time you start a container. Keep a local cache or mirror the image on your private registry. In case of abuse, we may put some agressive rate limiting based on IP prefixes.
curl https://download.deuxfleurs.org/df-dist-v1/aerogramme/VERSION/linux/ARCH/aerogramme -o aerogramme chmod +x aerogramme
Aerogramme is distributed as a statically compiled binary (~20MB).
Network resources are finite. Please avoid wasting them by re-downloading the binary too often. Keep a local cache or mirror the binary on your infrastructure. In case of abuse, we may put some agressive rate limiting based on IP prefixes.
There is no known third party packaging for Aerogramme. If you made one, please notify us.
git clone https://git.deuxfleurs.fr/Deuxfleurs/aerogramme.git
cd aerogramme
git checkout VERSION
cargo build --release
./target/release/aerogramme