GithubHelp home page GithubHelp logo

zalando-stups / docker-python Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 6.0 25 KB

DEPRECATED: Docker image with Python 3.6 and Zalando CA

Home Page: https://registry.opensource.zalan.do/teams/stups/artifacts/python/tags

License: Other

Python 18.58% Dockerfile 81.42%

docker-python's People

Contributors

hjacobs avatar jan-m avatar jmcs avatar mohabusama avatar outime avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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  avatar  avatar  avatar  avatar

docker-python's Issues

build.sh missing

The README.md mentions a build.sh which has been removed since the support for Python2 was removed. Should it be added back?

Pip will install packages for Python 3.6 by default

After Python 3.7 was introduced (#22), this base image now has both Python 3.6 and Python 3.7. Python 3.6 is present in the Ubuntu's base image and purging it will cause unexpected side effects.

When pip is invoked it'll install libraries for 3.6. When the user runs its app through python, it'll run under 3.7 since it's set by update-alternatives, meaning that the app won't be able to use the installed dependencies.

I can only see few alternatives:

  • Create a global alias for pip which would forward the call to python3.7 -m pip (which is available after python3-pip is installed). From the user point of view, this would be rather invisible.
  • Last resort, which is rolling back to 3.6.

Either way, I can implement this or other alternatives myself if needed, since I was the one who pushed the change to 3.7. So, let me know what you think.

Edit: A separate issue, but it's still using 3.6.x for image tagging as well.

Push 3.7 to Pierone?

Hello,

I see a PR was merged to have 3.7, but there is no 3.7 image available to download - could you please push it? :)

Idea for getting feedback and making these projects AUAP (as useful as possible)

I am wondering if you all would be open to asking other Zalando engineers for their feedback on these projects before we write READMEs, move, or do anything else with them. I have a feedback form ready for this that I've been using to help the owners of other project owners get input; all I would need from you would be the names of some people whose feedback you'd find most valuable. We can do it ASAP if you agree.

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.