nerdctl/_service
Danish Prakash 380e6bc540 Accepting request 1102899 from home:amanzini:branches:devel:microos
- Update to version 1.5.0:
  * fix: registry missing layer when concurrently push image
  * update build dependencies
  * feat: add `stats` command to `container`
  * registry documentation update
  * feat: adding support for lazy-pulling with soci in pull and run command
  * Add network flag to nerdctl build
  * Re-enable revive rules
  * Add functionality to copy files into and out of stopped containers.
  * Fix subnet overlapping
  * fix compose lacking support for replicas = 0
  * Fix minor typo in volume flags docs
  * Fix flaky windows test
  * Add metadata to volume create return
  * Remove warning msg when inspect containers without task
  * feat: add --volumes-from support in run command
  * Fix the rule of port allocate when executing -p multiple times for one command
  * Optimize for itoa operations
  * fix the restart policy in kill
  * refactor: container stats command
  * fix update restart policy
  * fix restart policy behaviour inconsistent
  * Prevent timing flakyness for `--since/--until` in TestLogs.
  * docs: fixed typo in command ref for nerdctl logs follow
  * feat: support '--detach-keys' for 'nerdctl (run|start)'
  * User docker compose v2 for docker-comppatible test
  * Adding ability to inject secrets into compose build command
  * Add `shm_size` service option support in Compose files
  * Ignore dependencies for compose build and logs
  * Sort OCI mounts for Docker compliance in nested mount scenario

OBS-URL: https://build.opensuse.org/request/show/1102899
OBS-URL: https://build.opensuse.org/package/show/devel:microos/nerdctl?expand=0&rev=14
2023-08-08 13:15:46 +00:00

20 lines
681 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/containerd/nerdctl.git</param>
<param name="scm">git</param>
<param name="revision">v1.5.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service mode="disabled" name="set_version">
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="go_modules" mode="disabled">
<param name="compression">xz</param>
</service>
</services>