Please consider building ARMv7 docker images, in addition to amd64, arm64.
Description of problem
While the redis docker image has full ARM support, it looks like the plumbing docker images don't have ARM support.
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested
How reproducible
All the time on ARMv7 devices.
Steps to Reproduce
On an ARMv7 (e.g., Raspberry Pi) device, run the following:
dokku redis:create test
Actual Results
% dokku redis:create test
Waiting for container to be ready
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested
ERROR: unable to connect
! Failed to execute dokku command over ssh: exit code 0
! If there was no output from Dokku, ensure your configured SSH Key can connect to the remote server
Please consider building ARMv7 docker images, in addition to amd64, arm64.
Description of problem
While the redis docker image has full ARM support, it looks like the plumbing docker images don't have ARM support.
How reproducible
All the time on ARMv7 devices.
Steps to Reproduce
On an ARMv7 (e.g., Raspberry Pi) device, run the following:
Actual Results
Expected Results
The service should start successfully.
Environment Information
How (deb/make/rpm) and where (AWS, VirtualBox, physical, etc.) was Dokku installed?:
Dokku was installed via docker on a Raspberry Pi 4 (ARMv7).