Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Split lnd into a separate repo #19

Open
1 of 4 tasks
meeDamian opened this issue Feb 6, 2019 · 0 comments
Open
1 of 4 tasks

Split lnd into a separate repo #19

meeDamian opened this issue Feb 6, 2019 · 0 comments
Assignees

Comments

@meeDamian
Copy link
Member

meeDamian commented Feb 6, 2019

Right now lnd provides its own Dockerfile, however there are some issues with it:

  1. provided Dockerfile does not specify tag/version, and always builds from master which is terrible for us if we want any sanity of debugging
  2. it unnecessarily installs bash in the final stage
  3. 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)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant