Skip to content

Commit f3dd643

Browse files
[#5101] improvement(docs): Fix the document error about access control (#5104)
### What changes were proposed in this pull request? Fix the document error about access control ### Why are the changes needed? Fix: #5101 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Just docs. Co-authored-by: roryqi <roryqi@apache.org>
1 parent 09d91fc commit f3dd643

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docker-image-details.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can deploy the service with the Gravitino Docker image.
1414
Container startup commands
1515

1616
```shell
17-
docker run --rm -d -p 8090:8090 -p 9001:9001 apache/gravitino:0.6.0-incubating
17+
docker run --rm -d -p 8090:8090 -p 9001:9001 apache/gravitino:0.6.1-incubating
1818
```
1919

2020
Changelog
@@ -51,7 +51,7 @@ You can deploy the standalone Gravitino Iceberg REST server with the Docker imag
5151
Container startup commands
5252

5353
```shell
54-
docker run --rm -d -p 9001:9001 apache/gravitino-iceberg-rest:0.6.0-incubating
54+
docker run --rm -d -p 9001:9001 apache/gravitino-iceberg-rest:0.6.1-incubating
5555
```
5656

5757
Changelog

docs/security/access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ MetadataObject table = ...
662662
Role role = client.grantPrivilegesToRole("role1", table, Lists.newArrayList(Privileges.SelectTable.allow()));
663663
```
664664
</TabItem>
665-
<Tabs>
665+
</Tabs>
666666

667667
### Revoke privileges from a role
668668

0 commit comments

Comments
 (0)