Overview
- Full name
docker.io/robd003/python3.10- Registry
- docker.io
- Namespace
- robd003
- Repository
- python3.10
- Cached tags
- 4
- Last synced
- 07/13/2026, 12:27 PM
Introduction
Python 3.10 社区基础镜像,精简 Python 运行时与 pip 工具链,Python 应用 Dockerfile 构建与 CI 测试常用底层。
Details
robd003/python3.10 提供 Python 3.10 运行时环境,适合作为应用构建基础层。定位为 Python 应用基础镜像,作为 Dockerfile FROM 安装依赖并运行脚本;Web API、数据脚本或 CI 测试环境的 Python 3.10 统一基底。
快速启动
docker run --rm docker.io/robd003/python3.10:latest python --version
推荐实践
# Dockerfile: FROM robd003/python3.10:latest
# COPY requirements.txt .
# RUN pip install -r requirements.txt
# COPY . /app
核心参数说明
- 版本 — Python 3.10
- 用法 — 多阶段构建 FROM
- pip — 安装项目依赖
- 生产 — 锁定 digest
Latest tags (20)
View all 4 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/robd003/python3.10 :3.10.2 | linux/arm64linux/amd64 | 2022/01/21 11:55 | 352.4 MB | sha256:e370fd809f88… | |||
docker.io/robd003/python3.10 :latest | linux/arm64linux/amd64 | 2022/01/21 11:55 | 352.4 MB | sha256:e370fd809f88… | |||
docker.io/robd003/python3.10 :3.10.1 | linux/amd64linux/arm64 | 2021/12/10 10:35 | 362.1 MB | sha256:049ae25f100a… | |||
docker.io/robd003/python3.10 :3.10.0 | linux/amd64linux/arm64 | 2021/10/05 07:23 | 361.9 MB | sha256:18f989538d6d… |