aegir-project / dockerfiles

Official dockerfiles for Aegir.
https://hub.docker.com/r/aegir/hostmaster/
MIT License
21 stars 11 forks source link

Replace AEGIR_VERSION variable with AEGIR_HOSTMASTER_ROOT #17

Closed jonpugh closed 7 years ago

jonpugh commented 7 years ago

The "version" option in hostmaster install has always been confusing. It is only used for setting the root path of hostmaster.

This PR removes AEGIR_VERSION variable and replaces it with AEGIR_HOSTMASTER_ROOT which should be the desired full path to hostmaster.

I'm defaulting this path to /var/aegir/hostmaster so that it stays consistent when the container is upgraded.