Any idea why?
I’m running “docker build -t clearml-server:1.0 -f docker/build/Dockerfile .”
Do I need to build it on linux maybe?
Hi ScrawnyLion96 ,
Do you mean username/password?
I see the hosts.conf file in clearml-server, I’m trying to add args and build the image again
yeah, that's the right place basically
So it’s enough to add hosts.conf inside additionalConfigs?
Hey SuccessfulKoala55 , so regarding the TLS I see that on clearml-server you guys added the option to override ES username and password but the latest tag 1.1.1 does not include those changes. I’m trying to build a new image with those changes but I’m getting an error
I would bet on linux, yeah - that's how we build it 🙂
I’m trying to add args and build the image again
Why not mount a file to /opt/clearml/config
? You don't have to rebuild the image
I saw that but I don’t want to override everything there