Skip to content

Commit

Permalink
add ci integration test with kaniko image
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoodman committed Mar 7, 2021
1 parent 764a228 commit 6488097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added .data/test-kaniko-image.tar
Binary file not shown.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6488097

Please sign in to comment.