Giter Club home page Giter Club logo

docker-onload's People

Contributors

neomantra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker-onload's Issues

7.1.3.202

Are there any plan for the new release (7.1.3.202) ?

Add Alpine

Would be cool to add the Alpine thin-Linux distro. Widely-used Docker images are based on this. It uses the APK package manager. Busybox has no package manager so probably trickier\more work.

Tag for Debian 11 "Bullseye"

I am interested to know if this can be made to work with Debian 11 "Bullseye" (Linux kernel 5.10).
For reference, Linux kernel 5.10 is the most recent LTS Linux (released Dec 2020). The preceding LTS is Linux version 5.4 (released Nov 2019), the one used by Ubuntu Focal, for which you provide an image tag.

My attempts at compiling the OpenOnload package against 5.10 have failed with error "error: implicit declaration of function ‘map_vm_area’; did you mean ‘get_vm_area’? [-Werror=implicit-function-declaration]"

(centos6) md5sum expects 2 spaces between checksum and input file

Trying to build from a centos:6.7 base with

docker build . -f centos/Dockerfile --build-arg ONLOAD_CENTOS_TAG=6.7

errors with:

md5sum: standard input: no properly formatted MD5 checksum lines found

As per https://forum.openoffice.org/en/forum/viewtopic.php?f=16&t=83825 this is due to md5sum expecting 2 spaces (rather than 1), e.g. line 63 should be:

    && echo "${ONLOAD_MD5SUM}  openonload-${ONLOAD_VERSION}.tgz" | md5sum --check \

I'll fork and submit a PR if desired.

Use multi-stage builds for thinner packages

Currently a ton of build dependencies are left over from OpenOnload installation. I do a good job of cleaning up build artifacts though. Still the packages weigh in at >400MB.

By using multi-stage builds, we should be able to install the bare minimum and get much thinner images.

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.