confluentinc / ksql

The database purpose-built for stream processing applications.
https://ksqldb.io
Other
127 stars 1.04k forks source link

Docker image $PATH does not include confluent-hub executable #5376

Open colinhicks opened 4 years ago

colinhicks commented 4 years ago

Describe the bug With the UBI image introduced in ksqlDB 0.9.0, the confluent-hub executable is installed to /home/appuser/bin. This directory is not on the default $PATH, so invoking confluent-hub via docker run fails.

To Reproduce

docker run -it confluentinc/ksqldb-server:0.9.0 confluent-hub
docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"confluent-hub\": executable file not found in $PATH": unknown.

Additional context

colinhicks commented 4 years ago

This can be addressed either by: