Skip to content

Commit

Permalink
Update ghcr.io/projectnessie/nessie Docker tag to v0.100.0 (#9912)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent b6412f5 commit c749ef6
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
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.99.0
image: ghcr.io/projectnessie/nessie:0.100.0
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.99.0
image: ghcr.io/projectnessie/nessie:0.100.0
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.99.0
image: ghcr.io/projectnessie/nessie:0.100.0
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.99.0
image: ghcr.io/projectnessie/nessie:0.100.0
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.99.0
image: ghcr.io/projectnessie/nessie:0.100.0
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.99.0
image: ghcr.io/projectnessie/nessie:0.100.0
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.99.0
image: ghcr.io/projectnessie/nessie:0.100.0
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.99.0
image: ghcr.io/projectnessie/nessie:0.100.0
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.99.0
image: ghcr.io/projectnessie/nessie:0.100.0
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.99.0
image: ghcr.io/projectnessie/nessie:0.100.0
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.99.0
FROM ghcr.io/projectnessie/nessie:0.100.0

0 comments on commit c749ef6

Please sign in to comment.