Apostasie

Results 89 issues of Apostasie

This is part 2 of #3125 - same idea. Tests: - parallelized - expanded - cleaned-up / normalized - added namespace testing Code changes: - docker match: "no labels" should...

### Description Volume Store does have a lock mechanism preventing race conditions between volume creation and volume removal / pruning. However, calls to `usedVolumes`, which will decide which volumes are...

bug

### Description Specifically, some helpers testing stdout do first assert that exit code == 0. However, there are legitimate cases where exit code is not 0 and you still want...

area/ci
kind/refactor

Hey folks. This is to tentatively fix #3103 I am slightly out of my comfort zone here and can use some advice and thorough review here, especially on the combination...

### Description ``` nerdctl volume create --label "" foo ``` Will give `len(labels) == 0` But ``` nerdctl volume create --label "" --label "" foo ``` Will give `len(labels) ==...

kind/external
area/cobra
kind/unconfirmed-bug-claim

### Description While poking // tests, I did hit this: ``` level=fatal msg="mkdir /home/dmp.linux/.local/share/nerdctl/1935db59/volumes/nerdctl-test/nerdctl-testvolumeremove: file exists" ``` We should have a look at volume creation code and figure out if...

kind/unconfirmed-bug-claim

### Description Triggered this on `create`, but it is the same on run AFAIK. If I am not mistaken, it seems to me that Docker is using: `^[a-zA-Z0-9][a-zA-Z0-9_.+-]+$` (seen in...

bug

### Description While `pull` and `push` do not allow explicit schemes (as image identifiers do not), both docker and nerdctl `login` DO allow it, albeit ignoring them entirely. Our suggestion...

bug
area/login

### Description For some reason, network tests are very racy on my rig. Just taking `network_remove_linux_test`, I get several different conditions quite fast: * [ ] `task xyz not found:...

bug
area/ci

### Description Docker does. ### Steps to reproduce the issue na ### Describe the results you received and expected na ### What version of nerdctl are you using? 1.7.6 ###...

enhancement