CI: Use legacy Bitnami images for MinIO
Some checks failed
Pipeline / UI Lint (push) Successful in 58s
Pipeline / API Unit Tests (push) Successful in 19s
Pipeline / API Lint (push) Successful in 9s
Pipeline / UI Tests (push) Successful in 1m31s
Pipeline / API Integration Tests (push) Failing after 46s
Pipeline / Build & Push API Image (push) Has been skipped
Pipeline / Build & Push UI Image (push) Has been skipped
Some checks failed
Pipeline / UI Lint (push) Successful in 58s
Pipeline / API Unit Tests (push) Successful in 19s
Pipeline / API Lint (push) Successful in 9s
Pipeline / UI Tests (push) Successful in 1m31s
Pipeline / API Integration Tests (push) Failing after 46s
Pipeline / Build & Push API Image (push) Has been skipped
Pipeline / Build & Push UI Image (push) Has been skipped
This commit is contained in:
@@ -136,17 +136,16 @@ jobs:
|
|||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 10
|
--health-retries 10
|
||||||
minio:
|
minio:
|
||||||
image: quay.io/minio/minio
|
image: bitnamilegacy/minio:2025.7.23-debian-12-r5
|
||||||
env:
|
env:
|
||||||
MINIO_ROOT_USER: minioadmin
|
MINIO_ROOT_USER: minioadmin
|
||||||
MINIO_ROOT_PASSWORD: minioadmin
|
MINIO_ROOT_PASSWORD: minioadmin
|
||||||
|
MINIO_DEFAULT_BUCKETS: reactbin-test
|
||||||
options: >-
|
options: >-
|
||||||
--entrypoint sh
|
--health-cmd "mc ready local || exit 1"
|
||||||
--health-cmd "curl -f http://localhost:9000/minio/health/live || exit 1"
|
|
||||||
--health-interval 5s
|
--health-interval 5s
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 10
|
--health-retries 10
|
||||||
cmd: ["-c", "minio server /data"]
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node and curl (for JS actions and mc)
|
- name: Install Node and curl (for JS actions and mc)
|
||||||
run: |
|
run: |
|
||||||
@@ -155,13 +154,6 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Create MinIO bucket
|
|
||||||
run: |
|
|
||||||
curl -fsSL https://dl.min.io/client/mc/release/linux-amd64/mc -o /tmp/mc
|
|
||||||
chmod +x /tmp/mc
|
|
||||||
until /tmp/mc alias set local http://minio:9000 minioadmin minioadmin; do sleep 2; done
|
|
||||||
/tmp/mc mb local/reactbin-test --ignore-existing
|
|
||||||
|
|
||||||
- name: Cache uv store
|
- name: Cache uv store
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user