Skip to content

Dockerfile for Confluent Source Development Environment Setup

Notifications You must be signed in to change notification settings

enots227/confluent-src-dev-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Confluent Source Code Development Environment

This repository merely has a Dockerfile containing the instructions to build the Confluent development environment.

Verified Confluent Apps

This repository has only been verified with the following Confluent apps/repositories:

Steps

  • Clone repository:
git clone https://github.com/enots227/confluent-src-dev-env
  • Build Docker image:
cd <github repos path>/confluent-src-dev-env
docker build -t confluent_src_dev_env .
  • Run Docker image:
docker run -it -v /c/Users/<User>/<Confluent Java Source Code>:/mnt/src confluent_src_dev_env  bash

docker run -it -v /c/Users/user/kafka-connect-jdbc:/mnt/src confluent_src_dev_env  bash
  • Build Java
cd /mnt/src
mvn clean install -DskipTests

About

Dockerfile for Confluent Source Development Environment Setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published