Commit graph

21 commits

Author SHA1 Message Date
mohammad istari 64d471d13a Fixes Dockerfile
With Go Modules, the current Dockerfile ignores the code that was COPY'd
from the Docker context (and thus always building/installing what was on
GitHub).
2020-04-06 11:17:41 +07:00
Leo Balduf 9acf809ffb docker: update Dockerfile for Go 1.13+ 2019-10-17 15:00:16 +09:00
Jimmy Zelinskie dc753b937c vendor: move to Go modules for dependencies
Fixes #444.
2019-02-12 20:36:25 -05:00
Jimmy Zelinskie bb56c2932b dockerfile: add CA certificates 2018-09-24 14:04:12 -04:00
Leo Balduf 0c077f0a8c *: move default tracker port to 6969 2018-02-13 10:07:01 +01:00
Jimmy Zelinskie e9d1e71276 *: remove glide from README & Dockerfile 2017-12-29 17:12:17 -05:00
Ilya Glotov b100583d7d
Set runtime image base on alpine 2017-12-20 14:51:11 +03:00
Ilya Glotov 39e3b5ae5c
Remove GOOS environment variable 2017-12-12 15:34:58 +03:00
Ilya Glotov ae7a13db21
Add docker improvements
* Add multistaged build effectively reducing image size
* Change deprecated MAINTAINER to LABEL
* Change ADD to COPY
* Start container as a non-root user
2017-12-12 15:03:53 +03:00
Jimmy Zelinskie c5af262d43 dockerfile: delete the compiler from the container
This drastically shrinks the size of the container when deploying using
Quay's squashed image support.

https://docs.quay.io/guides/squashed-images.html
2016-10-21 23:01:22 -04:00
Jimmy Zelinskie 13784de8be dockerfile: add comments 2016-09-26 11:50:48 -04:00
Jimmy Zelinskie 49c06aac17 add dockerfile and glide config 2016-09-05 18:18:29 -04:00
Jimmy Zelinskie 1bff8d1571 delete old code 2016-08-16 22:17:10 -04:00
Jimmy Zelinskie 9b8937cfbd add dockerfile 2016-05-21 17:59:04 -04:00
Jimmy Zelinskie 5c27c960f0 clean the slate! 2016-03-02 21:05:30 -05:00
Jimmy Zelinskie 9825a69ac7 dockerfile: change entrypoint to allow args 2016-01-13 16:14:54 -05:00
Jimmy Zelinskie cb161daca1 dockerfile: add port range and log level 2016-01-13 16:14:54 -05:00
Jimmy Zelinskie 9862a57b73 remove all private tracker logic
There are no consumers of any of this logic nor is it complete. We're
better off without it in the meantime until we have a use case and a
more cohesive model for expressing it.
2016-01-04 18:26:29 -05:00
Jimmy Zelinskie 634417f80b add api to dockerfile 2015-10-24 15:40:23 -04:00
Justin Li 94fcd4de5a dockerfile: Fix Dockerfile to build with the latest changes 2015-06-30 22:33:20 -04:00
Jimmy Zelinskie c1a4a6ecbb dockerfile: initial 2015-03-19 23:39:31 -04:00