You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use the redpanda-connect official Docker image in a CI/CD pipeline in GitLab (for linting and unit-testing purposes), however since the redpanda-connect binary is not in a folder of $PATH I cannot execute it:
From within a shell of redpanda-connect container:
/ $ ls
bin dev home lib64 redpanda-connect sys usr
connect.yaml etc lib proc root tmp var
/ $ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
/ $ which redpanda-connect
/ $
It would be greatly appreciated if the Dockerfile would be changed to copy the binary into /usr/sbin (or any other folder in $PATH (as well as modifying the entrypoint to ENTRYPOINT ["redpanda-connect"]).
I don't think this would introduce a breaking change?
The text was updated successfully, but these errors were encountered:
Trying to use the redpanda-connect official Docker image in a CI/CD pipeline in GitLab (for linting and unit-testing purposes), however since the
redpanda-connect
binary is not in a folder of$PATH
I cannot execute it:From within a shell of redpanda-connect container:
It would be greatly appreciated if the Dockerfile would be changed to copy the binary into
/usr/sbin
(or any other folder in $PATH (as well as modifying the entrypoint toENTRYPOINT ["redpanda-connect"]
).I don't think this would introduce a breaking change?
The text was updated successfully, but these errors were encountered: