ambitus / linux-containers

Examples and other resources related to containers that run in IBM Z
Apache License 2.0
5 stars 6 forks source link

docker build --tag apache_kafka . fails with ERROR 404: Not Found. #23

Open philippe-richard opened 3 years ago

philippe-richard commented 3 years ago

--2021-02-15 16:36:31-- 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-15 16:36:31 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.510.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

jbostian commented 3 years ago

Sorry Philippe. It seems that the version of Kafka we have been building needs to be upgraded. Let me verify an update to the Dockerfile, and I'll post a fix.

philippe-richard commented 3 years ago

ok, thanks Joe

Cordialement, Philippe

Philippe richard1/France/IBM@IBMFR (n'oubliez pas le 1...) IBM Client Center, Montpellier

mailto:philippe_richard@fr.ibm.com Mail: Cie IBM France Sce 146301 Phone: +33 4 6799580705 (38 0705) Rue de la Vieille Poste -CS 81021 Fax: +33 4 67346477 34060 Montpellier Cedex 2

From: Joe Bostian notifications@github.com To: ambitus/linux-containers linux-containers@noreply.github.com Cc: philippe-richard philippe_richard@fr.ibm.com, Author author@noreply.github.com Date: 02/16/2021 03:46 PM Subject: [EXTERNAL] Re: [ambitus/linux-containers] docker build --tag apache_kafka . fails with ERROR 404: Not Found. (#23)

Sorry Philippe. It seems that the version of Kafka we have been building needs to be upgraded. Let me verify an update to the Dockerfile, and I'll post a fix. ? You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.