Skip to content
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

DBZ-2547 Include libaio for Oracle Instant Client compatibility #232

Merged
merged 2 commits into from Jun 29, 2021

Conversation

Naros
Copy link
Member

@Naros Naros commented Jun 28, 2021

@Naros Naros requested a review from jpechane June 28, 2021 06:46
@jpechane
Copy link
Contributor

@Naros I am confused a little bit? Is this needed for Kafka broker?

@Naros
Copy link
Member Author

Naros commented Jun 28, 2021

@jpechane Oh I had thought I had put it on Connect but I guess I didn't. I'll adjust.

@jpechane jpechane merged commit e4ebd6f into debezium:master Jun 29, 2021
@jpechane
Copy link
Contributor

@Naros Applied, thanks

@BunnyMan1
Copy link

Hi @Naros. Not sure if this is the right place to describe my issue but I think due to this change, I'm getting an error:

Building connect
Sending build context to Docker daemon  240.3MB
Step 1/10 : ARG DEBEZIUM_VERSION
Step 2/10 : FROM debezium/connect:$DEBEZIUM_VERSION
 ---> ed7fb1abe504
Step 3/10 : ENV KAFKA_CONNECT_JDBC_DIR=$KAFKA_CONNECT_PLUGINS_DIR/kafka-connect-jdbc
 ---> Using cache
 ---> 272ff0a91837
Step 4/10 : ENV INSTANT_CLIENT_DIR=/instant_client/
 ---> Using cache
 ---> 6233e263363d
Step 5/10 : USER root
 ---> Using cache
 ---> 4f87482dcb43
Step 6/10 : RUN yum -y install libaio && yum clean all
 ---> Running in 896120915e48
**/bin/sh: line 1: yum: command not found
The command '/bin/sh -c yum -y install libaio && yum clean all' returned a non-zero code: 127
ERROR: Service 'connect' failed to build : Build failed**

I'm using Oracle Connector Docker Image and this error shows up from v1.7 and v1.8.
Image Build happens without issue on v1.6 and below but I'm looking to upgrade the version due to other issues that have been fixed since v1.7.

OS: Ubuntu 20.04.3 LTS.

Let me know if you need this to be created as an issue on Jira.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants