Skip to content

Conversation

@shivansh-gohem
Copy link
Contributor

Resolves #6380

What this PR does / why we need it:
The previous MinIO image tag (RELEASE.2020...) was outdated and lacked proper multi-arch support, causing crashes on ARM64 devices (like Mac M3) during local setup.

This PR updates the image to RELEASE.2024-11-07T00-52-20Z. This is a recent stable release that explicitly supports both linux/amd64 and linux/arm64.

Which issue(s) this PR fixes:
Fixes #6380

Special notes for your reviewer:
Verified locally on Linux (AMD64) to ensure no regressions. The MinIO pod started successfully (Running status) with the new image.

Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@khanhtc1202 khanhtc1202 enabled auto-merge (squash) December 31, 2025 07:27
@codecov
Copy link

codecov bot commented Dec 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 28.67%. Comparing base (ad30e43) to head (3756ef1).
⚠️ Report is 42 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6390      +/-   ##
==========================================
- Coverage   28.84%   28.67%   -0.18%     
==========================================
  Files         560       28     -532     
  Lines       59899     2403   -57496     
==========================================
- Hits        17277      689   -16588     
+ Misses      41301     1661   -39640     
+ Partials     1321       53    -1268     
Flag Coverage Δ
. ?
.-pkg-app-pipedv1-plugin-analysis ?
.-pkg-app-pipedv1-plugin-kubernetes ?
.-pkg-app-pipedv1-plugin-kubernetes_multicluster ?
.-pkg-app-pipedv1-plugin-scriptrun 54.83% <ø> (ø)
.-pkg-app-pipedv1-plugin-terraform 38.65% <ø> (ø)
.-pkg-app-pipedv1-plugin-wait 33.92% <ø> (ø)
.-pkg-app-pipedv1-plugin-waitapproval ?
.-pkg-plugin-sdk ?
.-tool-actions-gh-release 19.23% <ø> (ø)
.-tool-actions-plan-preview 25.51% <ø> (ø)
.-tool-codegen-protoc-gen-auth 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@khanhtc1202 khanhtc1202 merged commit ebc267c into pipe-cd:master Dec 31, 2025
44 of 45 checks passed
@eeshaanSA
Copy link
Contributor

Was this image tested?

@shivansh-gohem
Copy link
Contributor Author

Hi @eeshaanSA,

Yes! I verified the startup locally on Linux (AMD64) to ensure no regressions for existing users.

regarding the ARM64 (M3) support: I confirmed on Docker Hub that this specific tag (RELEASE.2024-11-07...) includes the linux/arm64 manifest. Since @khanhtc1202 approved and merged it, it should be working smoothly now!

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.

MinIO pod crashes during local dev environment setup

3 participants