mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-19 17:20:25 +00:00
6 lines
181 B
Bash
Executable File
6 lines
181 B
Bash
Executable File
#!/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
|