Code Monkey home page Code Monkey logo

docker_ruby_build's Introduction

Docker Ruby Build

This repo contains build scripts to create packages for a variety of ruby installation formats.

The following are currently supported:

  • Ubuntu install of rbenv ruby under /usr/local/rbenv
    • Versions: 1.9.3, 2.1.0
  • Centos install of rbenv ruby under /usr/local/rbenv
    • Versions: 1.9.3, 2.1.0
  • Centos install of rvm ruby under /usr/local/rvm
    • Versions: 1.9.3, 2.1.0

Building

Each directory contains a build environment for the specific ruby build. It is required that these build scripts are run on the host running docker. These cannot be run remotely as the bind mount used to extract the package will not work.

  1. cd to the directory to be built:

cd rbenv_multi_centos

  1. Run build script:

sh ./build.sh

  1. If this completes it should create a 'pkg' directory containing the resulting package:
-rw-r--r-- 1 root root 993040 Feb 24 21:34 rbenv-multi-0.0.1-1.x86_64.rpm

Versioning

Currently there are two version files that are relevant:

build_version.txt - this file manages the version of the resulting package from the build process

versions.txt - This contains a list of the ruby versions to be built. Note that these are passed directly into the tool, so the versions must be in the format expected by rbenv or rvm.

docker_ruby_build's People

Contributors

adnichols avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.