-
Notifications
You must be signed in to change notification settings - Fork 2
feature/strimzi-operator-connector #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
c99543c to
efa4876
Compare
a8918af to
3bd1dc5
Compare
3bd1dc5 to
14e11ec
Compare
|
|
||
| COPY --from=builder /code/build/libs/kafka-connect-transform-keyvalue*.jar /usr/share/"${COMPONENT}"/plugins/ | ||
| COPY ./docker/legacy/launch /etc/confluent/docker/launch | ||
| COPY ./docker/legacy/kafka-wait /usr/bin/kafka-wait |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the relative paths here need to be updated, since this Dockerfile was also moved /docker/legacy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same in line 5 and 6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not see this problem in line 5 and 6. What should I change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, it is correct as is. I just assumed that since this Dockerfile was moved to /docker/legacy/, the build context would be also from inside that folder, so that the relative paths to launch and kafka-wait would be different (as it is in the same folder). I just realized that the project root needs to be kept as build context root in order to reach the /src/ location.
ewelinagr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small updates needed for /docker/legacy/Dockerfile.s3.
Maybe good to mention someting about the legacy vs strimzi images in the Readme?
|
I have also added a few lines about the ConfluentInc vs Strimzi connect support. |
232e026 to
6e8e22c
Compare
This PR will: