README.md

    alpine-python

    This is a Docker image for Python on Alpine Linux. It is based on the official Alpine Linux image, which is only a 5MB image, and contains Python and pip.

    What's in this image?

    • zsh : supported smart completion and history search
    • python3.9 : the latest python3.9 and pip
    • vim: the best editor
    • sshd: support develop by python remote interpreter

    How to use this repository

    1. Fork this repository to your own account space
    2. Change the Dockerfile to fit your needs
    3. Change the circleci config to fit your needs
    4. Push your changes to your forked repository

    Tree of these images

    py3

    the images build python3.9 and pip

    • python3.9
    • zsh
    • vim
    • sshd

    py3-dbs

    based on py3 and add some database drivers

    • oracle
    • unixodbc

    py3-jdk

    based on openjdk:18-alpine3.15 and install python zsh vim sshd

    • openjdk:18
    • python3.9
    • zsh
    • vim
    • sshd

    项目简介

    alpine-python 镜像自动构建仓库

    发行版本

    当前项目没有发行版本

    贡献者 1

    开发语言

    • Dockerfile 81.7 %
    • Shell 18.3 %