Skip to content

Commit

Permalink
Update quay.io/minio/minio Docker tag to RELEASE.2024-11-07T00-52-20Z (
Browse files Browse the repository at this point in the history
…#9882)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 3a2fc8d commit e21197e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docker/all-in-one/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ services:

# MinIO
minio:
image: quay.io/minio/minio:RELEASE.2024-10-29T16-01-48Z
image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
ports:
# API port
- "9002:9000"
Expand All @@ -196,7 +196,7 @@ services:

# Create MinIO bucket
minio-setup:
image: quay.io/minio/minio:RELEASE.2024-10-29T16-01-48Z
image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
depends_on:
minio:
condition: service_healthy
Expand Down
4 changes: 2 additions & 2 deletions docker/catalog-auth-s3-otel/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ services:

# MinIO
minio:
image: quay.io/minio/minio:RELEASE.2024-10-29T16-01-48Z
image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
ports:
# API port
- "9002:9000"
Expand All @@ -185,7 +185,7 @@ services:

# Create MinIO bucket
minio-setup:
image: quay.io/minio/minio:RELEASE.2024-10-29T16-01-48Z
image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
depends_on:
minio:
condition: service_healthy
Expand Down
4 changes: 2 additions & 2 deletions docker/catalog-auth-s3/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ services:

# MinIO
minio:
image: quay.io/minio/minio:RELEASE.2024-10-29T16-01-48Z
image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
ports:
# API port
- "9002:9000"
Expand All @@ -132,7 +132,7 @@ services:

# Create MinIO bucket
minio-setup:
image: quay.io/minio/minio:RELEASE.2024-10-29T16-01-48Z
image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
depends_on:
minio:
condition: service_healthy
Expand Down
4 changes: 2 additions & 2 deletions docker/catalog-nginx-https/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ services:

# MinIO
minio:
image: quay.io/minio/minio:RELEASE.2024-10-29T16-01-48Z
image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
ports:
# API port, used by Nessie
- "9000:9000"
Expand All @@ -121,7 +121,7 @@ services:

# Create MinIO bucket
minio-setup:
image: quay.io/minio/minio:RELEASE.2024-10-29T16-01-48Z
image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
depends_on:
minio:
condition: service_healthy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dockerfile to provide the image name and tag to a test.
# Version is managed by Renovate - do not edit.
FROM quay.io/minio/minio:RELEASE.2024-10-29T16-01-48Z
FROM quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z

0 comments on commit e21197e

Please sign in to comment.