Accepting request 1231603 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1231603 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nerdctl?expand=0&rev=19
This commit is contained in:
commit
d6510eb7b3
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/containerd/nerdctl.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v2.0.1</param>
|
||||
<param name="revision">v2.0.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containerd/nerdctl.git</param>
|
||||
<param name="changesrevision">47f31ff2c1615c1accb85c1ce4e7882ad739102f</param></service></servicedata>
|
||||
<param name="changesrevision">1220ce7ec2701d485a9b1beeea63dae3da134fb5</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3c4ac5ed2955dcd29f703d0714472558fd39b35700c1fba99d334640b7ac903
|
||||
size 1147976
|
3
nerdctl-2.0.2.tar.xz
Normal file
3
nerdctl-2.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5da301be8102f1e35de8b7538267ed14a7696df4daecc704d2654b6d1330a418
|
||||
size 1148932
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 16 08:31:13 UTC 2024 - madhankumar.chellamuthu@suse.com
|
||||
|
||||
- Update to version 2.0.2:
|
||||
* update containerd-fuse-overlayfs (2.1.0)
|
||||
* update BuildKit (0.18.1)
|
||||
* build(deps): bump tonistiigi/xx from 1.5.0 to 1.6.0
|
||||
* build(deps): bump the docker group with 2 updates
|
||||
* [doc] rootlesskit port driver configuration
|
||||
* build(deps): bump github.com/cyphar/filepath-securejoin
|
||||
* build(deps): bump the golang-x group with 6 updates
|
||||
* fix: Fix --env-file flag behavior in nerdctl compose
|
||||
* Cleanup namespace validation
|
||||
* validatePathComponent tests
|
||||
* Remove dependency on misplaced helper CreateBuildContext for next-gen tests
|
||||
* Increase timeouts on CI
|
||||
* gocontext -> context
|
||||
* gocni -> cni
|
||||
* Create directory for bypass4netns pid file
|
||||
* Fix hosts.toml resolution for docker domain
|
||||
* Enhance CNI config load error condition UX
|
||||
* Marking TestCreate/logs as flaky
|
||||
* feat: add force-recreate and no-recreate for compose up command
|
||||
* Relax compose concurrency lock
|
||||
* fix nerdctl ps slow on heavy IO system by using goroutine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 03 08:53:13 UTC 2024 - madhankumar.chellamuthu@suse.com
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%global import_path %{provider_prefix}
|
||||
|
||||
Name: nerdctl
|
||||
Version: 2.0.1
|
||||
Version: 2.0.2
|
||||
Release: 0
|
||||
Summary: Docker-compatible CLI for containerd
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e99c162adf7d425ec81e480728078ea9ff0bd4ee2c9a85adfa3f1a697b6425ed
|
||||
size 3757144
|
||||
oid sha256:ecd86c4de0b78439b0b91ff0779d786a828b3f94180b0611e5a78aa2b0540ffb
|
||||
size 3759544
|
||||
|
Loading…
x
Reference in New Issue
Block a user