Skip to content

Conversation

@Didayolo
Copy link
Member

@Didayolo Didayolo commented Jul 14, 2025

Mention of reviewers: @ObadaS @ihsaan-ullah

Description

In our docker-compose.yml, the mc config syntax is outdated (since 2022):

until /usr/bin/mc config host add minio_docker http://minio:$MINIO_PORT $MINIO_ACCESS_KEY $MINIO_SECRET_KEY && break; do

This PR simply replace mc config host add by mc alias set.

Reference:

Issues this PR resolves

A checklist for hand testing

  • Setup a local Codabench from scratch (create-buckets must be called) and check that everything is working fine.

Checklist

  • Code review by me
  • Hand tested by me
  • I'm proud of my work
  • Code review by reviewer
  • Hand tested by reviewer
  • CircleCi tests are passing
  • Ready to merge

@Didayolo Didayolo linked an issue Jul 14, 2025 that may be closed by this pull request
@Didayolo Didayolo requested a review from ObadaS July 15, 2025 15:57
@ObadaS
Copy link
Collaborator

ObadaS commented Jul 16, 2025

I have tested the changes, everything works correctly

@Didayolo Didayolo merged commit 054b8f4 into develop Jul 16, 2025
1 check passed
@Didayolo Didayolo deleted the minio-alias-command branch July 16, 2025 15:01
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.

[Setup] mc: <ERROR> config is not a recognized command

3 participants