Skip to content
Open
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 examples/agent-sandbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ opensandbox-server init-config ~/.sandbox.toml --example docker
```toml
[runtime]
type = "kubernetes"
execd_image = "opensandbox/execd:v1.0.7"
execd_image = "opensandbox/execd:v1.0.8"

[kubernetes]
namespace = "default"
Expand Down
2 changes: 1 addition & 1 deletion examples/code-interpreter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
- name: opensandbox-bin
mountPath: /opt/opensandbox/bin
- name: execd-installer
image: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.7
image: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.8
command: [ "/bin/sh", "-c" ]
args:
- |
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/charts/opensandbox-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ configToml: |

[runtime]
type = "kubernetes"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.7"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.8"

[kubernetes]
kubeconfig_path = ""
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/config/samples/sandbox_v1alpha1_pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- name: opensandbox-bin
mountPath: /opt/opensandbox/bin
- name: execd-installer
image: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.7
image: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.8
command: [ "/bin/sh", "-c" ]
args:
- |
Expand Down
6 changes: 3 additions & 3 deletions oseps/0004-secure-container-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Extension to `~/.sandbox.toml`. A single `[secure_runtime]` section configures t
```toml
[runtime]
type = "docker" # or "kubernetes"
execd_image = "opensandbox/execd:v1.0.7"
execd_image = "opensandbox/execd:v1.0.8"

# Secure container runtime configuration.
# When enabled, ALL sandboxes on this server use the specified runtime.
Expand Down Expand Up @@ -210,7 +210,7 @@ Example 1 — gVisor on Docker:
# ~/.sandbox.toml
[runtime]
type = "docker"
execd_image = "opensandbox/execd:v1.0.7"
execd_image = "opensandbox/execd:v1.0.8"

[secure_runtime]
type = "gvisor"
Expand All @@ -224,7 +224,7 @@ Example 2 — Kata Containers (QEMU) on Kubernetes:
# ~/.sandbox.toml
[runtime]
type = "kubernetes"
execd_image = "opensandbox/execd:v1.0.7"
execd_image = "opensandbox/execd:v1.0.8"

[secure_runtime]
type = "kata"
Expand Down
2 changes: 1 addition & 1 deletion oseps/0007-fast-sandbox-runtime-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ api_key = "your-secret-key"

[runtime]
type = "kubernetes"
execd_image = "opensandbox/execd:v1.0.7"
execd_image = "opensandbox/execd:v1.0.8"

[kubernetes]
namespace = "default"
Expand Down
2 changes: 1 addition & 1 deletion server/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This guide provides comprehensive information for developers working on OpenSand

[runtime]
type = "docker"
execd_image = "opensandbox/execd:v1.0.7"
execd_image = "opensandbox/execd:v1.0.8"

[docker]
network_mode = "host"
Expand Down
8 changes: 4 additions & 4 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Before you start the server, edit the configuration file to suit your environmen

[runtime]
type = "docker"
execd_image = "opensandbox/execd:v1.0.7"
execd_image = "opensandbox/execd:v1.0.8"

[docker]
network_mode = "host" # Containers share host network; only one sandbox instance at a time
Expand All @@ -112,7 +112,7 @@ Before you start the server, edit the configuration file to suit your environmen

[runtime]
type = "docker"
execd_image = "opensandbox/execd:v1.0.7"
execd_image = "opensandbox/execd:v1.0.8"

[docker]
network_mode = "bridge" # Isolated container networking
Expand Down Expand Up @@ -242,7 +242,7 @@ EOF
```toml
[runtime]
type = "kubernetes"
execd_image = "opensandbox/execd:v1.0.7"
execd_image = "opensandbox/execd:v1.0.8"

[kubernetes]
kubeconfig_path = "~/.kube/config"
Expand All @@ -261,7 +261,7 @@ EOF
```toml
[runtime]
type = "docker"
execd_image = "opensandbox/execd:v1.0.7"
execd_image = "opensandbox/execd:v1.0.8"

[egress]
image = "opensandbox/egress:v1.0.3"
Expand Down
8 changes: 4 additions & 4 deletions server/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ opensandbox-server init-config ~/.sandbox.toml --example k8s-zh

[runtime]
type = "docker"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.7"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.8"

[docker]
network_mode = "host" # 容器共享宿主机网络,只能创建一个sandbox实例
Expand All @@ -108,7 +108,7 @@ opensandbox-server init-config ~/.sandbox.toml --example k8s-zh

[runtime]
type = "docker"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.7"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.8"

[docker]
network_mode = "bridge" # 容器隔离网络
Expand Down Expand Up @@ -218,7 +218,7 @@ mode = "direct" # Docker 运行时仅支持 direct(直连,无 L7 网关)
```toml
[runtime]
type = "kubernetes"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.7"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.8"

[kubernetes]
kubeconfig_path = "~/.kube/config"
Expand All @@ -237,7 +237,7 @@ mode = "direct" # Docker 运行时仅支持 direct(直连,无 L7 网关)
```toml
[runtime]
type = "docker"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.7"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.8"

[egress]
image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/egress:v1.0.3"
Expand Down
4 changes: 2 additions & 2 deletions server/docker-compose.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ configs:

[runtime]
type = "docker"
# execd_image = "opensandbox/execd:v1.0.7"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.7"
# execd_image = "opensandbox/execd:v1.0.8"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.8"

[egress]
image = "opensandbox/egress:v1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion server/example.config.k8s.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ log_level = "INFO"

[runtime]
type = "kubernetes"
execd_image = "opensandbox/execd:v1.0.7"
execd_image = "opensandbox/execd:v1.0.8"

[storage]
# Volume and storage configuration
Expand Down
2 changes: 1 addition & 1 deletion server/example.config.k8s.zh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ log_level = "INFO"

[runtime]
type = "kubernetes"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.7"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.8"

[storage]
# 卷存储配置
Expand Down
2 changes: 1 addition & 1 deletion server/example.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ max_sandbox_timeout_seconds = 86400
# Runtime selection (docker | kubernetes)
# -----------------------------------------------------------------
type = "docker"
execd_image = "opensandbox/execd:v1.0.7"
execd_image = "opensandbox/execd:v1.0.8"

[egress]
# Egress configuration
Expand Down
2 changes: 1 addition & 1 deletion server/example.config.zh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ log_level = "INFO"
# Runtime selection (docker | kubernetes)
# -----------------------------------------------------------------
type = "docker"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.7"
execd_image = "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.8"

[egress]
# Egress configuration
Expand Down
Loading