mirror of
https://github.com/apple/container.git
synced 2026-07-23 18:01:33 +00:00
- Closes #1433. - Renames `env` parameter to `dynamicEnv` to differentiate these special-case environment variables from the standard container environment. - Use `[String: String]` instead of `[String: String]?`. - Default to `[:]` when an down-revision client calls bootstrap without supplying `dynamicEnv`.