specter-desktop/docker/cypress-python-jammy
k9ert a24df2eb50
ci: add GHA test workflow + GPG-verify bitcoind/elementsd downloads (#2606)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-17 20:50:12 +02:00
..
Dockerfile ci: upgrade Node.js 12→18, migrate CI images to GHCR (#2602) 2026-04-12 20:06:26 +02:00
Readme.md ci: add GHA test workflow + GPG-verify bitcoind/elementsd downloads (#2606) 2026-04-17 20:50:12 +02:00

An image, ready to be used with cypress but also provides all the dependencies we need for testing specter-desktop. Use versions of cypress as the version part of the tag. So e.g.:

docker build . -t ghcr.io/cryptoadvance/specter-desktop/cypress-python-jammy:20260411
docker push ghcr.io/cryptoadvance/specter-desktop/cypress-python-jammy:20260411

Search for cypress-python on where this is used in the project.

When editing this Dockerfile, rebuild and push to ghcr.io/cryptoadvance/specter-desktop/cypress-python-jammy with a new tag, then update the digest pin in .github/workflows/test.yml.