Skip to content

Commit

Permalink
Update quay.io/minio/minio Docker tag to RELEASE.2024-06-06T09-36-42Z (
Browse files Browse the repository at this point in the history
…#8758)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 6, 2024
1 parent 9e6375d commit 5a9b00b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker/catalog-auth-s3-otel-jdbc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ services:

# MinIO
minio:
image: quay.io/minio/minio:RELEASE.2024-06-04T19-20-08Z
image: quay.io/minio/minio:RELEASE.2024-06-06T09-36-42Z
ports:
# API port, used by Nessie
- "9000:9000"
Expand All @@ -129,7 +129,7 @@ services:

# Create MinIO bucket
minio-setup:
image: quay.io/minio/minio:RELEASE.2024-06-04T19-20-08Z
image: quay.io/minio/minio:RELEASE.2024-06-06T09-36-42Z
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 @@ -104,7 +104,7 @@ services:

# MinIO
minio:
image: quay.io/minio/minio:RELEASE.2024-06-04T19-20-08Z
image: quay.io/minio/minio:RELEASE.2024-06-06T09-36-42Z
ports:
# API port, used by Nessie
- "9000:9000"
Expand All @@ -124,7 +124,7 @@ services:

# Create MinIO bucket
minio-setup:
image: quay.io/minio/minio:RELEASE.2024-06-04T19-20-08Z
image: quay.io/minio/minio:RELEASE.2024-06-06T09-36-42Z
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-06-04T19-20-08Z
FROM quay.io/minio/minio:RELEASE.2024-06-06T09-36-42Z

0 comments on commit 5a9b00b

Please sign in to comment.