Samuel Karp

Results 29 issues of Samuel Karp

``` $ ps aux | grep runj-entrypoint sam 75911 0.0 0.1 12796 2312 0 S+ 09:50 0:00.00 grep runj-entrypoint root 10036 0.0 0.0 728272 516 1- I 10Dec23 0:00.79 runj-entrypoint...

help wanted
good first issue

``` $ jls JID IP Address Hostname Path 71 /tmp/TestHookTimeout758700500/001 ```

help wanted
good first issue

https://github.com/opencontainers/runtime-spec/blob/v1.1.0/config.md#posix-platform-hooks

help wanted

Hi @opencontainers/image-tools-maintainers! Are you still using [PullApprove](https://www.pullapprove.com/) for this project? It looks like this one is the only project that still has a [.pullapprove.yml](https://github.com/search?q=org%3Aopencontainers+.pullapprove.yml&type=code) file and GitHub's [branch protection](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule) now...

https://github.com/containerd/containerd/issues/2706 reported for containerd likely does not affect the ECR resolver as it's typical to create a separate ECR resolver for each push or pull operation. However, the fix in...

From https://github.com/awslabs/amazon-ecr-containerd-resolver/pull/5#pullrequestreview-288297235 (@kzys): > Manually adding `ecr.fetcher...` prefix looks error-prone. How about either 1) using [SetReportCaller](https://github.com/sirupsen/logrus/blob/de736cf91b921d56253b4010270681d33fdf7cb5/README.md#logging-method-name) or 2) adding a private method on ecrFetcher that returns a logger with a...

The correct ECR API endpoint to use depends on a few factors: * region * partition * whether FIPS is desired Every region is contained within a partition, and the...

[oss-fuzz](https://github.com/google/oss-fuzz) provides fuzzing for open source software such as containerd. Our integration with it is split in (at least) 3 repositories: 1. The [`contrib/fuzz` directory](https://github.com/containerd/containerd/tree/main/contrib/fuzz) and a [workflow](https://github.com/containerd/containerd/blob/main/.github/workflows/fuzz.yml) in our...

exp/beginner

### What is the problem you're trying to solve containerd is a critical component for production container systems and the health of the daemon affects the ability of the overall...

kind/feature