Lakshya Singh
91e4c9b8af
compose: add build args and remove defaults
...
- repository and hashes
- bitcoin version and sha256sums hash
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2024-03-13 22:03:16 +05:30
Lakshya Singh
c88dd5fd27
txoo: healthcheck fix latest file retrieval
...
ls -r1t doesn't get latest time sorted file
r with t reverses things to get oldest one instead
use just r as time of file generation might not be sequential
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2024-01-30 00:32:32 +05:30
Lakshya Singh
8aa940abf1
Dockerfile: healthcheck dont use sh
...
- interpreter already set in the scripts not need to use /bin/sh -c
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2024-01-27 00:16:43 +05:30
Lakshya Singh
eb4926b203
txoo: healthcheck based on latest block
...
- fail if latest attestation is more than a block behind
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-12-14 23:21:00 +05:30
Lakshya Singh
f9de5cfa30
txoo: entrypoint update use BITCOIN_RPC_URL
...
- common env var
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-12-14 23:21:00 +05:30
Lakshya Singh
e24d968f27
dockerfile: update vls & txoo git hash
...
- fix for latest rust vls
- txoo fix block_iterator update
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-12-05 22:26:12 +05:30
Lakshya Singh
eeaac24d54
dockerfile: optimize on size and network call
...
- merge multiple steps to reduce number of layers
- run make clean to reduce layer size
- run cargo clean
- merge multiple ARG into single step
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-12-05 22:26:12 +05:30
Lakshya Singh
014042f409
txoo: separate repo download and build
...
- add arg for txoo_data dir
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-12-05 22:26:12 +05:30
Lakshya Singh
a851c5c0d4
dockerfile: all services standalone
...
- bitcoind
- lightnind
- txood
- vlsd: already
- update future work
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-11-16 21:45:01 +05:30
Lakshya Singh
b02b64ece1
txoo: compose env var set network not chain
...
- no need of using switch in entrypoint
- directly set the network instead of chain
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-11-05 16:24:11 +05:30
Lakshya Singh
55f5bc8ec5
dockerfile: rename git hash and add git repo
...
- rename git hash to repo_GIT_HASH
- add arg for repo as well to provide customization
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-11-02 00:36:31 +05:30
Lakshya Singh
51182984e3
feat: fix git commit hash for repos
...
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-10-19 18:26:58 +05:30
Lakshya Singh
8ec90008ed
feat: txood docker image
...
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-10-15 03:27:26 +05:30