For proper build caching, we want to first handle the node_modules, and then later copy in the actual files.
Depends on D3712
Differential D3713 Authored by ashoat on Apr 12 2022, 8:27 AM.
Details
Summary For proper build caching, we want to first handle the node_modules, and then later copy in the actual files. Depends on D3712 Test Plan Make sure I can build the Node.js keyserver from Docker
Diff Detail
Event TimelineHerald added subscribers: • abosh, • benschac, • karol and 2 others. · View Herald TranscriptApr 12 2022, 8:27 AM2022-04-12 08:27:51 (UTC-7) Comment Actions Making @jimpo a blocking reviewer to make sure I get his perspective on the Dockerfile. In particular, curious if using multiple subsequent COPY commands is bad Harbormaster completed remote builds in B8126: Diff 11354.Apr 12 2022, 8:37 AM2022-04-12 08:37:07 (UTC-7) • jim added inline comments.
This revision now requires changes to proceed.Apr 18 2022, 5:15 AM2022-04-18 05:15:18 (UTC-7)
Harbormaster completed remote builds in B8284: Diff 11580.Apr 18 2022, 10:09 PM2022-04-18 22:09:20 (UTC-7) • jim added inline comments.
This revision now requires changes to proceed.Apr 18 2022, 11:51 PM2022-04-18 23:51:20 (UTC-7) This revision is now accepted and ready to land.Apr 18 2022, 11:51 PM2022-04-18 23:51:42 (UTC-7) Closed by commit rCOMMca61a68e4d26: yarn cleaninstall from Docker image (authored by ashoat). · Explain WhyApr 19 2022, 9:53 AM2022-04-19 09:53:55 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 11580 keyserver/Dockerfile
keyserver/docker-compose.yml
|