chore: switching back to latest falco-builder and falco-tester docker images for CI

Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Leonardo Di Donato 2019-07-25 16:03:04 +00:00 committed by Leo Di Donato
parent 49752fc81a
commit 323a9ef51d
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ How to use.
* docker run falcosecurity/falco-tester usage
It supports bash.
* docker run -ti falcosecurity/falco-tester:chore-travis bash
* docker run -ti falcosecurity/falco-tester bash
To run Falco regression tests you need to provide:
- the docker socket

View File

@ -17,7 +17,7 @@ fi
FALCO_VERSION=$1
BUILD_DIR="${WORKSPACE}/build"
FALCOBUILDER_IMAGE="falcosecurity/falco-builder:chore-travis"
FALCOBUILDER_IMAGE="falcosecurity/falco-builder"
rm -rf "$BUILD_DIR"
mkdir "$BUILD_DIR"

View File

@ -17,7 +17,7 @@ fi
FALCO_VERSION=$1
BUILD_DIR="${WORKSPACE}/build"
FALCOTESTER_IMAGE="falcosecurity/falco-tester:chore-travis"
FALCOTESTER_IMAGE="falcosecurity/falco-tester"
docker run \
-v /boot:/boot:ro \

View File

@ -3,7 +3,7 @@
set -eu -o pipefail
BUILD_DIR="${WORKSPACE}/build"
FALCOBUILDER_IMAGE="falcosecurity/falco-builder:chore-travis"
FALCOBUILDER_IMAGE="falcosecurity/falco-builder"
rm -rf "$BUILD_DIR"
mkdir "$BUILD_DIR"