diff --git a/.dockerignore b/.dockerignore index 3f11cb8610..0719d1ef40 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,27 +1,5 @@ -.adr/ -.git/ -.github/ -.konflux/ -.tekton/ -ansible/ -builder/ -cmake-build/ -docs/ -githooks/ -integration-tests/ -kernel-modules/ -utilities/ -.clang-format -.clangd -.editorconfig -.flake8 -.gitignore -.gitmodules -.pre-commit-config.yaml -CODE_OF_CONDUCT.md -LICENSE -Makefile -Makefile-constants.mk -README.md -RELEASED_VERSIONS -RELEASED_VERSIONS.unsupported +* +** +!collector/ +!falcosecurity-libs/ +!CMakeLists.txt diff --git a/.github/workflows/collector.yml b/.github/workflows/collector.yml index 9ccf767f4e..1b6a46f0db 100644 --- a/.github/workflows/collector.yml +++ b/.github/workflows/collector.yml @@ -76,7 +76,7 @@ jobs: contains(github.event.pull_request.labels.*.name, 'run-multiarch-builds') timeout-minutes: 480 run: | - ansible-playbook -vvvv \ + ansible-playbook \ --connection local \ -i localhost, \ --limit localhost \ diff --git a/Makefile-constants.mk b/Makefile-constants.mk index 7cd2446f6c..057ef50b98 100644 --- a/Makefile-constants.mk +++ b/Makefile-constants.mk @@ -17,5 +17,5 @@ TRACE_SINSP_EVENTS ?= false DISABLE_PROFILING ?= false BPF_DEBUG_MODE ?= false -COLLECTOR_BUILD_CONTEXT = . +COLLECTOR_BUILD_CONTEXT = $(CURDIR) COLLECTOR_BUILDER_NAME ?= collector_builder_$(HOST_ARCH)