Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixes #1867 | Jhon Honce | 2018-11-28 |
| | | | | | | * Some items included in the CLI and currently not supported by the API. Signed-off-by: Jhon Honce <jhonce@redhat.com> | ||
* | Don't output inodes created to run a container | Daniel J Walsh | 2018-09-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | There is a group of inodes that get created when running a container if they do not exist. containerMounts = map[string]bool{ "/dev": true, "/etc/hostname": true, "/etc/hosts": true, "/etc/resolv.conf": true, "/proc": true, "/run": true, "/run/.containerenv": true, "/run/secrets": true, "/sys": true, } If the destination inode does not exist, libpod/runc will create the inode. This can cause programs like podman diff to see the image as having changed, when actually it has not. This patch ignores changes in these inodes. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1508 Approved by: giuseppe | ||
* | Turn on test debugging | Jhon Honce | 2018-08-31 |
| | | | | | | | Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #1369 Approved by: rhatdan | ||
* | Add retry decorator for flakey tests | Jhon Honce | 2018-08-20 |
| | | | | | | | | | * Update doc strings Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #1302 Approved by: baude | ||
* | Add missing dependencies to build system | Jhon Honce | 2018-08-05 |
| | | | | | | | Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #1199 Approved by: rhatdan | ||
* | Update python directories to better support setup.py | Jhon Honce | 2018-07-13 |
Signed-off-by: Jhon Honce <jhonce@redhat.com> |