Stefan Agner
Stefan Agner
**What is the problem you're trying to solve** When running a container which requires a custom (seccomp) security profile this needs to be stored in a separate file. It would...
The current code uses modulo using a divisor which is not necessarily a power of two. This pulls in __aeabi_idivmod and other libgcc provided functions dealing with division. The code...
Running three runners on the same host it seems that two of the runner which apparently finished almost at the same time run into an upload failure on both workflows....
Adjust OOM killer score to prevent crucial services from getting selected. ## Proposed change ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which...
## Proposed change Using the UTS host namespace is useful when running a mDNS responder which learns the hostname from the gethostname syscall. This way the add-on can use the...
## Proposed change Add `/host/logs/entries` and `/host/logs/{identifier}/entries` to expose log entries from systemd-journald running on the host. Use systemd-journal-gatewayd which exposes the logs to the Supervisor via Unix socket. Current...
## Context Today logs are mainly provided from the Containers directly, logs are retrieved through the Docker daemon's API (Core, Supervisor as well as Plugins and Add-ons). Linux kernel (host)...
## Context Currently log endpoints return a fixed amount of logs (or all available logs in the kernel buffer in the case of the host logs). Sometimes more logs should...
This is an attempt to support all documented properties for the container update API. Currenlty the test case fails, it seems that updating `DeviceCgroupRules` in fact is not working. I...
Compile modules used by extra Docker network drivers "overlay", "macvlan" and "ipvlan" as modules. Also compile `CONFIG_IPV6_SIT` as module. This avoids the `dummy0` and `sit0` network interface being created by...