本站面向开发者与科研用户,提供开源镜像的搜索和下载加速服务。
所有镜像均来源于原始开源仓库,本站不存储、不修改、不传播任何镜像内容。

raspberrypi-os Docker 镜像下载 - 轩辕镜像

raspberrypi-os 镜像详细信息和使用指南

raspberrypi-os 镜像标签列表和版本信息

raspberrypi-os 镜像拉取命令和加速下载

raspberrypi-os 镜像使用说明和配置指南

Docker 镜像加速服务 - 轩辕镜像平台

国内开发者首选的 Docker 镜像加速平台

极速拉取 Docker 镜像服务

相关 Docker 镜像推荐

热门 Docker 镜像下载

raspberrypi-os
dtcooper/raspberrypi-os

raspberrypi-os 镜像详细信息

raspberrypi-os 镜像标签列表

raspberrypi-os 镜像使用说明

raspberrypi-os 镜像拉取命令

Docker 镜像加速服务

轩辕镜像平台优势

镜像下载指南

相关 Docker 镜像推荐

Raspberry Pi OS Docker基础镜像,用于构建和运行需要其Debian软件包的应用,支持Debian Bookworm/Bullseye及Python版本,兼容arm64(64位)和arm/v7(32位)架构。
5 收藏0 次下载activedtcooper

raspberrypi-os 镜像详细说明

raspberrypi-os 使用指南

raspberrypi-os 配置说明

raspberrypi-os 官方文档

Raspberry Pi OS Docker基础镜像

概述

Raspberry Pi OS Docker基础镜像是用于构建和运行需要Raspberry Pi Debian软件包集合的容器镜像。目前支持Debian和Python基础镜像,理论上可支持任何基于Debian Bookworm或Bullseye的基础镜像。若需添加其他镜像,可提交拉取请求或问题。

支持linux/arm64(64位)和linux/arm/v7(32位)架构(受限于Raspberry Pi本身的架构支持)。适用于需要Raspberry Pi仓库中Debian软件包的场景,例如需要libraspberrypi0等特定包的应用。

核心功能与特性

  • 多基础镜像支持:提供Debian(Bookworm、Bullseye)和Python系列基础镜像
  • 架构兼容性:支持arm64(64位)和arm/v7(32位)架构,适配Raspberry Pi硬件
  • 软件包集成:包含Raspberry Pi专属Debian软件包仓库,可直接使用其特有的系统包

使用场景

适用于需要Raspberry Pi仓库中特定Debian软件包的应用构建与运行,典型场景如依赖libraspberrypi0等仅在Raspberry Pi仓库中提供的系统库的应用开发。

使用方法

Dockerfile引用

在Dockerfile中直接引用基础镜像:

Dockerfile
FROM dtcooper/raspberrypi-os:bookworm

命令行运行

通过命令行直接启动交互容器:

bash
$ docker run -it dtcooper/raspberrypi-os:bookworm

容器镜像列表

Debian基础镜像

Debian (Bookworm)

  • 基础镜像:debian:bookworm
  • 镜像名称:dtcooper/raspberrypi-os:latestghcr.io/dtcooper/raspberrypi-os:latest
  • 标签:latestbookworm

Debian (Bullseye)

  • 基础镜像:debian:bullseye
  • 镜像名称:dtcooper/raspberrypi-os:bullseyeghcr.io/dtcooper/raspberrypi-os:bullseye
  • 标签:bullseye

Python基础镜像

Python 3.13 (Debian Bookworm)

  • 基础镜像:python:3.13-bookworm
  • 镜像名称:dtcooper/raspberrypi-os:pythonghcr.io/dtcooper/raspberrypi-os:python
  • 标签:pythonpython-bookwormpython3.13python3.13-bookworm

Python 3.12 (Debian Bookworm)

  • 基础镜像:python:3.12-bookworm
  • 镜像名称:dtcooper/raspberrypi-os:pythonghcr.io/dtcooper/raspberrypi-os:python
  • 标签:python3.12python3.12-bookworm

Python 3.11 (Debian Bookworm)

  • 基础镜像:python:3.11-bookworm
  • 镜像名称:dtcooper/raspberrypi-os:python3.11ghcr.io/dtcooper/raspberrypi-os:python3.11
  • 标签:python3.11python3.11-bookworm

Python 3.10 (Debian Bookworm)

  • 基础镜像:python:3.10-bookworm
  • 镜像名称:dtcooper/raspberrypi-os:python3.10ghcr.io/dtcooper/raspberrypi-os:python3.10
  • 标签:python3.10python3.10-bookworm

Python 3.9 (Debian Bookworm)

  • 基础镜像:python:3.9-bookworm
  • 镜像名称:dtcooper/raspberrypi-os:python3.9ghcr.io/dtcooper/raspberrypi-os:python3.9
  • 标签:python3.9python3.9-bookworm

Python 3.8 (Debian Bookworm)

  • 基础镜像:python:3.8-bookworm
  • 镜像名称:dtcooper/raspberrypi-os:python3.8ghcr.io/dtcooper/raspberrypi-os:python3.8
  • 标签:python3.8python3.8-bookworm

Python 3.13 (Debian Bullseye)

  • 基础镜像:python:3.13-bullseye
  • 镜像名称:dtcooper/raspberrypi-os:python-bullseyeghcr.io/dtcooper/raspberrypi-os:python-bullseye
  • 标签:python-bullseyepython3.13-bullseye

Python 3.12 (Debian Bullseye)

  • 基础镜像:python:3.12-bullseye
  • 镜像名称:dtcooper/raspberrypi-os:python-bullseyeghcr.io/dtcooper/raspberrypi-os:python-bullseye
  • 标签:python3.12-bullseye

Python 3.11 (Debian Bullseye)

  • 基础镜像:python:3.11-bullseye
  • 镜像名称:dtcooper/raspberrypi-os:python3.11-bullseyeghcr.io/dtcooper/raspberrypi-os:python3.11-bullseye
  • 标签:python3.11-bullseye

Python 3.10 (Debian Bullseye)

  • 基础镜像:python:3.10-bullseye
  • 镜像名称:dtcooper/raspberrypi-os:python3.10-bullseyeghcr.io/dtcooper/raspberrypi-os:python3.10-bullseye
  • 标签:python3.10-bullseye

Python 3.9 (Debian Bullseye)

  • 基础镜像:python:3.9-bullseye
  • 镜像名称:dtcooper/raspberrypi-os:python3.9-bullseyeghcr.io/dtcooper/raspberrypi-os:python3.9-bullseye
  • 标签:python3.9-bullseye

Python 3.8 (Debian Bullseye)

  • 基础镜像:python:3.8-bullseye
  • 镜像名称:dtcooper/raspberrypi-os:python3.8-bullseyeghcr.io/dtcooper/raspberrypi-os:python3.8-bullseye
  • 标签:python3.8-bullseye

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

oldzhang的头像

oldzhang

运维工程师

Linux服务器

5

"Docker加速体验非常流畅,大镜像也能快速完成下载。"