You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.
Right now lnd provides its own Dockerfile, however there are some issues with it:
provided Dockerfile does not specify tag/version, and always builds from master which is terrible for us if we want any sanity of debugging
it unnecessarily installs bash in the final stage
it unnecessarily clones entire repo with its history
This issue can be closed when:
there's a new repo lncm/docker-lnd
repo is set to have automated amd64 build on Docker Hub
all lnd stuff is removed from lncm/dockerfiles
arm builds are somehow addressed (either by figuring out how to skip apk add ca-certificates, so Go's native cross-platform builds can be used, or qemu, or manual RBP builds a'la bitcoind)
The text was updated successfully, but these errors were encountered:
Right now lnd provides its own
Dockerfile
, however there are some issues with it:Dockerfile
does not specify tag/version, and always builds frommaster
which is terrible for us if we want any sanity of debuggingbash
in thefinal
stageThis issue can be closed when:
lncm/docker-lnd
amd64
build on Docker Hublncm/dockerfiles
arm
builds are somehow addressed (either by figuring out how to skipapk add ca-certificates
, so Go's native cross-platform builds can be used, orqemu
, or manual RBP builds a'la bitcoind)The text was updated successfully, but these errors were encountered: