fix(ci): repair MinIO image source + patch npm security vulns - #297
Closed
Roddygithub wants to merge 1 commit into
Closed
Roddygithub wants to merge 1 commit into
Roddygithub wants to merge 1 commit into
Conversation
- ci.yml: minio/minio:latest (archived Docker Hub repo) → quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z (pinned) Root cause: minio/minio Docker Hub repository archived Apr 2026. quay.io/minio/minio is the official container registry. - pnpm-workspace.yaml: add overrides for transitive deps - browserslist >=4.28.7 (CVE-2026-73088, CVE-2026-73089 HIGH) - baseline-browser-mapping >=2.11.0 (CVE-2026-45819 MEDIUM) - sharp ^0.35.4 (GHSA-rgj7-g3m4-5g8c HIGH) - js-yaml ^4.3.2 (CVE-2026-84375 HIGH) Remaining: vitest 3.x MEDIUM (CVE-2026-84373) requires major bump to 4.x — covered by PR #277.
Roddygithub
added a commit
that referenced
this pull request
Sep 18, 2026
* fix(ci): repair MinIO image source + patch npm security vulns - ci.yml: minio/minio:latest (archived Docker Hub repo) → quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z (pinned) Root cause: minio/minio Docker Hub repository archived Apr 2026. quay.io/minio/minio is the official container registry. - pnpm-workspace.yaml: add overrides for transitive deps - browserslist >=4.28.7 (CVE-2026-73088, CVE-2026-73089 HIGH) - baseline-browser-mapping >=2.11.0 (CVE-2026-45819 MEDIUM) - sharp ^0.35.4 (GHSA-rgj7-g3m4-5g8c HIGH) - js-yaml ^4.3.2 (CVE-2026-84375 HIGH) Remaining: vitest 3.x MEDIUM (CVE-2026-84373) requires major bump to 4.x — covered by PR #277. Signed-off-by: Roland Salardon <r.salardon@gmail.com> * fix(ci): bump codecov-action v4→v6 on repaired baseline Combines baseline CI/security fix (PR #297) with codecov-action major version bump (PR #288). v6 introduces node24 support; verify CODECOV_TOKEN still works after merge. Signed-off-by: Roland Salardon <r.salardon@gmail.com> --------- Signed-off-by: Roland Salardon <r.salardon@gmail.com>
Owner
Author
|
Superseded by PR #298 which includes this baseline fix (MinIO image + security overrides). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
minio/minio:latest(Docker Hub repo archived Apr 2026) withquay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z(pinned, official registry)Root cause
The
minio/minioDocker Hub repository was archived in April 2026.docker pull minio/minio:latestnow fails with "repository does not exist or may require docker login", causing exit code 125 on every CI job that starts MinIO (Test Python, ARQ worker integration).Remaining
vitest 3.x MEDIUM (CVE-2026-84373) requires major bump to 4.x — covered by PR #277.
Validation