├── Dockerfile ├── LICENSE ├── README.md ├── crane.yml ├── logrotate.tmpl └── start /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaloo/logrotate/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaloo/logrotate/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaloo/logrotate/HEAD/README.md -------------------------------------------------------------------------------- /crane.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaloo/logrotate/HEAD/crane.yml -------------------------------------------------------------------------------- /logrotate.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaloo/logrotate/HEAD/logrotate.tmpl -------------------------------------------------------------------------------- /start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaloo/logrotate/HEAD/start --------------------------------------------------------------------------------