Skip to content

Commit 4dba4a4

Browse files
kevinjqliuCopilot
andauthored
Infra: Bump RustFS to 1.0.0 (#4013)
RustFS 1.0.0 is the stable release and includes the vhost domain port matching fix, so RUSTFS_SERVER_DOMAINS no longer needs the port. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 0743814 commit 4dba4a4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎dev/docker-compose-integration.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ services:
6262
- CATALOG_S3_ENDPOINT=http://object-store:9000
6363
- CATALOG_JDBC_STRICT__MODE=true
6464
object-store:
65-
image: rustfs/rustfs:1.0.0-rc.5
65+
image: rustfs/rustfs:1.0.0
6666
container_name: pyiceberg-object-store
6767
networks:
6868
iceberg_net:
@@ -79,8 +79,8 @@ services:
7979
- RUSTFS_CONSOLE_ENABLE=true
8080
- RUSTFS_CONSOLE_ADDRESS=:9001
8181
# Resolves virtual-hosted-style `warehouse.object-store` to the warehouse
82-
# bucket. The port is required until rustfs/rustfs#7051 ships.
83-
- RUSTFS_SERVER_DOMAINS=object-store:9000
82+
# bucket.
83+
- RUSTFS_SERVER_DOMAINS=object-store
8484
healthcheck:
8585
test: ["CMD-SHELL", "curl --fail http://127.0.0.1:9000/health"]
8686
interval: 5s

‎dev/docker-compose.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
services:
1919
object-store:
20-
image: rustfs/rustfs:1.0.0-rc.5
20+
image: rustfs/rustfs:1.0.0
2121
container_name: pyiceberg-object-store
2222
ports:
2323
- 9001:9001

0 commit comments

Comments
 (0)