build: use latest falco-builder and falco-tester into CI

Co-authored-by: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Leonardo Di Donato 2020-01-20 12:19:36 +00:00 committed by poiana
parent 182c07a31f
commit a793de1793

View File

@ -36,7 +36,7 @@ jobs:
# This build is static, dependencies are bundled in the falco binary
"build/centos8":
docker:
- image: falcosecurity/falco-builder:dynamic-builds # todo(fntlnz): replace this with the actual image once PR #968 is merged
- image: falcosecurity/falco-builder:latest
environment:
BUILD_TYPE: "release"
steps:
@ -72,7 +72,7 @@ jobs:
# Execute integration tests based on the build results coming from the "build/centos8" job
"tests/integration":
docker:
- image: falcosecurity/falco-tester:dynamic-builds # todo(fntlnz): replace this with the actual image once PR #968 is merged
- image: falcosecurity/falco-tester:latest
environment:
SOURCE_DIR: "/source"
BUILD_DIR: "/build"