specter-desktop/docker/python-bitcoind/Readme.md
Kim Neunert 8f1ba50499
Dependencies (#687)
* Bump docker from 4.1.0 to 4.3.1

Bumps [docker](https://github.com/docker/docker-py) from 4.1.0 to 4.3.1.
- [Release notes](https://github.com/docker/docker-py/releases)
- [Commits](https://github.com/docker/docker-py/compare/4.1.0...4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump pytest from 5.2.2 to 6.1.2

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.2.2 to 6.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/5.2.2...6.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump requests from 2.23.0 to 2.25.0

Bumps [requests](https://github.com/psf/requests) from 2.23.0 to 2.25.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.23.0...v2.25.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Migrate to Bitcoind v0.20.1

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-26 20:25:21 +01:00

658 B

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