We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b57c2 commit 5a77d19Copy full SHA for 5a77d19
deploy/tasks/buildah-oci-ta.yaml
@@ -404,7 +404,6 @@ spec:
404
EOF
405
406
chmod +x /app/capture-netstat.sh
407
- nohup /app/capture-netstat.sh &
408
409
if [ "${HERMETIC}" == "true" ]; then
410
BUILDAH_ARGS+=("--pull=never")
@@ -522,6 +521,7 @@ spec:
522
521
ip link set lo up
523
/app/domain-proxy-client-runner &
524
client_pid=$!
+ nohup /app/capture-netstat.sh &
525
526
527
# With expansion
0 commit comments