🐳 Bring in module-loader Dockerfile

This commit is contained in:
M. Mert Yildiran
2023-08-10 23:50:53 +03:00
parent 7c8adee7a8
commit cc78b291af
2 changed files with 38 additions and 0 deletions

5
module-loader/build-push.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
# Build it on x86_64
docker build . -t kubeshark/module-loader:latest --build-arg KERNEL_VERSION="5.10.0-23-amd64" && docker push kubeshark/module-loader:latest