Skip to content

Commit

Permalink
Merge pull request #668 from Mossaka/issue619
Browse files Browse the repository at this point in the history
core/container/context: container env vars are only passed to WASI
  • Loading branch information
Mossaka authored Sep 13, 2024
2 parents b7a3ac3 + ed10bcc commit 1581987
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 49 deletions.
102 changes: 62 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oci-tar-builder = { path = "crates/oci-tar-builder", version = "0.4.0" }
crossbeam = { version = "0.8.4", default-features = false }
env_logger = "0.10"
libc = "0.2.158"
libcontainer = { version = "0.3.3", default-features = false }
libcontainer = { version = "0.4.1", default-features = false }
log = "0.4"
nix = "0.28"
oci-spec = { version = "0.6.4", features = ["runtime"] }
Expand Down
Loading

0 comments on commit 1581987

Please sign in to comment.