CentOS 7 docker image with all dependencies to build and package ruby with rpmbuild.
10K+
a CentOS 7 docker image with all dependencies to build and package the latest version of ruby with rpmbuild.
For use with gitlab-ci and odagrun as
build:
image: gioxa/ruby-rpm-build-centos:latest
Hostname: "ruby-rpmbuild-image"
Entrypoint:
- /bin/bash
Env:
- PATH=/builds/bin:/usr/bin:/usr/local/bin:/usr/sbin:/bin:/sbin
## 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
Content type
Image
Digest
Size
57.8 MB
Last updated
almost 8 years ago
docker pull gioxa/ruby-rpm-build-centos