From 64880972b0726ec2ff2b005b0cc97801067c1bb5 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Sun, 7 Mar 2021 16:40:07 -0500 Subject: add ci integration test with kaniko image --- .data/test-kaniko-image.tar | Bin 0 -> 822784 bytes Makefile | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .data/test-kaniko-image.tar diff --git a/.data/test-kaniko-image.tar b/.data/test-kaniko-image.tar new file mode 100644 index 0000000..318eb97 Binary files /dev/null and b/.data/test-kaniko-image.tar differ diff --git a/Makefile b/Makefile index 53ba770..4978254 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,8 @@ ci-test-rpm-package-install: ci-test-linux-run: chmod 755 ./dist/dive_linux_amd64/dive && \ - ./dist/dive_linux_amd64/dive '${TEST_IMAGE}' --ci + ./dist/dive_linux_amd64/dive '${TEST_IMAGE}' --ci && \ + ./dist/dive_linux_amd64/dive --source docker-archive .data/test-kaniko-image.tar --ci --ci-config .data/.dive-ci # we're not attempting to test docker, just our ability to run on these systems. This avoids setting up docker in CI. ci-test-mac-run: -- cgit v1.2.3