Raspberry Pi 1 compatible Docker image with Alpine Linux and MariaDB. Just ~57MB. It is based on the official MariaDB Docker Image ported to the arm32v6 based Raspbery Pi 1. The setup script is based on official MariaDB docker image, so the usage is the same.
- Resin.io's blog post Building arm containers on any x86 machine
- Hypriot's blog post Setup a simple CI pipeline for arm images
- upgrade to mariadb 10.1.28-r1
- Custom base image: Alpine Linux arm32v6 ver 3.7 with qemu-arm-static
- Tested on Raspberry Pi 1 Model B Rev 2 with Raspbian 4.9.51-1+rpi3 (2017-10-22) armv6l GNU/Linux and Docker v17.10.0-ce (It looks Docker 17.11.0 has the problem. sudo apt install docker-ce=17.10.0
ce-0raspbian)
- first release
- Custom base image: Alpine Linux arm32v6 ver 3.6 with qemu-arm-static
- Tested on Raspberry Pi 1 Model B Rev 2 with Arch Linux 4.9.58-1 and Docker v17.10.0-ce