Skip to content

fix: minio not starting, upstream removed curl#165

Merged
thesuperzapper merged 1 commit into
deployKF:mainfrom
thesuperzapper:fix-minio-start
May 23, 2024
Merged

fix: minio not starting, upstream removed curl#165
thesuperzapper merged 1 commit into
deployKF:mainfrom
thesuperzapper:fix-minio-start

Conversation

@thesuperzapper

Copy link
Copy Markdown
Member

This PR fixes an error introduced by #158 (which was never part of a release).

The issue is that curl has been removed from the upstream MinIO images (docker.io/minio/minio). Therefore, in this PR we have moved to the Bitnami ones (docker.io/bitnami/minio), as they have no pull limit on Dockerhub and still contain the curl binary.

For reference, we need the curl binary to check that dex is up before starting MinIO. If dex is not up before MinIO starts, then it will never try to access the OpenID provider again, and there will be no way to log in.

@thesuperzapper thesuperzapper added this to the v0.1.5 milestone May 23, 2024
@thesuperzapper
thesuperzapper merged commit a6c83bc into deployKF:main May 23, 2024
@thesuperzapper
thesuperzapper deleted the fix-minio-start branch May 23, 2024 06:07
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.

1 participant