diff options
author | su622b <sunil.unnava@att.com> | 2018-05-07 16:34:23 -0400 |
---|---|---|
committer | su622b <sunil.unnava@att.com> | 2018-05-07 16:34:41 -0400 |
commit | d2c183d6635878b0156484a69f75548abd692aa4 (patch) | |
tree | cac3b2e0941ee353a70fbea3d136500decc5d5a7 /demo | |
parent | 68039246ac4fe0e17f84aa1b383c77666dd6e46b (diff) |
Updated the Kafka version
Issue-ID: DMAAP-473
Change-Id: I330c2c5b8bffc43bed2ee3f5521b8d54084c957f
Signed-off-by: su622b <sunil.unnava@att.com>
Diffstat (limited to 'demo')
-rw-r--r-- | demo/deploy.sh | 5 | ||||
-rw-r--r-- | demo/docker_files/__docker-compose.yml | 4 |
2 files changed, 1 insertions, 8 deletions
diff --git a/demo/deploy.sh b/demo/deploy.sh index f54c09a..6461817 100644 --- a/demo/deploy.sh +++ b/demo/deploy.sh @@ -7,11 +7,6 @@ export NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt) # do not change this, it is already matched with the git repo file structure DOCKER_FILE_DIR='./docker_files' -KAFKA_VERSION='0.8.1.1' -SCALA_VERSION='2.9.2' -wget -q "http://www.namesdir.com/mirrors/apache/kafka/${KAFKA_VERSION}/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" \ - -O "./docker_files/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" - # commands to run docker and docker-compose DOCKER_COMPOSE_EXE='/opt/docker/docker-compose' diff --git a/demo/docker_files/__docker-compose.yml b/demo/docker_files/__docker-compose.yml index 0f90eb9..3a02a88 100644 --- a/demo/docker_files/__docker-compose.yml +++ b/demo/docker_files/__docker-compose.yml @@ -18,9 +18,7 @@ services: max-file: "5" kafka: - build: - context: . - dockerfile: Dockerfile-local + image: wurstmeister/kafka:1.1.0 ports: - "9092:9092" environment: |