Hi Team , I have done some org specific ui changes...
# all-things-deployment
s
Hi Team , I have done some org specific ui changes in datahub-frontend and wants to move all the UI changes in org private network . Now because that network is private not able to build docker image. So to build docker image is there any other way than setting up the HTTP_Proxy , Pl suggest ?
s
Did you get your answer to this? A couple ideas: you could build the image and push it to a private registry that may be accessible to the private network? That way you can just pull from there. Or you could think about using something like KOTS (but I've only recently started looking at it, so new to me too). Or you can save a docker image as a tarball, move it to your private network, then load it back in. Hope you got your solve though. Sorry I didn't reply sooner.
s
@some-glass-26087, yes we pushed the external artifacts to the private registry and used that .
🙌 1
s
Glad to hear it.