Willian Braga da Silva
Willian Braga da Silva
This commit adds the following improvements: 1- Defines a `clean` target 2- Silence command outputs 3- Add helpers for Make command in general.
On Golang 1.18 and newer, we must pass the version we want to install, such as latest. Otherwise it doesn't work. ``` $ go install github.com/globocom/prettylog go: 'go install' requires...
We already have an image hosted at gcr.io/hightowerlabs/hub:latest. However, the image is outdated. It uses Ubuntu 14.04 release (from googleclient, back in time). We now add a Dockerfile so people...
Back in time, terminals were always text-based. Currently, almost everyone uses a terminal on a GUI environment. It amazes me to not having a terminal that doesn't render a image...