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

Docker images for aarch64 #11866

Closed
wants to merge 1 commit into from
Closed

Docker images for aarch64 #11866

wants to merge 1 commit into from

Conversation

robbavey
Copy link
Member

@robbavey robbavey commented May 5, 2020

This commit adds the ability to create aarch64 docker images using
the amd64/centos7 base image.

This commit adds the ability to create aarch64 docker images using
the amd64/centos7 base image.
@CpuID
Copy link

CpuID commented Oct 20, 2020

@robbavey any movement on this one? would love to have ARM official images :)

@robbavey
Copy link
Member Author

@CpuID - this was a draft PR I was working on earlier -- which is somewhat out of date, and will likely close out shortly -- but we are still working on improved Logstash support for running on arm64 architectures.

Have you tried running Logstash 7.9 on arm64 nodes outside of docker? Logstash 7.9.0 included "experimental" support, and we'd love to get feedback from users actively running/testing Logstash in this way

@CpuID
Copy link

CpuID commented Oct 21, 2020

Thanks for the response @robbavey :) Understood, that's fine.

Have you tried running Logstash 7.9 on arm64 nodes outside of docker?

We haven't yet tbh, we could probably try running our "pipeline end-to-end" test suite (which has thousands of lines of filters for our various log formats) under arm64 potentially... and see if anything breaks.

Copy link

mergify bot commented Mar 5, 2025

This pull request does not have a backport label. Could you fix it @robbavey? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit.
  • backport-8.x is the label to automatically backport to the 8.x branch.

Copy link

mergify bot commented Mar 5, 2025

backport-8.x has been added to help with the transition to the new branch 8.x.
If you don't need it please use backport-skip label.

@mergify mergify bot added the backport-8.x Automated backport to the 8.x branch with mergify label Mar 5, 2025
Copy link

mergify bot commented Mar 5, 2025

This pull request is now in conflicts. Could you fix it @robbavey? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b aarch64 upstream/aarch64
git merge upstream/main
git push upstream aarch64

@robbavey
Copy link
Member Author

robbavey commented Mar 5, 2025

Closed as outdated

@robbavey robbavey closed this Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-8.x Automated backport to the 8.x branch with mergify status:work-in-progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants