marpaia / python-containers

Python base containers using Ubuntu 20.04 LTS and Clang 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Containers

This repo contains Docker configurations for building Python containers with my favorite tools:

  • The most recent Ubuntu LTS as the base image
  • The most recent stable version of Clang as the compiler

The following containers are publicly available:

  • gcr.io/python-containers/python:3.10.12
  • gcr.io/python-containers/python:3.9.8
  • gcr.io/python-containers/python:3.9.6
  • gcr.io/python-containers/python:3.9.4
  • gcr.io/python-containers/python:3.8.9
  • gcr.io/python-containers/python:3.7.10

About

Python base containers using Ubuntu 20.04 LTS and Clang 10

License:MIT License


Languages

Language:Dockerfile 100.0%