Building Erlang Projects Offline

Mikael Pettersson mikpelinux@REDACTED
Mon Feb 21 15:08:22 CET 2022


On Sun, Feb 20, 2022 at 11:11 PM Viktor Söderqvist
<viktor@REDACTED> wrote:
> Why would you want to do that anyway? And why does anyone want a build
> environment to be offline? Well, automatically downloading and running
> any code that you haven't proof-read and approved in advance can be
> regarded a security issue.

+1

We maintain our own internal mirrors of whatever 3rd party software we
might depend on, and build machines are only able to access those, not
the Internet. Yes it does require tweaks to rebar.config but the
alternative of just pulling stuff off the Internet is simply not an
option. (All our environments are network-isolated, not just build
nodes.)


More information about the erlang-questions mailing list