Re: packaging requestion: docker-gc

2016-04-11 Thread Matthew Miller
On Mon, Apr 11, 2016 at 02:42:21PM -0500, Jeff Schroeder wrote: > It is a single shell script: > https://github.com/spotify/docker-gc/blob/master/docker-gc Hah! Why so it is. I followed from somewhere else that was Go-centric, and just assumed that it was Go without, clearly, looking very deeply.

Re: packaging requestion: docker-gc

2016-04-11 Thread Matthew Miller
On Mon, Apr 11, 2016 at 06:40:46PM +0200, Jan Chaloupka wrote: > Can't find any go source code files :(. The github is all it is or > is there any other source of codes? Welcome to the modern world! :-/ -- Matthew Miller Fedora Project Leader ___ gol

Re: packaging requestion: docker-gc

2016-04-11 Thread Matthew Miller
On Mon, Apr 11, 2016 at 06:37:43PM +0200, Jan Chaloupka wrote: > Give it to me :). Any deadline? Nope — just would be useful. -- Matthew Miller Fedora Project Leader ___ golang mailing list golang@lists.fedoraproject.org http://lists.fedoraproject.org

Re: packaging requestion: docker-gc

2016-04-11 Thread Jeff Schroeder
It is a single shell script: https://github.com/spotify/docker-gc/blob/master/docker-gc On Mon, Apr 11, 2016 at 11:40 AM, Jan Chaloupka wrote: > Can't find any go source code files :(. The github is all it is or is > there any other source of codes? > > > On 04/11/2016 06:37 PM, Jan Chaloupka w

Re: packaging requestion: docker-gc

2016-04-11 Thread Jan Chaloupka
Can't find any go source code files :(. The github is all it is or is there any other source of codes? On 04/11/2016 06:37 PM, Jan Chaloupka wrote: Give it to me :). Any deadline? On 04/11/2016 06:36 PM, Matthew Miller wrote: See: https://github.com/spotify/docker-gc A simple Docker conta

Re: packaging requestion: docker-gc

2016-04-11 Thread Jan Chaloupka
Give it to me :). Any deadline? On 04/11/2016 06:36 PM, Matthew Miller wrote: See: https://github.com/spotify/docker-gc A simple Docker container and image garbage collection script. Containers that exited more than an hour ago are removed. Images that don't belong to any remaini

packaging requestion: docker-gc

2016-04-11 Thread Matthew Miller
See: https://github.com/spotify/docker-gc A simple Docker container and image garbage collection script. Containers that exited more than an hour ago are removed. Images that don't belong to any remaining container after that are removed. Although docker normally prevents remova