Coder Social home page Coder Social logo

docker-centos7-gcc7.3-glibc2.19's Introduction

CentOS 7.x with GCC7.3 and GLibc 2.19

CentOS 7.x is shipped with GCC 4.8.5 and GLIBC 2.16 which is quite outdated and some projects won't build or work at all.

What's inside?

The container has the following installed:

  • Development Tools group packages
  • Some additional useful packages like strace, net-tools, ip-route, vim and others
  • systemd is enabled
  • GCC 7.3 (built out of source code)
  • GLibc 2.19 (built out of source code)

Using the container

Run the pre-built one from repository:

docker -D run  \
	-v /sys/fs/cgroup:/sys/fs/cgroup:ro \
	docker.io/rpavlyuk/c7-gcc7.3-glib2.19

Building the container manually:

git clone https://github.com/rpavlyuk/docker-centos7-gcc7.3-glibc2.19.git && \
  cd docker-centos7-gcc7.3-glibc2.19 && 
  ./build.sh

You can use the container to build your own ones on top of it. Make sure, you have the following first lines in your Dockerfile:

FROM docker.io/rpavlyuk/c7-gcc7.3-glib2.19
MAINTAINER "John Doe" <[email protected]>


NOTE: It takes some to build it since GCC and GLIBC compilation takes a while. On my Core i7 CPU it takes nearly 2+ hours.

Credits

Roman Pavlyuk [email protected]

docker-centos7-gcc7.3-glibc2.19's People

Contributors

rpavlyuk avatar

Stargazers

 avatar  avatar  avatar

Forkers

hiok2000

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.