ct-Open-Source / ct-Open-Source/tuya-convert

Docker for Raspberry pi 4 error: no matching manifest for linux/arm/v7 in the manifest list entries

Open
#971 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
5.1k
Forks
523
PR merge metrics
No merged PRs in 30d

Description

Im trying to run tuya-convert in a docker instance on my Pi 4b. I'm running into this error :

docker build -t tuya:latest .
`
Sending build context to Docker daemon 5.665MB
Step 1/7 : FROM phusion/baseimage:master
master: Pulling from phusion/baseimage
no matching manifest for linux/arm/v7 in the manifest list entries
`

Any help please (Im new to docker) ?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the Docker build command and the Dockerfile entry shown in the report, especially FROM phusion/baseimage:master. Check which architectures that image provides and compare them with the Pi's linux/arm/v7 target. Done means identifying a compatible build path or documenting that the reported base image cannot support this target.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, raspberry-pi
Domain
devops, embedded-iot
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.