ibm-messaging / kafka-connect-mq-sink

This repository contains a Kafka Connect sink connector for copying data from Apache Kafka into IBM MQ.
Apache License 2.0
35 stars 43 forks source link

build: download kafka 3.4.1 from archive.apache.org #68

Open adamdecaf opened 2 months ago

adamdecaf commented 2 months ago

Description

The docker build on main currently fails. The kafka 3.4.1 release has been moved to their archive domain, so we can pull the tarball from there.

 > [builder 5/5] RUN mkdir /opt/kafka     && tar -xf kafka.tgz -C /opt/kafka --strip-components=1:
0.182 tar: invalid tar magic

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Checklist

adamdecaf commented 2 months ago

Would y'all like Github Actions that build the docker images in PRs? They wouldn't publish images, but verify their build works.

Joel-hanson commented 1 month ago

@adamdecaf Sorry for the delayed response. When we started, the official Apache Kafka image wasn't available, so we ended up using this approach of pulling the Kafka binary from a different source. We are now planning to switch to using the official Kafka image instead of manually pulling the Kafka binary. If you could assist us with this transition, it would be greatly appreciated.