Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apachekafka build will fail #14

Open
philippe-richard opened this issue Feb 12, 2021 · 2 comments
Open

apachekafka build will fail #14

philippe-richard opened this issue Feb 12, 2021 · 2 comments

Comments

@philippe-richard
Copy link

during build i get the following error:
--2021-02-12 15:06:37-- http://mirrors.estointernet.in/apache/kafka/2.5.0/kafka_2.12-2.5.0.tgz
Resolving mirrors.estointernet.in (mirrors.estointernet.in)... 43.255.166.254, 2403:8940:3:1::f
Connecting to mirrors.estointernet.in (mirrors.estointernet.in)|43.255.166.254|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-02-12 15:06:37 ERROR 404: Not Found.

The command '/bin/sh -c apt-get update && apt-get -y install git unzip wget && wget https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.5%2B10/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.5_10.tar.gz && tar -xvzf OpenJDK11U-jdk_s390x_linux_hotspot_11.0.5_10.tar.gz && rm OpenJDK11U-jdk_s390x_linux_hotspot_11.0.5_10.tar.gz && wget http://mirrors.estointernet.in/apache/kafka/2.5.0/kafka_${VERSION}.tgz && tar -xvzf kafka_${VERSION}.tgz && rm kafka_${VERSION}.tgz && mv kafka_${VERSION} kafka' returned a non-zero code: 8

@aborkar-ibm
Copy link
Contributor

Hello,
We no longer maintain this dockerfile. Please refer to the table here (https://www.ibm.com/community/z/open-source-software/)
for all the latest maintained build instructions and dockerfiles.

Looking at the error, it seems to be broken link. You could try by updating the download link for Kafka.
Kafka Downloads -> https://kafka.apache.org/downloads

Regards,

@korpx-z
Copy link

korpx-z commented Mar 4, 2021

@philippe-richard

just went to make the same issue.. point to 2.6.1 instead.

ENV VERSION=2.12-2.6.1
wget http://mirrors.estointernet.in/apache/kafka/2.6.1/kafka_${VERSION}.tgz

are the only two lines that need edited for a successful build

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

No branches or pull requests

3 participants