flux-framework / flux-k8s

Project to manage Flux tasks needed to standardize kubernetes HPC scheduling interfaces
Apache License 2.0
22 stars 10 forks source link

Removed /root dependency in Dockerfile #29

Closed cmisale closed 2 years ago

cmisale commented 2 years ago

We needed to change the library and binary folders where flux was compiled and installed. It was set to \root but this wouldn't work in OpenShift or once privileges are dropped in any Kubernetes distribution.

Tested on unprivileged namespace and it works fine.