unikraft / kraftkit

Build and use highly customized and ultra-lightweight unikernel VMs.
https://unikraft.org/docs/cli
BSD 3-Clause "New" or "Revised" License
206 stars 61 forks source link

fix(run): Initialize env map if nil #1613

Closed LucaSeri closed 2 months ago

LucaSeri commented 2 months ago

PR 1575 introduced env variables from docker, but there was no guarantee that the machine env map was ever initialized at this point.

Prerequisite checklist

Description of changes

Github-Fixes: https://github.com/unikraft/kraftkit/issues/1612