Skip to content

Commit a790a88

Browse files
fix: use ghcr.io registry for nessie image (no longer on Docker Hub)
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 4518e15 commit a790a88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e_dbt_project/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ services:
149149

150150
# ── Dremio (with Nessie + MinIO) ───────────────────────────────────
151151
nessie:
152-
image: projectnessie/nessie:0.80.0
152+
image: ghcr.io/projectnessie/nessie:0.80.0
153153
container_name: catalog
154154
networks:
155155
- dremio-lakehouse

0 commit comments

Comments
 (0)