chore(release): prepare 1.0.0-beta.7 (#3184)

* chore(release): prepare 1.0.0-beta.7

* chore(release): align release assets for 1.0.0-beta.7
This commit is contained in:
houseme
2026-06-03 12:18:50 +08:00
committed by GitHub
parent cc9e4bb207
commit 66b8699927
7 changed files with 169 additions and 163 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ chown -R 10001:10001 data logs
docker run -d -p 9000:9000 -p 9001:9001 -v $(pwd)/data:/data -v $(pwd)/logs:/logs rustfs/rustfs:latest
# Using specific version
docker run -d -p 9000:9000 -p 9001:9001 -v $(pwd)/data:/data -v $(pwd)/logs:/logs rustfs/rustfs:1.0.0-beta.6
docker run -d -p 9000:9000 -p 9001:9001 -v $(pwd)/data:/data -v $(pwd)/logs:/logs rustfs/rustfs:1.0.0-beta.7
```
If you use [podman](https://github.com/containers/podman) instead of docker, you can install the RustFS with the below command