docker/execd/v1.0.12

opensandbox-group/OpenSandboxdocker/execd/v1.0.12Apr 16, 2026by Pangjiping

AI Summary

Execd now trusts mitmproxy transparent mode when a specific environment variable is set and fixes path resolution for files using tilde or environment variables.

Key Highlights

  • Trust mitm proxy if environment variable is set
  • Fixed processing of file paths like $HOME/abc or ~/abc

New Features

  • trust mitm proxy if OPENSANDBOX_EGRESS_MITMPROXY_TRANSPARENT set
  • normalize traceback for command start errors
  • resolved issue which execd cannot process file like $HOME/abc

Full Release Notes

## What's New

### ✨ Features
- trust mitm proxy if `OPENSANDBOX_EGRESS_MITMPROXY_TRANSPARENT` set (#630)

### 🐛 Bug Fixes
- normalize traceback for command start errors (#701)
- resolved issue which execd cannot process file like `$HOME/abc`, `~/abc` or `$MY_WORKSPACE/abc` (#726)

### 📦 Misc
- optimize Makefile for multi-build release (#695)
- add Dockerfile.dockerignore to reduce build context (#718)

## 👥 Contributors

Thanks to these contributors ❤️

- @Pangjiping
- @Aboysky

---
- Docker Hub: opensandbox/execd:v1.0.12
- Aliyun Registry: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.12