GithubHelp home page GithubHelp logo

ctarbide / centos7uberbuilder Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 9 KB

a builder docker image to build everything hipster (.. that targets the dying centos7)

License: MIT License

Dockerfile 18.80% Shell 39.01% Perl 41.01% M4 1.18%

centos7uberbuilder's Introduction

centos7uberbuilder

About

A docker image and some associated scripts intended to build basically anything recent that targets CentOS 7, thanks to https://www.softwarecollections.org/en/.

The generated image is huge, around 4.56GB, and take about 2 hours to complete, but the Dockerfile has various checkpoints.

Too bad CentOS is dying, I am finally, slowly and gradually migrating my systems to Debian, but this may still be useful for someone, for some time.

Build Docker Image

docker build --tag centos7uberbuilder .

Test Docker Image

docker run --rm -it --entrypoint /bin/bash centos7uberbuilder -l

docker run --rm -it --init centos7uberbuilder /bin/sh -e -c '. /opt/rh/devtoolset-8/enable; exec gcc --version'
# gcc (GCC) 8.3.1 20190311 (Red Hat 8.3.1-3)

docker run --rm -it --init centos7uberbuilder /bin/sh -e -c '. /opt/rh/devtoolset-9/enable; . /opt/rh/rh-git218/enable; gcc --version; git --version'
# gcc (GCC) 9.3.1 20200408 (Red Hat 9.3.1-2)
# git version 2.18.4

docker run --rm -it --init centos7uberbuilder /bin/sh -e -c '. /opt/rh/llvm-toolset-7.0/enable; . /opt/rh/rh-git218/enable; clang --version; git --version'
# clang version 7.0.1 (tags/RELEASE_701/final)
# git version 2.18.4

docker run --rm -it --init centos7uberbuilder cmake --version
# cmake3 version 3.17.5

docker run --rm -it --init centos7uberbuilder /bin/sh -e -c '. /opt/rh/devtoolset-9/enable; . /opt/rh/rh-git218/enable; exec /bin/bash -l'

centos7uberbuilder's People

Contributors

ctarbide 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.