Conversation
| # @since 2016-01 | ||
| # | ||
| # | ||
| FROM phusion/baseimage:0.9.16 |
There was a problem hiding this comment.
Without debating the relative merrits of phusion's base images, I can say for sure the relay network stuff should work fine on the regular base images, and in the interest of reducing trust and resource requirements, I'd prefer if you used the docker-provided images.
|
Havent tried to test it, but aside from the one nit generally looks great. |
|
This works really well for development (using consistent dependencies and a common base image). If there's interest in shipping a minimal image for deployment on production servers, I'd recommend looking into building with this image but packaging the resulting binary in a busybox image. That would likely produce an image < 25 MiB. |
|
It might be smart to update the base image here. This PR is over four years old. |
|
The RelayNode work has been long-since replaced by FIBRE. The repo not having been archived was an oversight. |
No description provided.