Ziwen Ning
Ziwen Ning
Right now, nerdctl reports its user-agent string as "containerd/${containerd_version}`, so container registries can't distinguish nerdctl pulls from containerd pulls. It would be useful to re-set the user-agent as "nerdctl/${nerdctl_version} containerd/${containerd_version}"....
Signed-off-by: Ziwen Ning Issue #, if available: https://github.com/runfinch/finch/issues/107 *Description of changes:* add config to support additional directories according to the doc added in #123 *Testing done:* - [ X ]...
**Describe the bug** First time of running Finch command after installation triggered by Github action fails in arm64 runners. Only happens at the first time before any successful command call...
**Describe the bug** Current aarch64 installer can't be installed by installer command in M1 macOS without Rosetta installed. **Steps to reproduce** 1. Get a fresh M1 macOS host without Rosetta...
Signed-off-by: Ziwen Ning https://github.com/containerd/nerdctl/issues/1589
Hi, I'm new to go-runc and trying to learn go-runc from reading the docs and source code. I noticed there is code for non-linux (Windows) branch in multiple places. https://github.com/containerd/go-runc/blob/main/command_other.go...
So different arch can pull the image of their own arch with pointing to "latest". https://hub.docker.com/layers/amazon/amazon-ecs-local-container-endpoints/latest/images/sha256-2f1be750a040f71540a1bca3c9fe3295030a022595a2fc8d3966623bd3f75bd2?context=explore
### What is the areas you would like to add the new feature to? Notation CLI ### Is your feature request related to a problem? Based on the [discussion](https://github.com/notaryproject/notation/discussions/533), Notation...
**What is the problem you're trying to solve?.** Nerdctl has signing and verification by Cosign and Notation as experimental features today. https://github.com/containerd/nerdctl/blob/main/docs/cosign.md https://github.com/containerd/nerdctl/blob/main/docs/notation.md However, without the binaries installed in Finch...
**Describe the bug** Finch cannot resolve special IP `host-gateway` in `finch run --add-host name:host-gateway IMAGE` **Steps to reproduce** ``` finch run --add-host name:host-gateway -it public.ecr.aws/amazonlinux/amazonlinux:2 bash # cat /etc/hosts ......