Coder Social home page Coder Social logo

gluster-builds's Introduction

GITHUB ACTIONS NIGHTLY BUILDS:

1. Fedora : Nightly Build (fedora/quay) Actions Status

2. Centos 7: Nightly Build (centos7/quay) Actions Status

3. Centos 8: Nightly Build (centos8/quay) Actions Status

4. Debian : Nightly Build (debian/quay) Actions Status

5. Ubuntu : Nightly Build (ubuntu/quay) Actions Status

CENTOS CI NIGHTLY BUILDS:

Nightly RPMs : Build Status

Coverity Coverity Scan Build Status

Gluster-Builds - Daily builds with GitHub actions for gluster Repository - https://github.com/gluster/glusterfs

This Repo is used for a continuous Daily Build automation for Gluster project for various flavours of Linux OS. The Nightly builds runs on a daily basis and the rpms artifactory can be downloaded from the GitHub Actions tab. In the Github actions tab, select the nightly OS flavour you are interested and go to the Job and download the same. You can also do a manual trigger for the Jobs that you are interested and the same will run.

gluster-builds's People

Contributors

github-actions[bot] avatar msaju avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

gluster-builds's Issues

embed the make process into the Dockerfile

I'm opening an issue as it is up for discussion - should we have the Make process part of the Dockerfile?
Here's an example of the Dockerfile I've modified (inc. other modifications):

FROM centos:8

LABEL project="centos8-gluster-build"
LABEL maintainer "[email protected]"


RUN yum -y install --setopt tsflags=nodocs --enablerepo=powertools automake autoconf libtool flex bison \
    openssl-devel libxml2-devel libaio-devel \
    readline-devel glib2-devel userspace-rcu-devel \
    libacl-devel fuse-devel redhat-rpm-config rpcgen libtirpc-devel \
    make python3-devel rsync libuuid-devel rpm-build \
    git attr libcurl-devel selinux-policy-devel firewalld liburing-devel rpcgen && yum clean all

RUN yum -y update --setopt tsflags=nodocs && yum clean all && rm -rf /var/cache/yum

#RUN yum -y install --setopt tsflags=nodocsI epel-release

#RUN yum -y install --setopt tsflags=nodocs --enablerepo=powertools rpcgen

#RUN yum clean all && rm -rf /var/cache/yum

CMD ["/usr/sbin/init"]

RUN git clone --depth 1 https://github.com/gluster/glusterfs.git
WORKDIR glusterfs
RUN ./autogen.sh
RUN ./configure
WORKDIR extras/LinuxRPM
RUN make glusterrpms

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.