[
https://issues.apache.org/jira/browse/NIFI-12191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774687#comment-17774687
]
Chris Sampson commented on NIFI-12191:
--------------------------------------
It might simply be a docker/colima config problem, see
https://golang.testcontainers.org/system_requirements/using_colima/ for some
suggestions.
Other things to consider are whether colima needs to be configured to use more
resources within the runner -
https://github.com/abiosoft/colima#customizing-the-vm, or use containerd
runtime - https://github.com/abiosoft/colima#containerd
> MacOS GitHub Runner does not correctly run Docker (Colima)
> ----------------------------------------------------------
>
> Key: NIFI-12191
> URL: https://issues.apache.org/jira/browse/NIFI-12191
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Chris Sampson
> Priority: Major
> Fix For: 2.latest
>
>
> NIFI-12177 introduced the {{integration-tests}} and {{docker-tests}} GitHub
> Action Workflows, which runs fine on {{Ubuntu}}, but cannot run as
> successfully on {{MacOS}}.
> This is because the MacOS runner **does not** contain Docker by default, and
> installing it via {{brew install docker}} actually installs
> [Colima|https://github.com/abiosoft/colima]. While this allows Docker Images
> to be built and (to a degree) run as Containers, it has been noted that
> Testcontainers **do not** work correctly with such a setup, and some of the
> Docker Image Tests (e.g. for NiFi - see NIFI-12177) fail because containers
> don't run in a consistent manner compared to Ubuntu with `docker` installed.
> This ticket is to investigate and fix the use of Docker within the MacOS
> based GitHub runner for these workflows.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)