Dockerfile: copy redpanda-connect binary into /usr/sbin folder instead of root (/) for CI/CD usage #3076
Labels
bughancement
It's kind of a bug, but mostly an enhancement.
needs investigation
It looks as though have all the information needed but investigation is required
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: