1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00
Commit Graph

23 Commits

Author SHA1 Message Date
Roman Zeyde
dd21df19db
Add Cirrus CI for ARM & x86 builds (#896) 2023-06-28 18:39:15 +03:00
Roman Zeyde
d2c794cc20
Bump MSRV to 1.63.0 and update dependencies 2023-06-10 17:08:32 +03:00
Roman Zeyde
7a4b1790da Drop librocksdb-dev version from Dockerfile 2022-09-12 22:01:27 +03:00
Andreas Schildbach
ce9b19db63 Dockerfile: re-add curl, so it can be used for docker health checks 2021-11-14 12:14:25 +02:00
Roman Zeyde
026075dbc1 Support Rust 1.48.0 and test on Debian 11
It still compiles on Rust 1.41.1 (with a few clippy warnings).

Also, move CI-related `Dockerfile` to `Dockerfile.ci`.
2021-10-24 10:04:53 +03:00
Roman Zeyde
8a0e22f1c8 Add a Docker-related disclaimer 2021-10-20 11:36:12 +03:00
Roman Zeyde
9e77534e33 Use docker only for integration tests
Run clippy/fmt/unittests separately.
2021-09-15 18:03:23 +03:00
Roman Zeyde
89bca4900d Use latest Bitcoin Core release (22.0) in CI 2021-09-14 08:52:04 +03:00
Roman Zeyde
fe1bfe3bc1 Probe metrics endpoint in CI 2021-08-27 22:28:54 +03:00
Roman Zeyde
79f38d8852 Add clippy check to Dockerfile build 2021-08-21 20:20:57 +03:00
Roman Zeyde
4dd66f6713 Bump bitcoind version in Dockerfile 2021-08-15 22:27:02 +03:00
Roman Zeyde
d442501e26 Fixup Rust version in Dockerfile 2021-04-16 09:46:35 +03:00
Roman Zeyde
3780d7d48b Refactor and sync using p2p protocol 2021-04-14 18:38:59 +03:00
James O'Beirne
15ba15a69e
docker: account for host/container permission differences 2020-09-18 08:50:04 -04:00
Roman Zeyde
c5eac91b36
Remove 'cargo build' from Dockerfile 2020-08-14 15:23:22 +03:00
David Parrish
4f46919f35
Update rust version for Dockerfile to 1.44.1 2020-07-06 16:16:34 -04:00
David Parrish
0980b44c6f
Apply hadolint recommendations 2020-07-06 16:16:01 -04:00
Luke Childs
d1c7c7fd9e
Pin Docker Rust base image to Debian Buster
https://github.com/docker-library/repo-info/blob/master/repos/rust/tag-details.md#rust1420-slim-buster
2020-04-14 17:24:37 +03:00
Roman Zeyde
7d23da5ffc
Update Docker to use 'rust:1.42.0-slim' 2020-04-12 21:12:17 +03:00
Roman Zeyde
43ecefb4b8
Update Dockerfile to use Rust 1.34.0 2019-04-30 20:36:16 +03:00
Roman Zeyde
bb8baf4108
Update Dockerfile to install libsnappy-dev and to use current source code
Also, update Docker usage documentation.
2019-03-03 22:34:39 +02:00
Roman Zeyde
b1bec059a8
Specify user, workdir, ports and signal at Dockerfile 2018-08-20 19:27:23 +03:00
Roman Zeyde
227b6ed74b
Add simple Dockerfile 2018-08-19 19:27:14 +03:00