Skip to content

Conversation

@goromlagche
Copy link

  1. make the changes required
  2. install jdk 21
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install java # by default it install 21 for me
sdk current # verify
java --version # verify
  1. python 3.10
pyenv install 3.10
pyenv init
pyenv shell 3.10
  1. build docker container
./gradlew :airbyte-integrations:connectors:source-kafka:buildConnectorImage
  1. verify docker build
    image
  2. change the tag
 docker tag  airbyte/source-kafka:dev goromlagche/airbyte-kafka:0.2.4.1
  1. upload to dockerhub
docker push goromlagche/airbyte-kafka:0.2.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant