https://github.com/openpolis/python-slim
Python slim-based images with perks used at Openpolis
https://github.com/openpolis/python-slim
Last synced: 5 months ago
JSON representation
Python slim-based images with perks used at Openpolis
- Host: GitHub
- URL: https://github.com/openpolis/python-slim
- Owner: openpolis
- Created: 2017-11-07T15:59:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T17:53:00.000Z (over 8 years ago)
- Last Synced: 2025-05-31T13:05:26.190Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
These images are based on the official python, slim-tagged images.
## Introduction
Some useful packages are installed along the minimal release offered by slim,
that makes working within this image more confortable:
- wget
- git-core
- tmux
- vim
- locales
- less
Locales specified in locales.txt are generated.
pip is upgraded to its latest version.
An /app directory is created and made the working directory.
# Supported tags and respective `Dockerfile` links
- [`3.6`( *3.6/Dockerfile*)](https://github.com/openpolis/python-slim/blob/master/versions/3.6/Dockerfile)
- [`gdal-3.6` (*gdal-3.6/Dockerfile*)](https://github.com/openpolis/python-slim/blob/master/versions/gdal-3.6/Dockerfile)