-
Notifications
You must be signed in to change notification settings - Fork 0
Fix MinIO health check by using docker run instead of services #5
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
base: main
Are you sure you want to change the base?
Conversation
The MinIO service container was failing because GitHub Actions services don't support specifying a command for the container. The MinIO Docker image requires 'server /data' to be passed as arguments. Changed from using GitHub Actions services to starting MinIO manually with 'docker run' which allows passing the full command including 'server /data --console-address ":9001"'. Also improved error handling to show container logs if startup fails. Co-authored-by: dillonwilliams <1835005+dillonwilliams@users.noreply.github.com>
Co-authored-by: dillonwilliams <1835005+dillonwilliams@users.noreply.github.com>
Update actions/download-artifact from @v4 to @v4.1.7 to address the Arbitrary File Write via artifact extraction vulnerability (affects >= 4.0.0, < 4.1.3). Co-authored-by: dillonwilliams <1835005+dillonwilliams@users.noreply.github.com>
|
@copilot test script is undefined |
The workflow was calling `pnpm test` but no test script was defined, causing the workflow to fail with "Missing script: test". Added a placeholder test script that outputs a message until actual Playwright tests are implemented. Co-authored-by: dillonwilliams <1835005+dillonwilliams@users.noreply.github.com>
|
@copilot the changes for minio here need to be on top of branch claude/fix-s5cmd-gui-builds-QBqXz |
I'm unable to rebase this branch onto You could either: |
servercommand.github/workflows/build.ymlfile with the fixSummary
servicesto manualdocker runwith the correct command (server /data --console-address ":9001")Security Summary
actions/download-artifactfrom@v4to@v4.1.7to address the Arbitrary File Write vulnerabilityOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.