Jin Dong
Jin Dong
@kzys seems the issue can be closed, since: 1. The mirrors in config follows the semantic of map (no ordering among given mirrors): containerd does use a map to store...
@AkihiroSuda I checked the current logic in containerd. For each manifest, (1). create an image if `name` isn't empty (from `manifest.json` in docker tar); (2). create an image if `--digests`...
@Zheaoli are you still working on this? Otherwise I'd like to give it a try.
This one seems frequent recently: https://github.com/containerd/nerdctl/actions/runs/3343599257/jobs/5536985776 https://github.com/containerd/nerdctl/actions/runs/3438150819/jobs/5733839743 https://github.com/containerd/nerdctl/actions/runs/3019700424/jobs/4855888202
> Not supported yet, but we already have an implementation around this, I will be opening a PR soon. Great! Look forward to the PR. (I guess the workflow will...
This issue should be fixed now in nerdctl. https://github.com/containerd/nerdctl/issues/1666
@leocavalcante the issue is actually trickier. `nerdctl build --build-arg=FOO=$FOO -t nerdctl-issue .` works because the `$FOO` in this command, is parsed by **your shell**, not by nerdctl/lima/etc. Simiarly to when...
@leocavalcante I'm not sure about `lima` specifically, but this issue should be quite relevant: https://github.com/lima-vm/lima/issues/412 One workaround is `lima` seems support passing env variables in its config. So you can...
The issue (https://github.com/containerd/nerdctl/issues/1272) is fixed in #1500. Maybe we can close this PR @TinySong, @AkihiroSuda? @TinySong thanks for your contribution! Please feel free to pick any [good first issue](https://github.com/containerd/nerdctl/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) or...
Hi @ningmingxiao, any update on this PR? seems the `run` side change is implemented now and the `update` side is not. thanks for your work. :)