[
https://issues.apache.org/jira/browse/NIFI-12191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Sampson updated NIFI-12191:
---------------------------------
Status: Patch Available (was: In Progress)
> 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
> Assignee: Chris Sampson
> Priority: Major
> Fix For: 2.latest
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)