https://github.com/thake/logminer-kafka-connect-image
Docker build for a Kafka connect docker image with logminer-kafka-connect installed
https://github.com/thake/logminer-kafka-connect-image
Last synced: 3 months ago
JSON representation
Docker build for a Kafka connect docker image with logminer-kafka-connect installed
- Host: GitHub
- URL: https://github.com/thake/logminer-kafka-connect-image
- Owner: thake
- Created: 2020-04-01T12:08:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T04:04:01.000Z (over 3 years ago)
- Last Synced: 2025-02-28T19:42:23.046Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Logminer Kafka connect Docker image
This repository contains the Dockerfile for a docker image containing a Confluent Kafka
Connect installation with [logminer-kafka-connect](https://github.com/thake/logminer-kafka-connect) connector installed.
The docker image does NOT contain the required oracle jdbc drivers because of license issues. This image can not be used as it is. You can only use this docker image as a base layer for your custom
docker image that includes the oracle jdbc driver.
You'll find an example docker file at [Dockerfile-Derived](Dockerfile-Derived). This Dockerfile leverages this image to make a runnable
docker image of the logminer kafka connect component.