forked from pool/podman
Accepting request 665311 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/665311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=35
This commit is contained in:
parent
3d3c858db7
commit
206247e598
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:265ff7eb7d239de57c6218845e5ade95080f3382308f3fd9a5b64e1b439c29ea
|
||||
size 3435884
|
3
podman-1.0.0.tar.xz
Normal file
3
podman-1.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d442a103023accfc2b100313d16a47065b15a7e688422be1f5705a870c1b0e1e
|
||||
size 3509240
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 13 15:39:42 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Upgrade to v1.0.0
|
||||
* The podman exec command now includes a --workdir option to set working directory for the executed command
|
||||
* The podman create and podman run commands now support the --init flag to use a minimal init process in the container
|
||||
* Added the podman image sign command to GPG sign images
|
||||
* The podman run --device flag now accepts directories, and will added any device nodes in the directory to the container
|
||||
* Added the podman play kube command to create pods and containers from Kubernetes pod YAML
|
||||
* Rootless containers now unconditionally use postrun cleanup processes, ensuring resources are freed when the container stops
|
||||
* Pulling images has been parallelized, allowing individual layers to be pulled in parallel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 11:20:42 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: podman
|
||||
Version: 0.12.1.2
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Daemon-less container engine for managing containers, pods and images
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user