umoci
umoci copied to clipboard
umoci modifies Open Container images
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.0 to 1.28.1. Release notes Sourced from google.golang.org/protobuf's releases. v1.28.1 This release contains protoc-gen-go binaries for arm64. Notable changes since v1.28.0: CL/418677: internal/impl: improve MessageInfo.New performance CL/411377:...
Sets up [ClusterfuzzLite](https://google.github.io/clusterfuzzlite/) which will run the fuzzers in the CI. ClusterfuzzLite can also be set up to perform [batch fuzzing](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) which runs the fuzzers regularly and stores the corpus....
Fedora changed the file modes of /etc/pki/ca-trust to 000 which means that during our unprivileged tests, trying to delete /etc doesn't work (root can bypass the DAC rules but we...
Bumps [github.com/vbatts/go-mtree](https://github.com/vbatts/go-mtree) from 0.5.1 to 0.5.2. Commits 9e437ee go: update modules 00deb3a Merge pull request #181 from vbatts/sums 555e4c9 comment: typo 79927ba Merge pull request #182 from vbatts/not_a_directory 020f2b9 Makefile:...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.2 to 1.1.3. Changelog Sourced from github.com/opencontainers/runc's changelog. [1.1.3] - 2022-06-09 In the beginning there was nothing, which exploded. Fixed Our seccomp -ENOSYS stub now correctly handles...
Bumps opensuse/leap from 15.2 to 15.4. [](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 it yourself. You can also trigger a...
We have hit a situation where images built using stacker ( see https://github.com/project-stacker/stacker/blob/master/overlay/pack.go#L279 ) appear to be fine - they can be unpacked and run by runc, and umoci can...
I am wondering if there is any chance to implement healthcheck configurations in umoci. The demand is originated from user demand on KIWI (see OSInside/kiwi#1639). I did a quick check...
Addresses #332