specter-desktop/docker/python-bitcoind
Kim Neunert 7418c5cf32
release_notes for 1.5.0 (#1256)
* release_notes for 1.5.0

* fix rgitlab-release-process

* fix release-script for gitlab (part2)
2021-06-28 14:01:42 -05:00
..
Dockerfile release_notes for 1.5.0 (#1256) 2021-06-28 14:01:42 -05:00
Readme.md docker docs: fix up Readme.md files (#792) 2020-12-24 08:07:26 +02:00

This Dockerimage is manually created and uploaded:

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

Here the version is v0.20.1 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 pytest.ini 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 v0.19.1