Daniel J Walsh
c657dc4fdb
Switch all referencs to image.ContainerConfig to image.Config
...
This will more closely match what Docker is doing.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2018-12-21 15:59:34 -05:00
baude
bbbbfa582b
vendor containerd/cgroups
...
We need to vendor in the latest containerd/cgroups for a fix related to
slice delegation and systemd <= 239. The opencontainer/runtime-spec is
brought along for the ride.
Signed-off-by: baude <bbaude@redhat.com>
Closes : #1414
Approved by: mheon
2018-09-06 15:19:25 +00:00
Miloslav Trmač
cedb4576a4
Fix TestPostDeleteHooks on macOS
...
os.TempDir() is /var/folders/.../T/ on macOS, not /tmp.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Closes : #1111
Approved by: baude
2018-07-19 16:12:49 +00:00
Miloslav Trmač
930660c36b
Use `...` for a regexp constant to improve readability
...
Should not change behavior.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Closes : #1111
Approved by: baude
2018-07-19 16:12:48 +00:00
W. Trevor King
c9f763456c
libpod: Execute poststop hooks locally
...
Instead of delegating to the runtime, since some runtimes do not seem
to handle these reliably [1].
[1]: https://github.com/projectatomic/libpod/issues/730#issuecomment-392959938
Signed-off-by: W. Trevor King <wking@tremily.us>
Closes : #864
Approved by: rhatdan
2018-06-04 18:36:40 +00:00