mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-21 01:58:04 +00:00
🐳 Bring in module-loader
Dockerfile
This commit is contained in:
5
module-loader/build-push.sh
Executable file
5
module-loader/build-push.sh
Executable 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
|
Reference in New Issue
Block a user