Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 3250c78

Browse files
committed
test: Use docker container as system
1 parent aebb993 commit 3250c78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/resources/simple-test.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"builders": [
33
{
4-
"type": "null",
5-
"ssh_host": "127.0.0.1",
6-
"ssh_username": "root",
7-
"ssh_password": "password"
4+
"type": "docker",
5+
"image": "alpine",
6+
"discard": true,
7+
"run_command": ["-d", "-i", "-t", "{{.Image}}", "/bin/sh"]
88
}
99
]
1010
}

0 commit comments

Comments
 (0)