Skip to content

Commit 8330933

Browse files
committed
fix(test/e2e): use multiarch docker images for curl and http-hello.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent 14df460 commit 8330933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: test/e2e/tests/test_network/test_network.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'image': 'nginx:1.14-alpine',
1010
},
1111
'curl': {
12-
'image': 'pstauffer/curl:latest',
12+
'image': 'curlimages/curl:8.11.1',
1313
'args': ["sleep", "300"]
1414
}
1515
}

Diff for: test/e2e/tests/test_process/test_container.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
containers = [
1313
{
1414
'http-hello': {
15-
'image': 'hashicorp/http-echo:alpine',
15+
'image': 'hashicorp/http-echo:1.0.0',
1616
'args': ['-text=hello'],
1717
'user': '11:100'
1818
}

0 commit comments

Comments
 (0)