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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adamdecaf
Copy link

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.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • E2E
  • Unit Test
  • Integration Test

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@adamdecaf
Copy link
Author

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
Copy link
Contributor

@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.

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

Successfully merging this pull request may close these issues.

2 participants