eBPF implementation that runs on top of Windows
Перейти к файлу
Poorna Gaddehosur 5848faf2c9 Merged PR 3981967: Rename driver
Update the driver name to reflect the architecture discussions

Related work items: #9115665
2021-01-14 20:48:48 +00:00
.config Deleted cloudvault.json - breaks customers who copy this and do not change it 2020-03-10 17:53:10 +00:00
.pipelines Merged PR 3976956: Adding OneBranch pipeline YAML config file for EdgeOS-CoreNetworking-WindowsEbf-PullRequest 2021-01-14 17:25:35 +00:00
.version build files 2019-10-30 17:08:48 -07:00
src Merged PR 3981967: Rename driver 2021-01-14 20:48:48 +00:00
.gitattributes Merged PR 10330: 1809 builds - no haskell, rust on windows 2020-04-23 14:34:23 +00:00
.gitignore Merged PR 10330: 1809 builds - no haskell, rust on windows 2020-04-23 14:34:23 +00:00
README.md Merged PR 10330: 1809 builds - no haskell, rust on windows 2020-04-23 14:34:23 +00:00
owners.txt Updating owners.txt with ServiceTree admins 2021-01-12 22:48:46 +00:00
repo.config initial user samples 2019-10-30 17:01:05 -07:00

README.md

#Introduction This repository contains sample code that illustrates how to build code in many different languages such as Go, Erlang, VS, Java, Python, Perl, Node etc. and how to run those programs or run tests with the build frameworks such as Maven or VSTest.

Start with the file .pipelines\pipeline.user.windows.yml that is the entry point for CDPX a.k.a Project Endor. The OneBranch cross-platform pipeline (CDPX a.k.a Project Endor) will load this file first and use it to execute your build. Any governance/compliance actions such as static analysis, malware scanning, binary scanning, signing are interleaved transparently by Endor without any additional work on your part.

#Tools Supported On Windows Container By Default (these should just work)

  • .Net Core
  • .NET Framework
  • Go
  • Node
  • Python 3

#Tools Not Supported on Windows Container By Default (sample tool install scripts included here, though)

  • Java
  • Maven
  • Perl
  • Ruby