in Formula/emr-on-eks-custom-image.rb [22:33]
def caveats
<<~EOF
=====WARNING=====
This tool utilizes Docker CLI to help validate custom images.
Please make sure you have Docker CLI installed prior to using the tool.
EOF
end
def install
bin.install "dist/#{$config_provider.bin}"
end