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 ff47a6b commit c94b129Copy full SHA for c94b129
deploy/tasks/buildah-oci-ta.yaml
@@ -507,6 +507,7 @@ spec:
507
cat >> /app/build-script.sh << 'EOF'
508
#!/bin/sh
509
ip link set lo up
510
+ netstat -a
511
/app/domain-proxy-client-runner &
512
client_pid=$!
513
EOF
@@ -518,6 +519,7 @@ spec:
518
519
520
# Without expansion
521
522
523
set +e
524
kill $client_pid
525
wait $client_pid
0 commit comments