From 737e29f8d07c74d44dfedae275f8e4f08074708a Mon Sep 17 00:00:00 2001 From: Lewis Buckley Date: Thu, 5 Dec 2024 10:40:18 +0000 Subject: [PATCH] Note that this is mothballed now --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7c6446a..68588f7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!NOTE] +> Superceded by [basecamp/docker-ruby](https://github.com/basecamp/docker-ruby) + # Build ruby packages *build_ruby* is a tool for building Ruby packages using Docker. Currently it can build .deb packages for Ubuntu and .rpms for Centos. The packages that it creates will install Ruby to ````/opt/ruby````, eg ````/opt/ruby2.1.0```` or ````/opt/ruby1.9.3-p429````. This is to allow for multiple concurrent installs (that we symlink into the rbenv dir) and is how we install Ruby at [Basecamp](https://basecamp.com/). I have a branch to default to a more traditional path that I might release if anyone is interested.