Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developer-docs/en/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The SFTP driver has a dedicated integration test:
cargo test --test test_sftp
```

This test starts an `atmoz/sftp` container through `testcontainers` by default and runs a real upload, download, range read, delete, and host-key fingerprint confirmation flow. It requires a local Docker / container runtime.
This test starts an `lscr.io/linuxserver/openssh-server` container through `testcontainers` by default and runs a real upload, download, range read, delete, and host-key fingerprint confirmation flow. It requires a local Docker / container runtime.

If the current environment cannot run Docker, disable it explicitly:

Expand Down
2 changes: 1 addition & 1 deletion developer-docs/zh-CN/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ SFTP 驱动有单独的集成测试:
cargo test --test test_sftp
```

这个测试默认会通过 `testcontainers` 启动 `atmoz/sftp` 容器,完成一次真实上传、下载、range 读取、删除和主机密钥指纹确认流程。它需要本机 Docker / 容器运行时可用。
这个测试默认会通过 `testcontainers` 启动 `lscr.io/linuxserver/openssh-server` 容器,完成一次真实上传、下载、range 读取、删除和主机密钥指纹确认流程。它需要本机 Docker / 容器运行时可用。

如果当前环境不能跑 Docker,可以显式关闭:

Expand Down
Loading
Loading