Commit graph

8 commits

Author SHA1 Message Date
Bradley M. Kuhn
d2c6ce6d48 docker: Node/Yarn: install nodesource & yarn keys from local copy
As an additional security measure, don't use the network version of
setup_14.x.  Instead, save nodesource and yarn keys locally and do
the operations in the Dockerfile to install the keys.  Then, simply
do the apt install of the dependencies needed from both places.

Keep a copy of the setup_14.x in the data directory as well.  In
future, it might be useful to have a script that compares the
versions of that script and keys on the nodesource and yarn websites
— mainly to semi-automatically verify if upstream details have
changed.
2021-08-09 19:00:58 -07:00
Eric
6e01ac5826 Update docker scripts to Node 14 and Postgres 12 2020-07-30 16:21:38 -05:00
Eric Schultz
abbfae739c Removal of the codegen 2020-04-23 14:09:58 -05:00
Eric Schultz
70da246773 Convert to yarn 2019-11-05 15:51:46 -06:00
Eric Schultz
e4722ec3ca Update Node 13 (simplifies ICU) 2019-11-05 15:37:47 -06:00
Eric Schultz
c0eb3f40bd REBUILD WITH ./dc build -- Add full-icu to docker containers because Node doesn't include it 2019-05-31 17:19:51 -05:00
Eric Schultz
403da6d97b Fix for strange postgres install bug 2019-02-20 15:38:53 -06:00
Eric Schultz
d5e872bb72 Update to a more usable Docker format 2018-09-07 13:26:37 -05:00