https://github.com/borisskert/docker-python3
These images can be used during ansible molecule tests
https://github.com/borisskert/docker-python3
ansible debian docker molecule openwrt python python3 ubuntu
Last synced: 2 months ago
JSON representation
These images can be used during ansible molecule tests
- Host: GitHub
- URL: https://github.com/borisskert/docker-python3
- Owner: borisskert
- License: mit
- Created: 2020-05-19T18:43:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T13:21:49.000Z (over 1 year ago)
- Last Synced: 2025-03-17T23:58:26.865Z (over 1 year ago)
- Topics: ansible, debian, docker, molecule, openwrt, python, python3, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# python3 Docker images
These images can be used during ansible molecule tests.
## Included packages
* python3
* python3-pip
## Version overview
| Image version | Base image | Python3 version | OS version | CPU architecture |
|---------------|-------------------|-----------------|--------------|--------------------------------------|
| `noble` | `ubuntu:noble` | 3.12 | Ubuntu 24.04 | amd64, arm/v7, arm64/v8 |
| `jammy` | `ubuntu:jammy` | 3.10 | Ubuntu 22.04 | amd64, arm/v7, arm64/v8 |
| `focal` | `ubuntu:focal` | 3.8 | Ubuntu 20.04 | amd64, arm/v7, arm64/v8 |
| `bionic` | `ubuntu:bionic` | 3.6 | Ubuntu 18.04 | 386, amd64, arm/v7, arm64/v8 |
| `xenial` | `ubuntu:xenial` | 3.5 | Ubuntu 16.04 | 386, amd64, arm/v7, arm64/v8 |
| `bookworm` | `ubuntu:bookworm` | 3.11 | Debian 12 | 386, amd64, arm/v5, arm/v7, arm64/v8 |
| `bullseye` | `ubuntu:bullseye` | 3.9 | Debian 11 | 386, amd64, arm/v5, arm/v7, arm64/v8 |
| `buster` | `ubuntu:buster` | 3.7 | Debian 10 | 386, amd64, arm/v7, arm64/v8 |
## License
MIT
## Author Information
* [borisskert](https://github.com/borisskert)
## Further links
* [borisskert/python3 @ Docker hub](https://hub.docker.com/r/borisskert/python3)
* [borisskert/python3 @ Github](https://github.com/borisskert/docker-python3)
* [pycontribs Docker images](https://hub.docker.com/u/pycontribs)