Minio v12 error

Hi

  1. After a fresh install of tutor 12.0.0, the system is up (binary install)
  2. Enable Minio 12.0.0
  3. Save config
  4. Run Tutor Quickstart
  5. The system halts with the below error
======================================================

Starting the platform in detached mode

======================================================

docker-compose -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.yml -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local build

minio uses an image, skipping

smtp uses an image, skipping

redis uses an image, skipping

mongodb uses an image, skipping

elasticsearch uses an image, skipping

mysql uses an image, skipping

forum uses an image, skipping

lms uses an image, skipping

lms-worker uses an image, skipping

cms uses an image, skipping

nginx uses an image, skipping

cms-worker uses an image, skipping

docker-compose -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.yml -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local up --remove-orphans -d

Pulling minio (docker.io/minio/minio:RELEASE.2021-05-18T00-53-28Z)...

ERROR: manifest for minio/minio:RELEASE.2021-05-18T00-53-28Z not found: manifest unknown: manifest unknown

Error: Command failed with status 1: docker-compose -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.yml -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local up --remove-orphans -d

Thanks for the heads-up! This issue was also reported here: Pulling minio · Issue #6 · overhangio/tutor-minio · GitHub I just released a fix in tutor-minio==12.0.1.

Basically, the minio team yanked some versions from docker.io between the time I upgraded the plugin and the actual release…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.