Go to file
Tomasz Lagodzinski 9355973002 License. 2020-09-07 11:13:56 +02:00
generated Add Alpine 3.11 2020-08-24 18:43:11 +02:00
git-hooks Add Alpine 3.11 2020-08-24 18:43:11 +02:00
Dockerfile.alpine.template Add more app deps 2020-08-24 13:05:52 +02:00
Dockerfile.centos.template Add initial templates and Dockerfile generator 2020-08-21 16:08:41 +02:00
LICENSE License. 2020-09-07 11:13:56 +02:00
README.md Change git hooks directory and add README 2020-08-21 17:13:08 +02:00

README.md

docker-ruby

This repository provides Dockerfiles for Alpine and CentOS based images with Ruby. Dockerfiles are generated with pre-commit git hook (./git-hooks/pre-commit) and corresponding template in the project's root, so one needs to run git config core.hooksPath git-hooks first in order to use it.

Alpine template is based on official docker-library/ruby.