forked from pool/podman
Accepting request 617463 from devel:CaaSP:Head:ControllerNode
OBS-URL: https://build.opensuse.org/request/show/617463 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=16
This commit is contained in:
parent
d52052a852
commit
0b8830979f
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="url">https://github.com/projectatomic/libpod.git</param>
|
<param name="url">https://github.com/projectatomic/libpod.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">podman</param>
|
<param name="filename">podman</param>
|
||||||
<param name="versionformat">0.6.2</param>
|
<param name="versionformat">0.6.3</param>
|
||||||
<param name="revision">v0.6.2</param>
|
<param name="revision">v0.6.3</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:805a9959110cc59dbaa1d76a6085852a5a29ccbdd81568ad64bf48b03d62ece4
|
|
||||||
size 3005184
|
|
3
podman-0.6.3.tar.xz
Normal file
3
podman-0.6.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f24d7ddc4f424dd83a289771e33cbe67785696e34439e9696896359a59be61b3
|
||||||
|
size 3025548
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 18 05:46:23 UTC 2018 - vrothberg@suse.com
|
||||||
|
|
||||||
|
- Changelog for v0.6.3 (2018-06-15)
|
||||||
|
* podman: use a different store for the rootless case
|
||||||
|
* podman: do not use Chown in rootless mode
|
||||||
|
* network: do not attempt to create a network in rootless mode
|
||||||
|
* oci: do not set resources in rootless mode
|
||||||
|
* oci: do not use hooks in rootless mode
|
||||||
|
* oci: do not set the cgroup path in Rootless mode
|
||||||
|
* spec: change mount options for /dev/pts in rootless mode
|
||||||
|
* container: do not add shm in rootless mode
|
||||||
|
* podman: provide a default UID mapping when non root
|
||||||
|
* podman: accept option --rootfs to use exploded images
|
||||||
|
* When setting a memory limit, also set a swap limit
|
||||||
|
* Fix cleaning up network namespaces on detached ctrs
|
||||||
|
* Implement --latest for ps
|
||||||
|
* Added --sort flag to podman image
|
||||||
|
* add podman container and image command
|
||||||
|
* rmi: remove image if all tags are specified
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 11 06:22:30 UTC 2018 - vrothberg@suse.com
|
Mon Jun 11 06:22:30 UTC 2018 - vrothberg@suse.com
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define with_libostree 1
|
%define with_libostree 1
|
||||||
%endif
|
%endif
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 0.6.2
|
Version: 0.6.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Debugging tool for pods and images
|
Summary: Debugging tool for pods and images
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user