From 8206fecdb86f05d353ef25c9596cebca5c1d28fb Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 7 Apr 2024 10:45:05 +0200 Subject: install buildx --- tests/command.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/command.yaml (limited to 'tests/command.yaml') diff --git a/tests/command.yaml b/tests/command.yaml new file mode 100644 index 0000000..5356c90 --- /dev/null +++ b/tests/command.yaml @@ -0,0 +1,20 @@ +--- +command: + 'curl --version': + exit-status: 0 + stderr: [] + stdout: + - curl + + 'docker version': + # It's ok, the error is because there's no docker.sock mounted during tests + exit-status: 1 + stderr: [] + stdout: + - Docker + + 'docker buildx version': + exit-status: 0 + stderr: [] + stdout: + - buildx -- cgit v1.2.3