Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker container for building native images #4073

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Alan-Jowett
Copy link
Member

Description

This pull request introduces a Docker container setup for building native BPF drivers from ELF files. The changes include adding a Dockerfile, a build script, and a README file to guide users on how to use the container.

Key changes:

Docker setup:

  • scripts/build_native/Dockerfile: Added a Dockerfile to set up a Windows Server Core 2022 environment with necessary build tools and SDKs for building native BPF drivers.

Build script:

  • scripts/build_native/build.ps1: Added a PowerShell script to wrap the Convert-BpfToNative.ps1 script, passing the correct parameters for converting ELF files to native BPF drivers.

Documentation:

  • scripts/build_native/README.md: Added a README file to provide instructions on building and using the Docker container for building native BPF drivers.

Testing

TBD

Documentation

Yes.

Installation

No.

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
@Alan-Jowett Alan-Jowett marked this pull request as draft December 5, 2024 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant