Skip to content

Commit

Permalink
build: use latest falco-builder and falco-tester into CI
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
2 people authored and poiana committed Jan 20, 2020
1 parent 182c07a commit a793de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit a793de1

Please sign in to comment.