From d1ee7d3d7968e891c609baf4692fc789977ba982 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Thu, 10 Sep 2020 10:02:28 +0000 Subject: [PATCH] chore(.circleci): re-enable the usual falco-tester docker image for CI Co-authored-by: Leonardo Grasso Co-authored-by: Lorenzo Fontana Signed-off-by: Leonardo Di Donato --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b1b5589..514f3a67 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -270,7 +270,7 @@ jobs: # Execute integration tests based on the build results coming from the "build/centos7" job "tests/integration": docker: - - image: falcosecurity/falco-tester:feat-minimal-build # todo(fntlnz): change this to latest before merge, but first, update the image on docker hub + - image: falcosecurity/falco-tester:latest environment: SOURCE_DIR: "/source" BUILD_DIR: "/build" @@ -284,7 +284,7 @@ jobs: command: /usr/bin/entrypoint test "tests/integration-static": docker: - - image: falcosecurity/falco-tester:feat-minimal-build # todo(fntlnz): change this to latest before merge, but first, update the image on docker hub + - image: falcosecurity/falco-tester:latest environment: SOURCE_DIR: "/source-static" BUILD_DIR: "/build-static"