Giter VIP home page Giter VIP logo

Comments (2)

jakirkham avatar jakirkham commented on June 12, 2024

Would binaries built on centos:6 work fine on Ubuntu-16.04?

Generally yes.

The main issue with Linux compatibility is ensuring that software is built on a system with a version of glibc that is compatible. In practice this mean the glibc version used to build the software sets a lower limit on the allowed version of glibc. CentOS 6 provides glibc 2.12, which is one of the older versions of glibc around (hence why it is used). Ubuntu 16.04 provides glibc 2.23. So anything built here should work fine in terms of glibc requirements.

There are other things that get linked in like libstdc++. However we build with an ancient copy of gcc. So in practice our requirements on this front are minimal enough to be satisfied by the OS. There are some trick when building software with different versions of gcc (e.g. 4 vs. 5), but the underlying libstdc++ library is backwards compatible. So it shouldn't result in any issues running our packages.

That said, it is possible if you are relying on things from yum that there could be a discrepancy between systems. Though I don't know of any reports about this causing issues in practice. In the long run, it looks like we will be wrapping up yum packages for use with conda to avoid even this potential issue.

from docker-images.

isuruf avatar isuruf commented on June 12, 2024

If there is an issue in Ubuntu 16.04, please reopen this

from docker-images.

Related Issues (20)

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.