meedan / check

Development environment for Meedan Check, a collaborative media annotation platform
https://meedan.com/check
MIT License
127 stars 53 forks source link

Specify chromedriver platform in docker-test.yml #96

Closed vasconsaurus closed 3 months ago

vasconsaurus commented 3 months ago

Last week I started running into an error when running the git-update.sh script. The issue happened when it got to: docker compose -f docker-compose.yml -f docker-test.yml build

The error:

failed to solve: selenium/standalone-chrome:125.0: failed to resolve source metadata for docker.io/selenium/standalone-chrome:125.0: no match for platform in manifest: not found

Specifying the platform in the docker-test.yml file fixed this for me.

Note and Thanks ❤️ @amoedoamorim helped me with this one, he might be able to give some more context if needed.