dockerize
dockerize copied to clipboard
Improve build/release
- Update to Go 1.11 and use Go modules instead of glock.
- Use CircleCI and ghr tool to automate releases instead of Makefile.
You'll need to setup https://circleci.com/ account (free), add this project, generate personal token at https://github.com/settings/tokens with only permission "public_repo" and add it to CircleCI project's env vars as GITHUB_TOKEN. This way tagged releases will be automatically published on github like this: https://github.com/powerman/dockerize/releases/tag/v0.6.2 (which makes it easier for users to download and install, because it's just single static binary).