singularityhub / sregistry

server for storage and management of singularity images
https://singularityhub.github.io/sregistry
Mozilla Public License 2.0
103 stars 42 forks source link

Adding minio env file to scheduler and worker #302

Closed vsoch closed 4 years ago

vsoch commented 4 years ago

This will address #301 - it's very likely that the worker and scheduler do the same imports, and this will result in an error (and then exit nonzero of the container) if we don't provide the same environment variables. My quick first test fix is to provide the same credential file.

Signed-off-by: vsoch vsochat@stanford.edu

Aneoshun commented 4 years ago

Hi @vsoch,

This solves #301 on my side. After 16h of execution, all the containers are still alive. Thanks!

vsoch commented 4 years ago

Phew! Really good to hear. Let’s merge right away then!