mirror of
https://github.com/apple/container.git
synced 2026-07-12 20:47:04 +00:00
d15fe22e31
- 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`.