-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
This was brought up by a Customer in Zendesk Ticket 79019.
They noticed the following lines during container startup
===> Launching kafka-connect ...
/etc/confluent/docker/launch: line 42: find: command not found
/etc/confluent/docker/launch: line 43: find: command not found
[2021-10-27 16:33:43,998] INFO WorkerInfo values:
Looking at the launch file, the 2 find commands are on
REST_EXTENSION_JAR=$(find /usr/share/java/kafka-connect-replicator/replicator-rest-extension-*jar)
MONITORING_INTERCEPTOR_JAR=$(find /usr/share/java/monitoring-interceptors/monitoring-interceptors-*)
It doesn't look like the base container has find installed or the user executing the launch script does not have access to it.
The docker image this was noted in was confluentinc/cp-enterprise-replicator:6.1.1 but can be since up to 6.2.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels