Skip to content

Install inotify tools on CI#246

Merged
jarlah merged 1 commit into
testcontainers:mainfrom
gossi:install-inotify-tools
Mar 16, 2026
Merged

Install inotify tools on CI#246
jarlah merged 1 commit into
testcontainers:mainfrom
gossi:install-inotify-tools

Conversation

@gossi
Copy link
Copy Markdown
Contributor

@gossi gossi commented Mar 16, 2026

Inotify tools help with filesystem IO. Apparently this is available on most OS, but not on the images used for CI. So, this leads to error messages as part of test runs, which are detracting when looking for real error messages:

Bildschirmfoto 2026-03-16 um 17 06 40

Here are some resources that list this:

And official installation instructions from phoenix: https://hexdocs.pm/phoenix/installation.html#inotify-tools-for-linux-users

So I followed the official instructions here: https://github.com/inotify-tools/inotify-tools/wiki#debianubuntu and that helps to suppress the error message.

It is not only phoenix, I did the same thing on my other project using testcontainers.

@jarlah jarlah merged commit f2ca094 into testcontainers:main Mar 16, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants