Skip to content

Commit

Permalink
chore(deps): update quay.io/minio/minio docker tag to release.2024-07…
Browse files Browse the repository at this point in the history
…-04t14-25-45z (projectnessie#9011)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent a014375 commit 27bc135
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 @@ -173,7 +173,7 @@ services:

# MinIO
minio:
image: quay.io/minio/minio:RELEASE.2024-06-29T01-20-47Z
image: quay.io/minio/minio:RELEASE.2024-07-04T14-25-45Z
ports:
# API port
- "9001:9000"
Expand All @@ -193,7 +193,7 @@ services:

# Create MinIO bucket
minio-setup:
image: quay.io/minio/minio:RELEASE.2024-06-29T01-20-47Z
image: quay.io/minio/minio:RELEASE.2024-07-04T14-25-45Z
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 @@ -169,7 +169,7 @@ services:

# MinIO
minio:
image: quay.io/minio/minio:RELEASE.2024-06-29T01-20-47Z
image: quay.io/minio/minio:RELEASE.2024-07-04T14-25-45Z
ports:
# API port
- "9001:9000"
Expand All @@ -189,7 +189,7 @@ services:

# Create MinIO bucket
minio-setup:
image: quay.io/minio/minio:RELEASE.2024-06-29T01-20-47Z
image: quay.io/minio/minio:RELEASE.2024-07-04T14-25-45Z
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 @@ -105,7 +105,7 @@ services:

# MinIO
minio:
image: quay.io/minio/minio:RELEASE.2024-06-29T01-20-47Z
image: quay.io/minio/minio:RELEASE.2024-07-04T14-25-45Z
ports:
# API port, used by Nessie
- "9000:9000"
Expand All @@ -125,7 +125,7 @@ services:

# Create MinIO bucket
minio-setup:
image: quay.io/minio/minio:RELEASE.2024-06-29T01-20-47Z
image: quay.io/minio/minio:RELEASE.2024-07-04T14-25-45Z
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-29T01-20-47Z
FROM quay.io/minio/minio:RELEASE.2024-07-04T14-25-45Z

0 comments on commit 27bc135

Please sign in to comment.