Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thombashi/python-ci-image
A Docker image for CI with Python
https://github.com/thombashi/python-ci-image
docker-image dockerfile
Last synced: about 1 month ago
JSON representation
A Docker image for CI with Python
- Host: GitHub
- URL: https://github.com/thombashi/python-ci-image
- Owner: thombashi
- License: mit
- Created: 2022-02-12T07:09:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T08:46:05.000Z (8 months ago)
- Last Synced: 2024-10-30T05:58:34.296Z (3 months ago)
- Topics: docker-image, dockerfile
- Language: Makefile
- Homepage: https://github.com/thombashi/python-ci-image/pkgs/container/python-ci
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-ci-image
A Docker image for CI with Python.[![Build and publish Docker images to ghcr.io](https://github.com/thombashi/python-ci-image/actions/workflows/build_docker_image_ghcrio.yml/badge.svg)](https://github.com/thombashi/python-ci-image/actions/workflows/build_docker_image_ghcrio.yml)
[![Build and publish Docker images to docker.io](https://github.com/thombashi/python-ci-image/actions/workflows/build_docker_image_dockerio.yml/badge.svg)](https://github.com/thombashi/python-ci-image/actions/workflows/build_docker_image_dockerio.yml)## Docker registries
- [ghcr](https://github.com/thombashi/python-ci-image/pkgs/container/python-ci)
- [dockerhub](https://hub.docker.com/r/thombashi/python-ci)## Preinstalled packages
The following packages are preinstalled in `python-ci` images:- `Python`
- [pip](https://pip.pypa.io/en/stable/)
- [tox](https://tox.wiki/en/latest/)
- `make`## Available tags for python-ci image
- `3.12`
- `3.11`
- `3.10`
- `3.9`
- `3.8`