Skip to content

Commit

Permalink
Update quay.io/minio/minio Docker tag to RELEASE.2024-08-17T01-24-54Z (
Browse files Browse the repository at this point in the history
…#9364)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 17, 2024
1 parent 297e955 commit 142929d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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 @@ -168,7 +168,7 @@ services:

# MinIO
minio:
image: quay.io/minio/minio:RELEASE.2024-08-03T04-33-23Z
image: quay.io/minio/minio:RELEASE.2024-08-17T01-24-54Z
ports:
# API port
- "9002:9000"
Expand All @@ -188,7 +188,7 @@ services:

# Create MinIO bucket
minio-setup:
image: quay.io/minio/minio:RELEASE.2024-08-03T04-33-23Z
image: quay.io/minio/minio:RELEASE.2024-08-17T01-24-54Z
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 @@ -164,7 +164,7 @@ services:

# MinIO
minio:
image: quay.io/minio/minio:RELEASE.2024-08-03T04-33-23Z
image: quay.io/minio/minio:RELEASE.2024-08-17T01-24-54Z
ports:
# API port
- "9002:9000"
Expand All @@ -184,7 +184,7 @@ services:

# Create MinIO bucket
minio-setup:
image: quay.io/minio/minio:RELEASE.2024-08-03T04-33-23Z
image: quay.io/minio/minio:RELEASE.2024-08-17T01-24-54Z
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 @@ -111,7 +111,7 @@ services:

# MinIO
minio:
image: quay.io/minio/minio:RELEASE.2024-08-03T04-33-23Z
image: quay.io/minio/minio:RELEASE.2024-08-17T01-24-54Z
ports:
# API port
- "9002:9000"
Expand All @@ -131,7 +131,7 @@ services:

# Create MinIO bucket
minio-setup:
image: quay.io/minio/minio:RELEASE.2024-08-03T04-33-23Z
image: quay.io/minio/minio:RELEASE.2024-08-17T01-24-54Z
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 @@ -100,7 +100,7 @@ services:

# MinIO
minio:
image: quay.io/minio/minio:RELEASE.2024-08-03T04-33-23Z
image: quay.io/minio/minio:RELEASE.2024-08-17T01-24-54Z
ports:
# API port, used by Nessie
- "9000:9000"
Expand All @@ -120,7 +120,7 @@ services:

# Create MinIO bucket
minio-setup:
image: quay.io/minio/minio:RELEASE.2024-08-03T04-33-23Z
image: quay.io/minio/minio:RELEASE.2024-08-17T01-24-54Z
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-08-03T04-33-23Z
FROM quay.io/minio/minio:RELEASE.2024-08-17T01-24-54Z

0 comments on commit 142929d

Please sign in to comment.