This is an archive of the discontinued LLVM Phabricator instance.

Addressed some security issues in Dockerfiles.
ClosedPublic

Authored by ilya-biryukov on Aug 14 2017, 6:06 AM.

Details

Summary
  • Removed --trust-server-cert from svn checkout invocations. Installing 'ca-certificates' package on ubuntu adds required CAs to the system and svn can do proper checkout using https.
  • Added checksum verification when installing cmake from cmake.org.

Diff Detail

Repository
rL LLVM

Event Timeline

ilya-biryukov created this revision.Aug 14 2017, 6:06 AM
This revision is now accepted and ready to land.Aug 17 2017, 8:17 AM
This revision was automatically updated to reflect the committed changes.