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
$ git checkout <TAG># <TAG> is the name of the next release/tag
$ make docker-release tag=<TAG>
```
When running the docker reproducible release-build, compile process on macOS and the default file-sharing implementation setting, VirtioFS, a fault occurs:
fatal: detected dubious ownership in repository at '/tmp/build/lnd'
2 warnings found (use docker --debug to expand):
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 12)
- MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 8)
make: *** [docker-release] Error 2
Workaround
A work around is to set the file-sharing implementation setting to "gRPC Fuse" before running make docker-release tag=<TAG> https://docs.docker.com/desktop/settings/
Background
lnd/docs/release.md
Lines 13 to 27 in fd154dd
When running the docker reproducible release-build, compile process on macOS and the default file-sharing implementation setting, VirtioFS, a fault occurs:
Workaround
A work around is to set the file-sharing implementation setting to "gRPC Fuse" before running
make docker-release tag=<TAG>
https://docs.docker.com/desktop/settings/
Command-line workaround
GUI workaround
Docker Desktop -> Settings -> "Choose file sharing implementation for your containers"
Click "gRPC FUSE" radio button
Fix
Expected behaviour
lnd's docker-release process supports docker's default file-sharing implementation setting, VirtioFS
Actual behaviour
Opaque error and build process faults / fails
The text was updated successfully, but these errors were encountered: