This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 0159561  Replace `tabulario` in favor of `apache` (#341)
0159561 is described below

commit 0159561c2ea6109e0f35d2555bcd885fb277398b
Author: Fokko Driesprong <[email protected]>
AuthorDate: Wed Mar 19 20:16:40 2025 +0100

    Replace `tabulario` in favor of `apache` (#341)
    
    The `tabulario` images are not maintained anymore.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index aa35391..30ebcaa 100644
--- a/README.md
+++ b/README.md
@@ -109,8 +109,8 @@ You can pass the catalog URI with `--uri` argument.
 Example:
 You can start the Iceberg REST API docker image which runs on default in port 
`8181`
 ```
-docker pull tabulario/iceberg-rest:latest
-docker run -p 8181:8181 tabulario/iceberg-rest:latest
+docker pull apache/iceberg-rest-fixture:latest
+docker run -p 8181:8181 apache/iceberg-rest-fixture:latest
 ```
 and run the `iceberg` CLI pointing to the REST API server.
 

Reply via email to