Accepting request 663638 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/663638 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=34
This commit is contained in:
parent
d5a55585e6
commit
3d3c858db7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c08a5c76f440817b902f4d13c0e570b913f58e3f99c804e5bd954ecc1e1bbed5
|
|
||||||
size 3314560
|
|
3
podman-0.12.1.2.tar.xz
Normal file
3
podman-0.12.1.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:265ff7eb7d239de57c6218845e5ade95080f3382308f3fd9a5b64e1b439c29ea
|
||||||
|
size 3435884
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 8 11:20:42 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
- Update to v0.12.1.2
|
||||||
|
* Rootless Podman now creates the storage.conf, libpod.conf, and mounts.conf configuration files automatically in ~/.config/containers/ for ease of reconfiguration
|
||||||
|
* The podman pod create command can expose ports in the pod's network namespace, allowing public services to be created in pods
|
||||||
|
* The podman container checkpoint command can now keep containers running after they are checkpointed with the --leave-running flag
|
||||||
|
* The podman container checkpoint and podman container restore commands now support the --tcp-established flag to checkpoint and restore containers with active TCP connections
|
||||||
|
* The podman version command now has a --format flag to produce machine-readable output
|
||||||
|
* Added the podman container exists, podman pod exists, and podman image exists commands to easily check for a container/pod/image, respectively, by name or ID
|
||||||
|
* The podman ps --pod flag now has a short alias, -p
|
||||||
|
* The podman rmi and podman rm commands now have a --prune flag to prune unused images and containers, respectively
|
||||||
|
* The podman ps command now has a --sync flag to force a sync of Podman's state against the OCI runtime, resolving some state desync errors
|
||||||
|
* Added the podman volume set of commands for creating and managing local-only named volumes
|
||||||
|
* Added the podman generate kube command to generate Kubernetes Pod and Service YAML for Podman containers and pods
|
||||||
|
* The podman pod stop flag now accepts a --timeout flag to set the timeout for stopping containers in the pod
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 18 09:40:40 UTC 2018 - Marco Vedovati <mvedovati@suse.com>
|
Tue Dec 18 09:40:40 UTC 2018 - Marco Vedovati <mvedovati@suse.com>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%define with_libostree 1
|
%define with_libostree 1
|
||||||
%endif
|
%endif
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 0.11.1.1
|
Version: 0.12.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Daemon-less container engine for managing containers, pods and images
|
Summary: Daemon-less container engine for managing containers, pods and images
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user