8d37c2073f
Merge pull request #3515 from baude/rootlessintegrationtests
...
speed up rootless tests
2019-07-08 21:16:04 +02:00
edc7f52c95
Merge pull request #3425 from adrianreber/restore-mount-label
...
Set correct SELinux label on restored containers
2019-07-08 20:31:59 +02:00
eae377d6e8
Merge pull request #3517 from stefanb2/topic-doc-fix-healthcheck-command
...
docs: fix --healthcheck-command option
2019-07-08 19:39:34 +02:00
c187da23c4
speed up rootless tests
...
when running integrations tests as rootless, several tests still
unnecessarily pull images which is costly in terms of time.
Signed-off-by: baude <bbaude@redhat.com>
2019-07-08 12:31:31 -05:00
3fdf1a2c44
Merge pull request #3377 from TomSweeneyRedHat/dev/tsweeney/gate
...
Add RUN priv'd test for build
2019-07-08 19:25:29 +02:00
69a229b24b
docs: fix --healthcheck-command option
...
Make the documentation agree with the code.
Related #3507
Signed-off-by: Stefan Becker <chemobejk@gmail.com>
2019-07-08 19:06:01 +03:00
ed3acaecbf
Merge pull request #3496 from baude/golandcodeinspect
...
code cleanup
2019-07-08 18:00:11 +02:00
1055b22e9b
Merge pull request #3514 from baude/cornflakes
...
fix integration flake tests
2019-07-08 17:14:08 +02:00
4157a7219c
Merge pull request #3512 from vrothberg/fix-contributing
...
CONTRIBUTING.md: fix project paths
2019-07-08 17:01:28 +02:00
61c000a1d3
Merge pull request #3505 from baude/getlastevent
...
get last container event
2019-07-08 16:23:22 +02:00
1d36501f96
code cleanup
...
clean up code identified as problematic by golands inspection
Signed-off-by: baude <bbaude@redhat.com>
2019-07-08 09:18:11 -05:00
3dee49f131
fix integration flake tests
...
attempts to correct three of our flakey integration tests
Signed-off-by: baude <bbaude@redhat.com>
2019-07-08 09:06:40 -05:00
2d1e52d3e9
CONTRIBUTING.md: fix project paths
...
The paths to the local libpod tree where missing the `./src` part which
ultimately lead to compilation errors. Also place the git trees into
containers/libpod and not into the user's GitHub root.
Reported in #podman on IRC.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-07-08 14:25:51 +02:00
d252100c94
get last container event
...
an internal change in libpod will soon required the ability to lookup
the last container event using the continer name or id and the type of
event. this pr is in preperation for that need.
Signed-off-by: baude <bbaude@redhat.com>
2019-07-07 08:54:20 -05:00
f7407f2eb5
Merge pull request #3472 from haircommander/generate-volumes
...
generate kube with volumes
2019-07-04 22:22:07 +02:00
1fe2965e4f
Merge pull request #3495 from baude/golandcodecleanup
...
trivial cleanups from golang
2019-07-04 13:51:27 +02:00
1de81bc717
Merge pull request #3493 from baude/psnostore
...
ps should use nostore when possible
2019-07-04 10:16:27 +02:00
fec1de6ef4
trivial cleanups from golang
...
the results of a code cleanup performed by the goland IDE.
Signed-off-by: baude <bbaude@redhat.com>
2019-07-03 15:41:33 -05:00
24e1eebde4
ps should use nostore when possible
...
when not using --size with ps, we do not need a store. this should make
ps more effecient when the system is under heavy load.
also, prune unused ps functions as no longer needed.
Signed-off-by: baude <bbaude@redhat.com>
2019-07-03 13:21:58 -05:00
f5593d305f
Merge pull request #3488 from marcov/ctr-or-pod-id
...
libpod: discerne partial IDs between containers and pods
2019-07-03 16:55:24 +02:00
0e8b66cc68
Merge pull request #3242 from adel-mamin/adel-mamin/install-md-update-for-manjaro
...
Updated install.md for Manjaro Linux
2019-07-03 16:39:18 +02:00
4712fe009a
Merge pull request #3486 from openSUSE/ocicni-bump
...
Vendor latest OCICNI version
2019-07-03 16:17:33 +02:00
a22a32a0a5
Merge pull request #3437 from giuseppe/fix-nocgo
...
build: allow to build without cgo on RISC-V
2019-07-03 15:58:26 +02:00
bf7d5a9ce8
Merge pull request #3483 from mheon/get_conmon_pid
...
Store and print PID of conmon
2019-07-03 12:45:48 +02:00
2fbf716632
Merge pull request #3484 from mheon/bump_readme
...
Bump current version in README
2019-07-03 12:11:33 +02:00
64a91b09ae
libpod: discerne partial IDs between containers and pods
...
When specifying a podman command with a partial ID, container and pod
commands matches respectively only containers or pods IDs in the BoltDB.
Fixes : #3487
Signed-off-by: Marco Vedovati <mvedovati@suse.com>
2019-07-03 11:57:45 +02:00
ac72229afd
Added instruction to enable the user namespaces permanenty in Manjaro
...
Signed-off-by: Adel Mamin <adel.mamin@exafore.com>
2019-07-03 12:38:35 +03:00
229c5d6bb2
Addressed code review comments
...
Signed-off-by: Adel Mamin <adel.mamin@exafore.com>
2019-07-03 12:38:35 +03:00
08bd05cf5c
Updated install.md for Manjaro Linux
...
Signed-off-by: Adel Mamin <adel.mamin@exafore.com>
2019-07-03 12:38:35 +03:00
143ed8b826
Vendor latest OCICNI version
...
This is needed for dual stack IPv6 support within CRI-O. Because the API
changed within OCICNI, we have to adapt the internal linux networking as
well.
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-07-03 11:35:44 +02:00
241c643e77
Bump current version in README
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-07-02 19:55:06 -04:00
23711589f0
Merge pull request #3479 from mheon/bump-1.4.4
...
Bump to v1.4.4
2019-07-03 01:46:09 +02:00
38c6199b80
Wipe PID and ConmonPID in state after container stops
...
Matches the behavior of Docker.
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-07-02 19:10:51 -04:00
a1bb1987cc
Store Conmon's PID in our state and display in inspect
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-07-02 18:52:55 -04:00
93560ab6de
Merge pull request #3477 from ashley-cui/pauserootless
...
Fix rootless detection error for pause & unpause
2019-07-03 00:47:34 +02:00
3fa818a036
Merge pull request #3465 from baude/nostore
...
configure runtime without store
2019-07-03 00:37:31 +02:00
aeabc45cce
Improve parsing of mounts
...
Specifically, we were needlessly doing a double lookup to find which config mounts were user volumes. Improve this by refactoring a bit of code from inspect
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2019-07-02 15:18:44 -04:00
341f5e22e5
Add test for generate kube with volumes
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2019-07-02 15:18:44 -04:00
7b0cdd8c16
Bump gitvalidation epoch
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-07-02 14:58:54 -04:00
4ced285857
Bump to v1.4.5-dev
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-07-02 14:58:54 -04:00
b3f10c8be2
Bump to v1.4.4
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
v1.4.4
2019-07-02 14:58:50 -04:00
55e028a12e
Merge pull request #3461 from mheon/free_locks_on_fail
...
Ensure locks are freed when ctr/pod creation fails
2019-07-02 20:41:31 +02:00
a704be59e5
Fix rootless detection error for pause & unpause
...
Previously, when pause & unpause were run on rootless, the error message that pause was unsupported for rootless was not being thrown. When running remote, even if remote host was root, unsupported rootless error was being thrown.
Now, the error shows up when appropriate.
Signed-off-by: Ashley Cui <ashleycui16@gmail.com>
2019-07-02 14:33:03 -04:00
db2cc36033
Deduplicate volumes
...
for containers that share volumes, so the pod section doesn't list copies
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2019-07-02 14:08:09 -04:00
26d02e9739
Merge pull request #3471 from giuseppe/small-fixes-cgroups
...
cgroups v2: fix cpu time
2019-07-02 19:48:20 +02:00
fdd98d58b8
Fix release notes
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-07-02 12:52:23 -04:00
e92de11a69
Ensure locks are freed when ctr/pod creation fails
...
If we don't do this, we can leak locks on every failure, and that
is very, very bad - can render Podman unusable without a 'system
renumber' being run.
Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-07-02 12:51:39 -04:00
4d45d8020e
Merge pull request #3473 from mheon/release_notes_1.4.4
...
Update release notes for 1.4.4
2019-07-02 18:50:58 +02:00
473d060454
cirrus: add test for compiling without cgo
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-07-02 16:41:11 +02:00
827ac0859f
lock: new lock type "file"
...
it is a wrapper around containers/storage file locking.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-07-02 16:41:10 +02:00