Modern alpine container for multiple python versions and pyvips.
docker run -rm -it -v $(pwd):/app thumbororg/alpine-pyvips:latest /bin/bash
Will run python v3.10.1 with libvips v8.12.1 and pyvips already installed.
- Alpine image with multiple python 3 versions
- Up-to-date version of libvips
- pyvips already installed
docker-alpine-pyvips builds images for several python versions and latest versions of libvips.
Supported Versions:
- 🐍python 3.7.12, 3.8.12, 3.9.9, 3.10.1 and 3.11.0a4
- 📷libvips 8.12.1
So the available tags are:
latest
3.10
3.10.1
latest-8.12.1
3.10-8.12.1
3.10.1-8.12.1
3.9
3.9.9
3.9-8.12.1
3.9.9-8.12.1
3.8
3.8.12
3.8-8.12.1
3.8.12-8.12.1
3.7
3.7.12
3.7-8.12.1
3.7.12-8.12.1
3.11
3.11.0a4
3.11-8.12.1
3.11.0a4-8.12.1
They are a format of "{python version}-{libvips version}".
Just select the tag you want and run with:
docker run --rm -it thumbororg/alpine-pyvips:$DOCKERTAG /bin/bash
docker-alpine-pyvips is an open-source project. Join them contributing code or contributing documentation.
MIT License
Copyright (c) 2022 docker-alpine-pyvips (by @heynemann)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.