7 Commits

Author SHA1 Message Date
Lakshya Singh
43eaa9c8d3
docs: remove v1 compatibility
- update ci for submount feature
- update versions
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2024-08-29 21:26:55 +05:30
Lakshya Singh
61d6c90663
ci: add test to ensure progress not just start
service should have synced to height 101 by end
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2024-08-29 21:21:34 +05:30
Lakshya Singh
05bdda9cac
ci: volume creation not needed for regtest
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2024-08-29 21:21:32 +05:30
rk16449
35f8e2d706 LSS Dockerfile/Compose support 2024-08-23 16:34:04 +00:00
Lakshya Singh
8702d3cc1a
env: add versions for all services
- btc 26.0
- cln 24.0
- vls 0.11.0
- txoo 0.6.4
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2024-03-13 22:07:07 +05:30
Lakshya Singh
4f468d958b
ci: use regtest for testing instead of testnet
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-12-14 23:21:15 +05:30
Lakshya Singh
e926f4aacc
ci: add gitlab ci for docker compose
- split into multiple jobs
- specify tags for runner large
- use buildx and add separate builder default has no cache
- build image from cache and push to registry
- compose use tag and pull
- use cache tag for reuse
- https://github.com/moby/buildkit/issues/1981
- https://github.com/moby/buildkit/issues/3730
- use cache-to and cache-from with registry/cache
- add dockerignore to prevent rebuild on git changes
- use individual builders
- add step for docker compose up
- update readme
- update dockerignore
- add gitignore
- use script reduce duplicate code
- cache from and to in build, compose use cache
- dont push images just use cache
- build in compose step from cache
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-12-06 07:57:31 +05:30