Ignores image building events for change detection.
If state=present and ignore_build_events=true and build=always, a rebuild that does not trigger a container restart no longer results in changed=true.
Note that Docker Compose 2.31.0 is the first Compose 2.x version to emit build events. For older versions, the behavior is always as if ignore_build_events=false.
Note that Docker Compose 2.31.0 is the first Compose 2.x version to emit build events. For older versions, the behavior is always as if ignore_build_events=true.
Choices:
false ← (default)
true
false
true ← (default)