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

feat: update default minio to RELEASE.2024-05-10T01-41-38Z #158

Merged
merged 1 commit into from
May 23, 2024

Conversation

thesuperzapper
Copy link
Member

This PR updates the default MinIO version to RELEASE.2024-05-10T01-41-38Z.

NOTE: because the minio/mc docker image has had all non mc binaries removed (specifically, curl and jq), we now use a combination of the following images for our pre-install jobs (which do things like generating S3-like access key secrets for KFP):

  • docker.io/bitnami/minio-client:2024.5.9-debian-12-r0 (for the mc binary)
  • docker.io/bitnami/os-shell:12-debian-12-r20 (for the curl and jq binaries, and to actually run the jobs)

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
@thesuperzapper thesuperzapper added this to the v0.1.5 milestone May 11, 2024
@thesuperzapper thesuperzapper merged commit 77eb580 into deployKF:main May 23, 2024
3 checks passed
@thesuperzapper thesuperzapper deleted the update-minio branch May 23, 2024 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant