Page MenuHomePhabricator

[keyserver] Add rsync to Dockerfile
ClosedPublic

Authored by ashoat on Apr 25 2022, 7:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 5, 1:31 PM
Unknown Object (File)
Tue, Nov 5, 3:43 AM
Unknown Object (File)
Oct 8 2024, 1:26 AM
Unknown Object (File)
Oct 8 2024, 1:26 AM
Unknown Object (File)
Oct 8 2024, 1:26 AM
Unknown Object (File)
Oct 8 2024, 1:21 AM
Unknown Object (File)
Sep 30 2024, 2:38 AM
Unknown Object (File)
Sep 17 2024, 3:16 PM

Details

Summary

We use rsync here, so we need to make sure it's in our Dockerfile.

This diff also organizes the Dockerfile into sections. Figured that change was too small to require its own diff.

Depends on D3847

Test Plan

tested that yarn rsync worked inside the Docker image

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek added inline comments.
keyserver/Dockerfile
20 ↗(On Diff #11898)

Maybe I'm missing something, but it looks like cleaninstall is run after copying

This revision is now accepted and ready to land.Apr 26 2022, 9:41 AM
keyserver/Dockerfile
20 ↗(On Diff #11898)

It will be more obvious later. We are only copying in a small list of files here – the rest of the files get copied in later

This revision was automatically updated to reflect the committed changes.