Raspberry Pi OS Base Images
5.3K
GitHub Repo | Docker Hub | GitHub Container Registry
Here are Docker container base images for building and running software that requires Raspberry Pi's Debian packageset.
So far Debian and Python base images are supported, but any base images based on Debian Bookworm or Bullseye could theoretically be supported. Create a pull request or issue if you'd like one added.
The linux/arm64 (64-bit) and linux/arm/v7 (32-bit) architectures are
supported (limiting factor here is the Pi itself)
These are suitable for use cases where Debian packages that are available in
Raspberry Pi's repositories are needed, for example in my use case the package
libraspberrypi0 was needed.
From your Dockerfile,
FROM dtcooper/raspberrypi-os:bookworm
Or from the command line
$ docker run -it dtcooper/raspberrypi-os:bookworm
Debian (Bookworm)
debian:bookwormdtcooper/raspberrypi-os:latest, ghcr.io/dtcooper/raspberrypi-os:latestlatest, bookwormDebian (Bullseye)
debian:bullseyedtcooper/raspberrypi-os:bullseye, ghcr.io/dtcooper/raspberrypi-os:bullseyebullseyePython 3.14 (Debian Bookworm)
python:3.14-bookwormdtcooper/raspberrypi-os:python, ghcr.io/dtcooper/raspberrypi-os:pythonpython, python-bookworm, python3.14, python3.14-bookwormPython 3.13 (Debian Bookworm)
python:3.13-bookwormdtcooper/raspberrypi-os:python, ghcr.io/dtcooper/raspberrypi-os:pythonpython, python-bookworm, python3.13, python3.13-bookwormPython 3.12 (Debian Bookworm)
python:3.12-bookwormdtcooper/raspberrypi-os:python, ghcr.io/dtcooper/raspberrypi-os:pythonpython3.12, python3.12-bookwormPython 3.11 (Debian Bookworm)
python:3.11-bookwormdtcooper/raspberrypi-os:python3.11, ghcr.io/dtcooper/raspberrypi-os:python3.11python3.11, python3.11-bookwormPython 3.10 (Debian Bookworm)
python:3.10-bookwormdtcooper/raspberrypi-os:python3.10, ghcr.io/dtcooper/raspberrypi-os:python3.10python3.10, python3.10-bookwormPython 3.9 (Debian Bookworm)
python:3.9-bookwormdtcooper/raspberrypi-os:python3.9, ghcr.io/dtcooper/raspberrypi-os:python3.9python3.9, python3.9-bookwormPython 3.8 (Debian Bookworm)
python:3.8-bookwormdtcooper/raspberrypi-os:python3.8, ghcr.io/dtcooper/raspberrypi-os:python3.8python3.8, python3.8-bookwormPython 3.14 (Debian Bullseye)
Python 3.13 (Debian Bullseye)
python:3.13-bullseyedtcooper/raspberrypi-os:python-bullseye, ghcr.io/dtcooper/raspberrypi-os:python-bullseyepython-bullseye, python3.13-bullseyePython 3.12 (Debian Bullseye)
python:3.12-bullseyedtcooper/raspberrypi-os:python-bullseye, ghcr.io/dtcooper/raspberrypi-os:python-bullseyepython3.12-bullseyePython 3.11 (Debian Bullseye)
python:3.11-bullseyedtcooper/raspberrypi-os:python3.11-bullseye, ghcr.io/dtcooper/raspberrypi-os:python3.11-bullseyepython3.11-bullseyePython 3.10 (Debian Bullseye)
python:3.10-bullseyedtcooper/raspberrypi-os:python3.10-bullseye, ghcr.io/dtcooper/raspberrypi-os:python3.10-bullseyepython3.10-bullseyePython 3.9 (Debian Bullseye)
python:3.9-bullseyedtcooper/raspberrypi-os:python3.9-bullseye, ghcr.io/dtcooper/raspberrypi-os:python3.9-bullseyepython3.9-bullseyePython 3.8 (Debian Bullseye)
python:3.8-bullseyedtcooper/raspberrypi-os:python3.8-bullseye, ghcr.io/dtcooper/raspberrypi-os:python3.8-bullseyepython3.8-bullseyeContent type
Image
Digest
sha256:ba575920b…
Size
68.5 MB
Last updated
8 months ago
docker pull electronstudio/raspberrypi-os