Accepting request 1036467 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1036467 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nerdctl?expand=0&rev=3
This commit is contained in:
parent
e3094d7ecc
commit
0d991e2a6a
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="url">https://github.com/containerd/nerdctl.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.19.0</param>
|
||||
<param name="revision">v1.0.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ca5d830ec84a5208c413a77177434658a798ee931238b41f4e66d0083167f2e
|
||||
size 395713
|
3
nerdctl-1.0.0.tar.gz
Normal file
3
nerdctl-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81345820900568b75a5934f89a6b51431534039804fff28d63dee8ee92863f86
|
||||
size 440382
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 12 20:24:02 UTC 2022 - contact@marknefedov.dev
|
||||
- Update to version 1.0.0:
|
||||
* nerdctl run
|
||||
* Add --log-driver=syslog
|
||||
* Add --log-opt=log-path=<LOGPATH> option for json-file logging drivers
|
||||
* Add --mac-address flag
|
||||
* Support --pid=container:<CONTAINER>
|
||||
* nerdctl build:
|
||||
* Support --build-arg args without explicit value
|
||||
* Support --output=DIR as an alias of --output type=local,dest=<DIR>
|
||||
* nerdctl compose:
|
||||
* Add nerdctl compose version command
|
||||
* nerdctl-full:
|
||||
* Update imgcrypt (1.1.7), BuildKit (0.10.5), stargz-snapshotter (0.12.1), Kubo (0.16.0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 12:25:02 UTC 2022 - rpm@fthiessen.de
|
||||
|
||||
|
@ -24,13 +24,13 @@
|
||||
%global import_path %{provider_prefix}
|
||||
|
||||
Name: nerdctl
|
||||
Version: 0.19.0
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Docker-compatible CLI for containerd
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/containerd/nerdctl
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
Source1: vendor.tar.xz
|
||||
BuildRequires: golang(API) >= 1.18
|
||||
Requires: buildkit
|
||||
Requires: cni-plugins
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09829dc89da53fd5cce23f0643a9a8d9288ce9dd33d03cd5c9446e3910cdf9cc
|
||||
size 7484707
|
3
vendor.tar.xz
Normal file
3
vendor.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d7015c862feab89e1c0153fdc003e8a2444ee0f05dd68ae63f106bd2a808ca5
|
||||
size 4811864
|
Loading…
Reference in New Issue
Block a user