ct-Open-Source / ct-Open-Source/tuya-convert
Cannot build docker Tuya-convert
- Dominant language
- Python
- Stars
- 5.1k
- Forks
- 523
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I am new to this world of coding and is learning all through what is discussed. Unless I did not get it, I have found no issue (apart from the alternate docker installation) on how to resolve this.
I tried to build docker tuya-convert and it is telling me that there is no docker image for my Raspberry Pi 4B. Below is an extract of my command and the error. How do I get a docker image built for my architecture? Thanks in advance.
> _pi@raspberrypi:~/tuya-convert $ docker build -t tuya:latest .
> Sending build context to Docker daemon 5.263MB
> Step 1/7 : FROM phusion/baseimage:master
> master: Pulling from phusion/baseimage
> no matching manifest for linux/arm/v7 in the manifest list entries_
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the repository's Docker build context and the FROM phusion/baseimage:master line shown in the build output. Reproduce docker build -t tuya:latest . on a Raspberry Pi 4B and compare the requested linux/arm/v7 architecture with the base image manifests. Done means a working or documented build path for that architecture.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, raspberry-pi
- Domain
- build-system, embedded-iot
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100