Thomas Schubart
Thomas Schubart
## Description Introduce limiting of new connections created per minute. ## Related Issue(s) Fixes #https://github.com/gitpod-io/gitpod/issues/10651 ## How to test - Open a workspace in the preview environment - Run roblox...
### Bug description When building an image from within a Gitpod workspace that uses ubuntu:22.04 as base image it fails with the following error: ``` E: Problem executing scripts APT::Update::Post-Invoke...
## Is your feature request related to a problem? Please describe Support https://github.com/gitpod-io/gitpod/issues/8261 ## Describe the behaviour you'd like As a user of Gitpod, I would like to specifify the...
## Description Ensure that if a prebuild is used to create a workspace a class is used that is appropriate for the workspace; meaning if the prebuild has a workspace...
## Is your feature request related to a problem? Please describe A workspace should get a workspace class that is ## Describe the behaviour you'd like - If the configured...
See https://github.com/opencontainers/runtime-spec/pull/1090
[Checkpoint](https://github.com/opencontainers/runc/blob/master/man/runc-checkpoint.8.md) and [restore](https://github.com/opencontainers/runc/blob/master/man/runc-restore.8.md) is supported by runc. We should also support these operations. There does not seem to be a crate that allows interacting with [criu](https://criu.org/Main_Page), so we probably have...
Solve all FIXMEs - [ ] Add tests for bpf examples - [ ] Clarify if we should start with deny all - [ ] Clarify order in which rules...
### Summary There are more and more places were interacting with cgroups is required. Not only in workspace components but in IDE components as well. ### Context The current interaction...
## Description Do not create fuse device if it already exists. We will use the generic device plugin and a custom fuse resource in the future to create the fuse...