Skip to content

Commit e6c4337

Browse files
committed
chore(dev): bump iceberg-rest-fixture to latest
There is no published `apache/iceberg-rest-fixture:1.11.0` image (Docker Hub only has up to `1.10.1` plus `latest`), and the `1.10.x` images predate the server-side scan-planning support that landed on `main` in late 2025. Use the `latest` tag, a recent `main` build that includes the 1.11.x server-side features, so the integration tests can exercise them (e.g. server-side scan planning, #1690). Mirrors apache/iceberg-python#3389, which likewise drops the version pin to pick up the 1.11.x fixture.
1 parent b10a8d8 commit e6c4337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ services:
8080
# REST Catalog - Apache Iceberg REST Catalog
8181
# =============================================================================
8282
rest:
83-
image: apache/iceberg-rest-fixture:1.10.0
83+
image: apache/iceberg-rest-fixture:latest
8484
environment:
8585
- AWS_ACCESS_KEY_ID=admin
8686
- AWS_SECRET_ACCESS_KEY=password

0 commit comments

Comments
 (0)