Skip to content

Series of containers build for testing and releasing XMR<>BTC atomic swap related services.

License

Notifications You must be signed in to change notification settings

darkness-su/containers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Containers

A list of Docker images built for supporting @unstoppableswap integration tests and help bootstrapping a swap environment.

About

All images are built with the same aim: flexibility and ease of use in GitHub Actions.

The later support adding services to a job described in yaml format, the docker command is issued with docker create and it is not possible to modify the Docker CMD attribute. Thus images aim to be configured for CI context through env variable with a default CMD.

To be able to reuse these images in other contexts no ENTRYPOINT is specified. Containers can be created by changing the CMD argument, e.g.

docker run --rm ghcr.io/unstoppableswap/containers/bitcoin-core:latest /usr/bin/bitcoind\
    -testnet\
    -server\
    -rest

Licensing

The code in this project is licensed under the MIT License

About

Series of containers build for testing and releasing XMR<>BTC atomic swap related services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%