Live data from Hacker News

Show HN: gockerize - easily build and package Go binaries into Docker

aerofs.com

1–4 of 4 posts

Re: Show HN: gockerize - easily build and package Go binaries into Docker

#4
post #3

How does this differ from golang-builder? [1] [1] https://github.com/CenturyLinkLabs/golang-builder

At first glance:

  - golang-builder does not provide a convenient script, instead requiring manual
    docker invocations [more flexible but more cumbersome]
  - golang-builder uses volumes, which makes it very hard to use within a container
    [may not matter to everyone but it certainly does to us]
  - golang-builder uses a significantly larger base image
  - gockerize has a really nice logo ;)