You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Talk:Blubber/Download
Jump to navigation
Jump to search
Docker image
There is a docker image for blubber as a micro service - this runs a web service. Are there any plans for a docker image containing blubber as a binary? Are there objective reasons against such approach? This would allow for blubber to be used as part of our development tool chain (being dependent only on docker/docker-compose) without making it a system requirement the individual dev needs to ensure manually.
Change install instructions to 'go install'
"'go get' is no longer supported outside a module."
...the go binary tells me. It appears go install https://repo/uri@version
is now the preferred method, outside of a module?