squish
squish copied to clipboard
An experimental, rootless, Alpine-based container runtime
Bumps [rlimit](https://github.com/Nugine/rlimit) from 0.8.3 to 0.9.0. Changelog Sourced from rlimit's changelog. 0.9.0 - 2022-12-28 rlimit v0.9.0 follows the latest libc definitions. The MSRV of v0.9.* is explicitly guaranteed to be...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.148 to 1.0.152. Release notes Sourced from serde's releases. v1.0.152 Documentation improvements v1.0.151 Update serde::{ser,de}::StdError to re-export core::error::Error when serde is built with feature="std" off and feature="unstable"...
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.22 to 4.0.32. Release notes Sourced from clap's releases. v4.0.32 [4.0.32] - 2022-12-22 Fixes (parser) When overriding required(true), consider args that conflict with its group v4.0.31 [4.0.31]...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.89 to 1.0.91. Release notes Sourced from serde_json's releases. v1.0.90 Documentation improvements Commits 26f147f Release 1.0.91 d9cdb98 Opt out -Zrustdoc-scrape-examples on docs.rs 331511d Release 1.0.90 8753829 Replace...
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.9 to 0.5.10. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.23.0. Release notes Sourced from tokio's releases. Tokio v1.23.0 Fixed net: fix Windows named pipe connect (#5208) io: support vectored writes for ChildStdin (#5216) io:...
https://passt.top/passt/about/#pasta-pack-a-subtle-tap-abstraction
This would close #26. Open questions: - How to do cgroups right? The systemd transient unit creation API isn't working (see ex [[1](https://gist.github.com/daharon/c088b3ede0d72fd20ac400b3060cca2d)] which is the same issue) for me,...
https://man7.org/linux/man-pages/man2/seccomp.2.html
This is a bit hairy as cgroups require root for initial configuration -- definitely something that has to be set up as a part of package installation. What's the best...