ver 0.1
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
# verify-runtime.sh — validate the runner image tool chain without starting the daemon
|
||||
set -euo pipefail
|
||||
|
||||
IMAGE="${1:-custom-gitea-runner:latest}"
|
||||
|
||||
echo "Running smoke test against image: ${IMAGE}"
|
||||
|
||||
docker run --rm \
|
||||
--entrypoint /usr/local/bin/smoke-test.sh \
|
||||
"${IMAGE}"
|
||||
Reference in New Issue
Block a user