Skip to content

Commit 7095ef9

Browse files
committed
Try specifying interface instead.
1 parent d82466f commit 7095ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ spec:
467467
# Without expansion
468468
cat > /app/build-script.sh << 'EOF'
469469
#!/bin/sh
470-
ip link set lo up
470+
ip link set dev lo up
471471
/app/domain-proxy-client-runner &
472472
client_pid=$!
473473
EOF

0 commit comments

Comments
 (0)