Version: 0.7.4 Name: docker-gen Release: 1%{?dist} Summary: docker-gen is a file generator that renders templates using docker container meta-data. License: Apache 2.0 URL: https://github.com/jwilder/forego/ Source1: docker-gen %description docker-gen is a file generator that renders templates using docker container meta-data. It can be used to generate various kinds of files for: Centralized logging - fluentd, logstash or other centralized logging tools that tail the containers JSON log file or files within the container. Log Rotation - logrotate files to rotate container JSON log files Reverse Proxy Configs - nginx, haproxy, etc. reverse proxy configs to route requests from the host to containers Service Discovery - Scripts (python, bash, etc..) to register containers within etcd, hipache, etc.. %prep %build %install install -m 0755 -vd %{buildroot}%{_bindir} install %{SOURCE1} %{buildroot}%{_bindir}/docker-gen %files %{_bindir}/* %changelog * Tue Nov 05 2019 Scott R. Shinn - 0.7.4 - Initial package