GithubHelp home page GithubHelp logo

dockerfiles's People

Contributors

kpalf avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

rainleon

dockerfiles's Issues

openssl lib should not be on LD_LIBRARY_PATH in Dockerfiles

All three of the Linux Dockerfiles (centos/amd64, ubuntu/amd64, Raspbian/armv7hf) incorrectly have the following on their LD_LIBRARY_PATH
/opt/apamacce/Apama/../common/security/openssl/lib

This causes problems when later layered images want to do things like apt-get.

Thanks to @CallumAttryde for noticing.

ENV missing some entries

When using these images I found a couple of usability issues

  • PYTHONPATH is not set (or appended to), meaning that all deriving images must set it up (typically ${APAMA_HOME}/third_party/python/lib/python2.7/site-packages) to be able to use the pysys extensions
  • LD_LIBRARY_PATH does not contain ${APAMA_WORK}/lib, which is a common location for searching user created libraries for

Current workaround is to define both in deriving images, eg https://github.com/CallumAttryde/apama_file_transport/blob/master/Dockerfile

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.