Skip to content

Commit a7487bf

Browse files
authored
fix: downgrade nerdctl from v2.1.3 to v2.1.2 (runfinch#289)
The nerdctl v2.1.3 library upgrade introduced a backward compatibility issue that breaks port publishing when used with nerdctl CLI v2.1.2. Reverting to v2.1.2 maintains compatibility with both v2.1.2 CLI and newer nerdctl CLI binaries. Signed-off-by: Swagat Bora <[email protected]>
1 parent e383f65 commit a7487bf

File tree

3 files changed

+18
-142
lines changed

3 files changed

+18
-142
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/containerd/fifo v1.1.0
1111
github.com/containerd/go-cni v1.1.12
1212
github.com/containerd/log v0.1.0
13-
github.com/containerd/nerdctl/v2 v2.1.3
13+
github.com/containerd/nerdctl/v2 v2.1.2
1414
github.com/containerd/platforms v1.0.0-rc.1
1515
github.com/containerd/typeurl/v2 v2.2.3
1616
github.com/containernetworking/cni v1.3.0
@@ -161,7 +161,6 @@ require (
161161
github.com/spaolacci/murmur3 v1.1.0 // indirect
162162
github.com/spf13/pflag v1.0.6 // indirect
163163
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 // indirect
164-
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
165164
github.com/tinylib/msgp v1.3.0 // indirect
166165
github.com/vbatts/tar-split v0.12.1 // indirect
167166
github.com/yuchanns/srslog v1.1.0 // indirect

0 commit comments

Comments
 (0)