Daiki AMINAKA
1e2c1099dc
Update Dockerfile for xdp and cross compile ( #4336 )
...
* install xdp runtime dependency for ubuntu22.04
* fix for windows
* Dockerfile based fix
* fix typo
* update for Azure pipeline
* remove unused docker image
* Use default container and few fix
* rollback where needs published image
2024-06-07 20:10:12 -07:00
Daiki AMINAKA
64c43fb154
fix libc6-dev-i386 to install cause of corruption ( #4246 )
2024-04-16 12:43:43 -07:00
Daiki AMINAKA
a80ca97f29
docker multistage build for xdp support ( #4238 )
2024-04-15 17:37:08 -04:00
Daiki AMINAKA
f0a19f7e60
Revert "update dependency for libxdp/libbpf ( #4234 )" ( #4236 )
...
This reverts commit 2602a20207
.
2024-04-11 15:33:17 +00:00
Daiki AMINAKA
2602a20207
update dependency for libxdp/libbpf ( #4234 )
...
* update dependency for libxdp/libbpf
* install v1.3.0 instead of v1.4.2 to avoid libc6 version conflic
* add ubuntu20.04 specific deps
* cleanup
2024-04-10 14:33:36 -07:00
Daiki AMINAKA
fbef931d27
Add dep for building xdp prog ( #4212 )
2024-03-23 17:46:24 -07:00
Daiki AMINAKA
0163551fa3
setup container env for linux xdp ( #3854 )
...
* setup container env for lnux xdp
* remove ForTest deps
* resolve gcc-multilib deps' conflict
* install gcc-multilib
* remove gcc-multilib then covered by CMakeLists.txt
2024-03-21 12:47:11 -07:00
Yi Huang
f357915241
Update ubuntu dockers for compliance ( #4070 )
2024-01-22 12:29:04 -08:00
Yi Huang
df69a24c5d
Fix cross-compile docker image building ( #4006 )
...
* Fix xcomp docker image builds
* Remove extra files
2023-12-13 11:38:58 -08:00
Yi Huang
311018a913
Pin ubuntu docker base image hash ( #3747 )
2023-07-08 10:14:44 -07:00
Yi Huang
b3141c58a3
Fix ownership issue in dockers ( #3726 )
...
The previous attempt still failed the build. `git config --global safe.directory '*'` worked in another PR as an individual step in a job. So, try this instead.
2023-06-25 14:53:49 -07:00