Open
Description
Ask your question or provide your feedback
We are trying to build fluent-bit image in azure-linux using DALEC. Fluent-bit is dependent on ldap library, which is provided by openldap in azure linux.
'openldap' is dependent on 'pkgconfig', which has '/bin/sh' as dependency. So bash , which provides sh, is installed in the final image. We are trying to build distroless image but bash is installed due to above dependency .
Can you please confirm if this dependency is expected ? and if there are any workarounds for this ?
Screenshots