Skip to content

Commit

Permalink
#2 : Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hynes committed Dec 13, 2022
1 parent cb73915 commit 782a863
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM openjdk:11.0.2
ARG CONFLUENT_URL
ARG CONFLUENT_MAJOR_VERSION
ARG CONFLUENT_MINOR_VERSION
RUN curl -O $CONFLUENT_URL/$CONFLUENT_MAJOR_VERSION/confluent-$CONFLUENT_MINOR_VERSION.zip && unzip confluent-$CONFLUENT_MINOR_VERSION.zip && rm confluent-$CONFLUENT_MINOR_VERSION.zip
ENV PATH="${PATH}:/confluent-$CONFLUENT_MINOR_VERSION/bin"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# install-confluent-platform
Simple repository with scripts to install confluent platform
Simple repository with Dockerfile for installing Confluent Platform tools in a container

0 comments on commit 782a863

Please sign in to comment.