Skip to content

update minio image to support multi-architectures#7027

Merged
pingsutw merged 1 commit intov2from
adil/minio-image-arch
Mar 13, 2026
Merged

update minio image to support multi-architectures#7027
pingsutw merged 1 commit intov2from
adil/minio-image-arch

Conversation

@AdilFayyaz
Copy link

@AdilFayyaz AdilFayyaz commented Mar 13, 2026

Why are the changes needed?

The minio image fails to load for arm64 architectures

What changes were proposed in this pull request?

  • Used a native arm64 minio image: docker.io/bitnami/minio:sandbox=minio/minio:RELEASE.2024-01-31T20-20-33Z
  • Replaced helm dependency update with local extraction: +cd ../../charts/flyte-sandbox/charts && for f in *.tgz; do tar xzf "$$f"; done
    - helm dependency update re-downloads subchart .tgz files from their declared repositories.
  • kustomize/minio-patch.yaml + kustomization updates - adapt the deployment for minio

How was this patch tested?

  • ran the sandbox build and run. Confirmed that the minio pod is running

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

@AdilFayyaz AdilFayyaz self-assigned this Mar 13, 2026
@AdilFayyaz AdilFayyaz added flyte2 bug Something isn't working labels Mar 13, 2026
@AdilFayyaz AdilFayyaz requested a review from pingsutw March 13, 2026 16:31
Signed-off-by: M. Adil Fayyaz <62440954+AdilFayyaz@users.noreply.github.com>
@AdilFayyaz AdilFayyaz force-pushed the adil/minio-image-arch branch from eb24a70 to 1cb8f2a Compare March 13, 2026 16:38
@github-actions github-actions bot mentioned this pull request Mar 13, 2026
3 tasks
@pingsutw pingsutw added this to the V2 GA milestone Mar 13, 2026
@pingsutw pingsutw merged commit 9ffc84f into v2 Mar 13, 2026
14 checks passed
@pingsutw pingsutw deleted the adil/minio-image-arch branch March 13, 2026 19:19
afbrock pushed a commit that referenced this pull request Mar 18, 2026
Signed-off-by: M. Adil Fayyaz <62440954+AdilFayyaz@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working flyte2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants