Hi There,
Can i request to get latest update for docker image to be use in raspberry pi 4 ?
Try to build, and rebuild since 3 days, can't get it right at all
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.70. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Hi @WillyRL ,
You can find here a Dockerfile working fine for PI 4 !
I made an ARM64 image.
@WillyRL let me know if this works for you: https://hub.docker.com/r/gounthar/stf-aarch64/tags
And... an ARMHF image.
https://hub.docker.com/r/gounthar/stf-armhf/tags
Thank you for your help @denis99999 and @gounthar will take a shoot for all the images you guys shared, and will update the result here
Dockerfiles for arm were added: https://github.com/openstf/stf/pull/1174
@gounthar How are you? I want to ask you an question when I am using your shared image https://hub.docker.com/r/gounthar/stf-armhf/
openstf | module.js:538
openstf | throw err;
openstf | ^
openstf |
openstf | Error: Cannot find module 'please-update-dependencies'
openstf | at Function.Module._resolveFilename (module.js:536:15)
openstf | at Function.Module._load (module.js:466:25)
openstf | at Module.require (module.js:579:17)
openstf | at require (internal/module.js:11:18)
openstf | at Object.
openstf | at Module._compile (module.js:635:30)
openstf | at Object.Module._extensions..js (module.js:646:10)
openstf | at Module.load (module.js:554:32)
openstf | at tryModuleLoad (module.js:497:12)
openstf | at Function.Module._load (module.js:489:3)
openstf exited with code 1
How can I fix this quickly? Thanks in advance!
Below is my docker-compose file :
stf:
image: gounthar/stf-armhf
privileged: true
container_name: openstf
depends_on:
- db
- adb
network_mode: host
command: "stf local --public-ip xx.xx.xx.xx"
Hi @cartoonboy1989 ,
I'm fine, thank you. Could you please try my new version for aarch64?
I am using this docker-compose.yml file, and it does work for me.