Sign inSign up

gioxa/ruby-rpm-build-centos

By gioxa

Updated almost 8 years ago

CentOS 7 docker image with all dependencies to build and package ruby with rpmbuild.

Image
1

10K+

gioxa/ruby-rpm-build-centos repository overview

ruby-rpm-build-centos

purpose

a CentOS 7 docker image with all dependencies to build and package the latest version of ruby with rpmbuild.

usage

For use with gitlab-ci and odagrun as


build:
  image: gioxa/ruby-rpm-build-centos:latest

Image Configuration

docker Config

Hostname: "ruby-rpmbuild-image"
Entrypoint:
  - /bin/bash
Env:
  - PATH=/builds/bin:/usr/bin:/usr/local/bin:/usr/sbin:/bin:/sbin


with make_os.conf
## make_os.config
install_packages="rpm-build tar make readline-devel ncurses-devel gdbm-devel glibc-devel gcc openssl-devel libyaml-devel libffi-devel zlib-devel"




Build with odagrun on openshift-online-starter

Tag summary

Content type

Image

Digest

Size

57.8 MB

Last updated

almost 8 years ago

docker pull gioxa/ruby-rpm-build-centos