Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ghcr.io/projectnessie/nessie Docker tag to v0.102.5 #10348

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/all-in-one/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:

nessie:
# IMPORTANT: when upgrading Nessie images, make sure to update the spark-sql packages as well
image: ghcr.io/projectnessie/nessie:0.102.4
image: ghcr.io/projectnessie/nessie:0.102.5
ports:
# API port
- "19120:19120"
Expand Down
2 changes: 1 addition & 1 deletion docker/authn-authelia/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version: '3'
services:

nessie:
image: ghcr.io/projectnessie/nessie:0.102.4
image: ghcr.io/projectnessie/nessie:0.102.5
ports:
# API port
- "19120:19120"
Expand Down
2 changes: 1 addition & 1 deletion docker/authn-keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version: '3'
services:

nessie:
image: ghcr.io/projectnessie/nessie:0.102.4
image: ghcr.io/projectnessie/nessie:0.102.5
ports:
# API port
- "19120:19120"
Expand Down
2 changes: 1 addition & 1 deletion docker/catalog-auth-s3-otel/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
## SELECT * FROM city;
##
nessie:
image: ghcr.io/projectnessie/nessie:0.102.4
image: ghcr.io/projectnessie/nessie:0.102.5
ports:
# API port
- "19120:19120"
Expand Down
2 changes: 1 addition & 1 deletion docker/catalog-auth-s3/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
## SELECT * FROM city;
##
nessie:
image: ghcr.io/projectnessie/nessie:0.102.4
image: ghcr.io/projectnessie/nessie:0.102.5
ports:
# API port
- "19120:19120"
Expand Down
2 changes: 1 addition & 1 deletion docker/catalog-nginx-https/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
## SELECT * FROM city;
##
nessie:
image: ghcr.io/projectnessie/nessie:0.102.4
image: ghcr.io/projectnessie/nessie:0.102.5
ports:
# Nessie API port not available externally, go via nginx at https://nessie-nginx.localhost.localdomain:8443/nessie/...
# - "19120:19120"
Expand Down
2 changes: 1 addition & 1 deletion docker/cli/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
services:

nessie:
image: ghcr.io/projectnessie/nessie:0.102.4
image: ghcr.io/projectnessie/nessie:0.102.5
ports:
# API port
- "19120:19120"
Expand Down
2 changes: 1 addition & 1 deletion docker/dynamodb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
version: '3'
services:
nessie:
image: ghcr.io/projectnessie/nessie:0.102.4
image: ghcr.io/projectnessie/nessie:0.102.5
ports:
# API port
- "19120:19120"
Expand Down
2 changes: 1 addition & 1 deletion docker/in_memory/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
version: '3'
services:
nessie:
image: ghcr.io/projectnessie/nessie:0.102.4
image: ghcr.io/projectnessie/nessie:0.102.5
ports:
# API port
- "19120:19120"
Expand Down
2 changes: 1 addition & 1 deletion docker/mongodb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
version: '3'
services:
nessie:
image: ghcr.io/projectnessie/nessie:0.102.4
image: ghcr.io/projectnessie/nessie:0.102.5
ports:
# API port
- "19120:19120"
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 ghcr.io/projectnessie/nessie:0.102.4
FROM ghcr.io/projectnessie/nessie:0.102.5