deis / registry

Docker registry for Deis Workflow.
https://deis.com
MIT License
16 stars 24 forks source link

replace main.go with a bash script #74

Closed bacongobbler closed 7 years ago

bacongobbler commented 7 years ago

All main.go literally does is set a few environment variables and execute the registry binary as a child process. It would greatly simplify the build toolchain if we just made it as a bash script, especially with the introduction of #73.

mboersma commented 7 years ago

This didn't seem like much of a priority, and we can imagine wanting to add more functionality to it, in which case we'd be glad we implemented it in Go.