镜像概览
- 完整引用
docker.io/robd003/python3.10- Registry
- docker.io
- 命名空间
- robd003
- 仓库
- python3.10
- 已缓存 Tag 数
- 4
- 最近同步
- 07/13/2026, 12:27 PM
简介
Python 3.10 社区基础镜像,精简 Python 运行时与 pip 工具链,Python 应用 Dockerfile 构建与 CI 测试常用底层。
详细介绍
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
最新 Tag(20 条)
查看全部 4 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
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… |