Update the system checks
- Remove
arkindex.E006(the Dockertasksimage existence check), which does not make sense in production since the tasks image will usually be used by agents on other servers (and the backend doesn't need it)
This adds an unnecessary step to the dev setup. - Downgrade
arkindex.E004(local imageserver existence check) to a warning to allow access to the Django admin to configure said image server (although the devs now have a bootstrap script, production setups do not!) - Include
AWS_EXPORT_BUCKETin the S3 settings check - Rename
arkindex.W007(thepublic_hostnamewarning) toarkindex.W008because it conflicts witharkindex.W007(the ponos private key warning)
Edited by Erwan Rouchet