c137e8fcf9
Merge pull request #3849 from openSUSE/directory-pull
...
Fix directory pull image name for OCI images
2019-08-19 17:50:39 +02:00
b1acc43481
Merge pull request #3848 from giuseppe/enable-all-tests-crun
...
tests: enable all tests for crun
2019-08-19 16:42:19 +02:00
25f2b9ae98
Merge pull request #3847 from lsm5/issue-template-package-info
...
Issue template update to Include package info
2019-08-19 16:32:17 +02:00
bd0b05f138
Merge pull request #3709 from mheon/volume_inspect
...
Change backend code for 'volume inspect'
2019-08-19 13:57:15 +02:00
befaa95d93
Merge pull request #3777 from rhatdan/vendor
...
Add support & documentation to run containers with different file types
2019-08-19 13:48:15 +02:00
f7527fb06d
test: enable all tests for crun
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-08-19 13:41:42 +02:00
570e55fdfb
test: fix return code check for missing workdir
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-08-19 13:41:41 +02:00
98dee275d0
Merge pull request #3836 from chenzhiwei/hostname
...
Allow customizing pod hostname
2019-08-19 13:33:15 +02:00
22f55ce406
Fix directory pull image name for OCI images
...
This is a breaking change and modifies the resulting image name when
pulling from an directory via `oci:...`.
Without this patch, the image names pulled via a local directory got
processed incorrectly, like this:
```
> podman pull oci:alpine
> podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
localhost/oci alpine 4fa153a82426 5 weeks ago 5.85 MB
```
We now use the same approach as in the corresponding [buildah fix][1] to
adapt the behavior for correct `localhost/` prefixing.
[1]: https://github.com/containers/buildah/pull/1800
After applying the patch the same OCI image pull looks like this:
```
> ./bin/podman pull oci:alpine
> podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
localhost/alpine latest 4fa153a82426 5 weeks ago 5.85 MB
```
End-to-end tests have been adapted as well to cover the added scenario.
Relates to: https://github.com/containers/buildah/issues/1797
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-08-19 12:49:59 +02:00
faac765dca
.cirrus.yml: use crun from git master
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-08-19 11:37:07 +02:00
7421124919
libpod, pkg: lookup also for crun failures
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-08-19 11:11:37 +02:00
f8cd1d49f7
libpod.conf: add crun to runtime_supports_json
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-08-19 11:11:36 +02:00
25f40e2ef3
containers, create: debug message on failed deletion
...
if the container failed to be created, don't assume it is still
known to the OCI runtime.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-08-19 11:11:35 +02:00
763d2d062d
libpod: still attempt to read the oci log file if not output
...
if we didn't receive any data on the pipe, still attempt to read the
specified log file.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-08-19 11:11:35 +02:00
be282c99cd
Issue template update to include package info
...
Fixes : #3839
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2019-08-18 19:10:14 -04:00
438cbf4c89
Merge pull request #3813 from baude/nofds
...
do not activate sd_notify support when varlink
2019-08-18 19:25:13 +02:00
7aefc1ac33
Allow customizing pod hostname
...
* set hostname in pod yaml file
* set --hostname in pod create command
Signed-off-by: Chen Zhiwei <zhiweik@gmail.com>
2019-08-18 03:48:40 +00:00
76f327f73f
Merge pull request #3617 from QiWang19/create_pull
...
add --pull flag for podman create&run
2019-08-17 14:55:14 +02:00
098ce2f33a
Merge pull request #3822 from cevich/simplify_crun_task
...
Cirrus: Minor: Simplify crun test task
2019-08-17 08:06:14 +02:00
8eab96ec3a
Merge pull request #3832 from cevich/more_net
...
Cirrus: Confirm networking more
2019-08-16 23:22:52 +02:00
7e406fe8e6
Cirrus: Minor: Simplify crun test task
...
Signed-off-by: Chris Evich <cevich@redhat.com>
2019-08-16 14:33:37 -04:00
704cc582ac
Merge pull request #3719 from baude/networklist
...
inclusion of podman network
2019-08-16 17:33:31 +02:00
122f694159
Cirrus: Confirm networking more
...
Signed-off-by: Chris Evich <cevich@redhat.com>
2019-08-16 11:03:03 -04:00
2d47f1ae54
Merge pull request #3796 from giuseppe/enable-cgroupsv2-crun
...
cirrus: enable cgroups v2 tests with crun
2019-08-16 13:20:30 +02:00
14e0b40379
Merge pull request #3805 from ashley-cui/tmpfs
...
Remove --tmpfs size default
2019-08-16 13:10:31 +02:00
05149e659a
Merge pull request #3830 from mheon/bump-1.5.1
...
Bump to v1.5.1
2019-08-16 00:26:22 +02:00
5d107a2288
Bump gitvalidation epoch
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-08-15 17:13:21 -04:00
913c7b08d2
Bump to v1.5.2-dev
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-08-15 17:13:21 -04:00
00057929f5
Bump to v1.5.1
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
v1.5.1
2019-08-15 17:13:19 -04:00
b9a176bea9
Merge pull request #3825 from mheon/release_notes_1.5.1_real
...
Add release notes for v1.5.1
2019-08-15 23:11:24 +02:00
6220ef1488
inclusion of podman network
...
adding podman network and the subcommands inspect, list, and rm. the
inspect subcommand displays the raw cni network configuration. the list
subcommand displays a summary of the cni networks ala ps. and the rm
subcommand removes a cni network.
Signed-off-by: baude <bbaude@redhat.com>
2019-08-15 12:49:12 -05:00
e6673012b5
do not activate sd_notify support when varlink
...
add ability to not activate sd_notify when running under varlink as it
causes deadlocks and hangs.
Fixes : #3572
Signed-off-by: baude <bbaude@redhat.com>
2019-08-15 12:32:54 -05:00
03ebb98398
Add release notes for v1.5.1
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-08-15 13:22:22 -04:00
74224d9b7c
Merge pull request #3818 from chenzhiwei/hostname
...
Set Pod hostname as Pod name
2019-08-15 18:44:39 +02:00
3f1657d729
Merge pull request #3812 from baude/perffix1
...
performance fix for podman events with large journalds
2019-08-15 13:39:06 +02:00
4f0ab1cc8d
Set Pod hostname as Pod name
...
Signed-off-by: Chen Zhiwei <zhiweik@gmail.com>
2019-08-15 07:23:32 -04:00
f9ddf914a3
Merge pull request #3804 from edsantiago/bats
...
tests for exit status on podman run --rm
2019-08-15 10:31:07 +02:00
4fb7036ca1
tests for exit status on podman run --rm
...
...and on a container killed by 'podman rm -f'. See #3795
Disable when testing podman-remote; see #3808
Signed-off-by: Ed Santiago <santiago@redhat.com>
2019-08-14 15:14:55 -06:00
bf9e801f11
Merge pull request #3807 from QiWang19/inspect_mergeDir
...
removMergeDir from inspect result if not mounted
2019-08-14 22:34:40 +02:00
f5dcb8011d
Merge pull request #3810 from giuseppe/use-cgroups
...
pkg/cgroups: use DBUS session when rootless
2019-08-14 17:30:09 +02:00
bbfc80c579
performance fix for podman events with large journalds
...
in the case where the host has a large journald, iterating the journal
without using a Match is very poor performance. this might be a
temporary fix while we figure out why the systemd library does not seem to
behave properly.
Signed-off-by: baude <bbaude@redhat.com>
2019-08-14 09:30:12 -05:00
4823cf8fcc
Merge pull request #3809 from chenzhiwei/fix-play-kube
...
Fix play kube command in pod yaml
2019-08-14 16:16:08 +02:00
9873901469
pkg/cgroups: use DBUS session when rootless
...
use the DBUS user session when running in rootless mode.
Closes: https://github.com/containers/libpod/issues/3801
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-08-14 15:46:07 +02:00
2eda50cb31
Remove --tmpfs size default
...
Docker has unlimited tmpfs size where Podman had it set to 64mb. Should be standard between the two.
Remove noexec default
Signed-off-by: Ashley Cui <ashleycui16@gmail.com>
2019-08-14 09:42:33 -04:00
fb9e1d7d9f
Fix play kube command in pod yaml
...
Signed-off-by: Chen Zhiwei <zhiweik@gmail.com>
2019-08-14 09:22:29 -04:00
a734b53357
Merge pull request #3806 from mheon/hooks_notexist_nonfatal
...
Running Podman with a nonexistent hooks dir is nonfatal
2019-08-14 14:23:37 +02:00
a3fd890b86
cirrus: enable cgroups v2 tests with crun
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-08-13 21:53:00 +02:00
4929cafb91
tests: skip pause tests if freezer is not available
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-08-13 21:44:23 +02:00
2e6164d124
tests: enable run tests for cgroups v2
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-08-13 21:44:22 +02:00
ebd2b70019
tests: enable cpu tests for cgroups v2
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-08-13 21:44:21 +02:00