L'installation des applicatifs s'appuie sur les paquets debian disponibles au niveau des releases sur GitHub.
Dans le cas de présence d'un proxy, ajouter les arguments --build-arg http_proxy=http://votre.proxy.fr:1234 --build-arg https_proxy=http://votre.proxy.fr:1234
.
Les styles et les Tile Matrix Sets sont par défaut ceux de la version 4.0. Il espossible de changer cela en précisant les arguments ROK4TILEMATRIXSETS_VERSION
et ROK4STYLES_VERSION
:
Versions applicatives disponibles : https://github.com/rok4/pregeneration/releases
docker build -t rok4/pregeneration:TAG --build-arg ROK4PREGENERATION_VERSION=TAG --build-arg ROK4COREPERL_VERSION=TAG -f pregeneration/debian11.Dockerfile pregeneration/
Versions applicatives disponibles : https://github.com/rok4/generation/releases
docker build -t rok4/generation:TAG --build-arg ROK4GENERATION_VERSION=TAG -f generation/debian11.Dockerfile generation/
Versions applicatives disponibles : https://github.com/rok4/tools/releases
docker build -t rok4/tools:TAG --build-arg ROK4TOOLS_VERSION=TAG --build-arg ROK4COREPERL_VERSION=TAG -f tools/debian11.Dockerfile tools/
docker build -t rok4/fullgeneration:TAG --build-arg ROK4PREGENERATION_VERSION=TAG --build-arg ROK4COREPERL_VERSION=TAG --build-arg ROK4GENERATION_VERSION=TAG --build-arg ROK4TOOLS_VERSION=TAG -f fullgeneration/debian11.Dockerfile fullgeneration/
Versions applicatives disponibles : https://github.com/rok4/pytools/releases
docker build -t rok4/pytools:TAG --build-arg ROK4PYTOOLS_VERSION=TAG -f pytools/debian11.Dockerfile pytools/
Versions applicatives disponibles : https://github.com/rok4/server/releases et https://github.com/rok4/core-cpp/releases
docker build -t rok4/server:TAG --build-arg ROK4SERVER_VERSION=TAG --build-arg ROK4CORECPP_VERSION=tag -f server/ubuntu-2004.Dockerfile server/