Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Refactored/reworked mainly upgrading and slimming Image and added examples #18

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

justb4
Copy link

@justb4 justb4 commented Jun 30, 2020

Still work in progress, but reworked the Dockerfile to more current library versions and to slim it from 1GB to about 290MB.
See comments in Dockerfile, basically, using https://github.com/geopython/pygeoapi/blob/master/Dockerfile as example:

  • using Debian (Buster) Slim image (Bullseye tried but Python 3.8 incompat with MapProxy).
  • avoided building wheels by installing python- packages
  • removing build dependency packages.
  • compacting ENV and RUN statements

Also added two examples and some optimizations, text edits etc.

The standard example works, so almost good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant