mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-13 05:20:40 +02:00
![]() * feat: initial integration * chore: opt in and readme * chore: add to btcpay env * chore: move env and yml change * chore: image builder * chore: bump version * chore: bump version (#1) * chore: version bump * chore: update repo * chore: bump version |
||
---|---|---|
.. | ||
DockerFile.cs | ||
DockerFileBuildHelper.csproj | ||
DockerInfo.cs | ||
Extensions.cs | ||
Image.cs | ||
Program.cs | ||
README.md | ||
run.sh | ||
StringBuilderEx.cs | ||
update-repo.ps1 | ||
update-repo.sh |
DockerFile build helper
By default, when you use docker deployment, you are fetching pre-built docker images hosted on dockerhub. While this bring the advantage that deployment is fast and reliable, this also mean that you are ultimately trusting the owner of the docker images. This repository generate a script that you can use to build all images from the sources by yourself.
How to use?
Install .NET Core SDK and run:
./run.sh
This will build a build-all.sh
file.
Note that the