5 Commits

Author SHA256 Message Date
Aleksa Sarai
e97581ad3a * Use the gc compiler for aarch64 builds.
* Add a patch to fix the new aarch64 build support, which has not yet been
  merged upstream (https://github.com/docker/containerd/pull/195):
  + fix-aarch64-epoll.patch
* Rebase the socket activation patchset which has yet to be merged
  (https://github.com/docker/containerd/pull/178):
  * socket-activation-01-vendor.patch
  * socket-activation-02-daemon.patch
  * socket-activation-03-ctr.patch
* Update to containerd 0.2.0. Changelog:
  + Add Limit to PidsStats
  + Add timeout flag for container start times.
  + Add timeout option for GRPC connection.
  + Add no_pivot_root support.
  + Add runtimeArgs to pass to shim
  * Move epoll syscall to a separate package so we can build on aarch64.
  * Fix ctr termios restoration isssues.
  * Several bug fixes.
  - Remove dependencies on larger packages.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=9
2016-04-19 10:37:57 +00:00
Aleksa Sarai
9d6a90135c * Use --listen fd:// to *actually use* socket activation with systemd.
* Remove MountFlags=slave since it's not relevant to containerd and might cause
  issues in the future.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=8
2016-04-04 11:59:50 +00:00
Aleksa Sarai
4c920e636d * Use socket activation with the containerd-daemon. This requires a
not-yet-upstream patchset which has been condensed into the patch file
  + daemon-implement-socket-activation.patch
* Update to containerd 0.1.0. This required quite a few fixes.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=7
2016-04-01 12:49:25 +00:00
Aleksa Sarai
4d8178c2a1 * Install to /usr/sbin.
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=5
2016-03-30 14:20:26 +00:00
Aleksa Sarai
c52edff9a3 * Add service and sysconfig files.
* Separately package the client from the server.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=2
2016-03-27 11:14:42 +00:00