specter-desktop/docker/python-bitcoind/Readme.md
k9ert ef364ce1bc
Chore: refurbish release infrastructure (#2198)
* change release infra

* syntax error

* fix buildscript (hopefully)

* fix pip generation too

* fix build (hopefully)

* fix bloated sdid (mainly MANIFEST.in)

* adjust tests, remove importlib_meta

* fix dependency issue in release jobs

* fix tests and remove pytest.ini entirely

* fix install_noded script

* fix test

* fix tests

* stupid versioin parsing does not work!

* try to fix version guessing

* and again
2023-02-15 14:58:33 +01:00

680 B

This Dockerimage is manually created and uploaded:

docker build . -t registry.gitlab.com/cryptoadvance/specter-desktop/python-bitcoind:v22.0
docker push registry.gitlab.com/cryptoadvance/specter-desktop/python-bitcoind:v22.0

Here the version is v23.0 but that's just an example. This folder just explains how the image is created. Which image is USED is specified:

  • In the case of tests in pyproject.toml in the addopts-line (MIGHT be different in different branches)
  • in the case of running
python3 -m cryptoadvance.specter bitcoind #it's using "latest"

but you can override like this:

python3 -m cryptoadvance.specter bitcoind --docker-tag v22.0