Skip to content

Conversation

@abuccts
Copy link
Member

@abuccts abuccts commented Nov 26, 2025

Fix fluentd build on arm64 by changing the amd64 alpine base image to multi-arch debian base image.

Fix fluentd build on arm64 by changing the arm64 alpine base image to
multi-arch debian based image.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the fluentd build on arm64 by migrating from an Alpine-based image (fluent/fluentd:v1.17.1-1.0) to a multi-arch Debian-based image (fluent/fluentd:v1.17.1-debian-1.0). This change addresses ARM64 compatibility issues by leveraging Debian's better multi-architecture support.

Key changes:

  • Switched base image from Alpine to Debian variant
  • Converted all package manager commands from apk to apt-get with appropriate Debian package names
  • Updated copyright header to simplified two-line format consistent with other files in the codebase

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Update.
Copy link
Contributor

@hippogr hippogr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I leave a comment but approve it anyway.

@yukirora yukirora merged commit a605917 into release/1.4 Nov 28, 2025
3 checks passed
yukirora added a commit that referenced this pull request Dec 2, 2025
**Description**

Merge bug fixes from v1.4 to dev branch.

**Major Revisions**
* ModelProxy: fix uncommit changes (#122) 
* Fix cicd errors when branch creation and building all imges (#123) 
* Bugfix - fix bug of image regex deployment (#125) 
* Bugfix - fix bugs in alert manager test and fix kusto alert query issue (#126)
* Fix openpai runtime build on arm64 (#128)
* Fix fluentd build on arm64 (#129)
* Bugfix - bug fix for baremetal support(#127)
* Doc - Add Release note for v1.4.0 (#130)

---------

Co-authored-by: zhogu <57975490+zhogu@users.noreply.github.com>
Co-authored-by: Yifan Xiong <yifan.xiong@microsoft.com>
@abuccts abuccts deleted the xiongyf/fix-fluentd-build branch December 3, 2025 23:57
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.

4 participants