Go to file
Maksym Bordun 3c9b88e7df Change git hooks directory and add README 2020-08-21 17:13:08 +02:00
generated Switch to git pre-commit hook 2020-08-21 16:51:02 +02:00
git-hooks Change git hooks directory and add README 2020-08-21 17:13:08 +02:00
Dockerfile.alpine.template Add initial templates and Dockerfile generator 2020-08-21 16:08:41 +02:00
Dockerfile.centos.template Add initial templates and Dockerfile generator 2020-08-21 16:08:41 +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.