| Commit message (Expand) | Author | Age |
... | |
| * | | Add until filter to podman pod ps | Jakub Guzik | 2021-08-10 |
| |/ |
|
* | | Merge pull request #10589 from umohnani8/pod-userns | openshift-ci[bot] | 2021-08-10 |
|\ \ |
|
| * | | Add support for pod inside of user namespace. | Daniel J Walsh | 2021-08-09 |
| |/ |
|
* / | Skip cgroup-parent test due to frequent flakes | Chris Evich | 2021-08-09 |
|/ |
|
* | personality: Add support for setting execution domain. | flouthoc | 2021-08-06 |
* | Merge pull request #11011 from baude/initcontainers | openshift-ci[bot] | 2021-08-05 |
|\ |
|
| * | implement init containers in podman | Brent Baude | 2021-08-04 |
* | | Merge pull request #11128 from rhatdan/timezone | openshift-ci[bot] | 2021-08-04 |
|\ \ |
|
| * | | Handle timezone on server containers.conf | Daniel J Walsh | 2021-08-04 |
* | | | Merge pull request #11118 from mheon/use_host_resolveconf | openshift-ci[bot] | 2021-08-04 |
|\ \ \
| |/ /
|/| | |
|
| * | | Do not add an entry to /etc/hosts with `--net=host` | Matthew Heon | 2021-08-04 |
| |/ |
|
* | | Merge pull request #11003 from pascomnet/f_stats | openshift-ci[bot] | 2021-08-04 |
|\ \ |
|
| * | | e2e tests: re-enable and fix podman stats tests | Thomas Weber | 2021-08-02 |
* | | | Merge pull request #11068 from giuseppe/drop-dir-cgroup-test | openshift-ci[bot] | 2021-08-03 |
|\ \ \
| |_|/
|/| | |
|
| * | | test: move container process to a sub-cgroup | Giuseppe Scrivano | 2021-07-29 |
* | | | Merge pull request #10828 from cdoern/scp | openshift-ci[bot] | 2021-08-02 |
|\ \ \ |
|
| * | | | Created scp.go image_scp_test.go and podman-image-scp.1.md | cdoern | 2021-07-30 |
* | | | | Merge pull request #11054 from saschagrunert/login-logout-path-tests | openshift-ci[bot] | 2021-08-01 |
|\ \ \ \ |
|
| * | | | | Add `--accept-repositories` integration tests | Sascha Grunert | 2021-07-30 |
* | | | | | ps: support the container notation for ps --filter network=... | flouthoc | 2021-07-30 |
* | | | | | Fix: healthcheck tests use .Should() instead of .To() | flouthoc | 2021-07-29 |
* | | | | | Merge pull request #11048 from cdoern/heatlhCheckCompat | OpenShift Merge Robot | 2021-07-29 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Fixed Healthcheck formatting, string to []string | cdoern | 2021-07-28 |
| * | | | | Fixed Healthcheck formatting, string to []string | cdoern | 2021-07-26 |
* | | | | | Added tests for out of and into pod checkpoint and restore support | Adrian Reber | 2021-07-27 |
* | | | | | Prepare CRIU version check to work with multiple versions | Adrian Reber | 2021-07-27 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #11028 from containers/dependabot/go_modules/github.com/co... | OpenShift Merge Robot | 2021-07-27 |
|\ \ \ \ |
|
| * | | | | Bump github.com/containers/image/v5 from 5.13.2 to 5.14.0 | dependabot[bot] | 2021-07-25 |
* | | | | | Merge pull request #10861 from jmguzik/until-prune-volume-cmd | OpenShift Merge Robot | 2021-07-27 |
|\ \ \ \ \ |
|
| * | | | | | Add prune until filter test for podman volume cli | Jakub Guzik | 2021-07-26 |
* | | | | | | Merge pull request #10983 from vrothberg/fix-dangling | OpenShift Merge Robot | 2021-07-27 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | refine dangling checks | Valentin Rothberg | 2021-07-26 |
| |/ / / / |
|
* | | | | | dual-stack network: fix duplicated subnet assignment | Paul Holzinger | 2021-07-26 |
* | | | | | play kube: support capitalized pull policy | Valentin Rothberg | 2021-07-26 |
|/ / / / |
|
* | | | | Merge pull request #10996 from cdoern/untilLog | OpenShift Merge Robot | 2021-07-24 |
|\ \ \ \ |
|
| * | | | | Implemented --until flag for libpod's container logs | cdoern | 2021-07-22 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #11015 from jmguzik/until-list-volume | OpenShift Merge Robot | 2021-07-22 |
|\ \ \ \ |
|
| * | | | | Add until filter to volume ls filters list | Jakub Guzik | 2021-07-22 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #10997 from edsantiago/helpfuler_expects | OpenShift Merge Robot | 2021-07-21 |
|\ \ \ \ |
|
| * | | | | e2e tests: prevent 'Expect(ExitCode())' pattern | Ed Santiago | 2021-07-20 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #10970 from vikas-goel/prepare-volume | OpenShift Merge Robot | 2021-07-21 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Copy the content from the underlying image into the newly created volume. | Vikas Goel | 2021-07-20 |
| |/ / |
|
* | | | Merge pull request #10956 from flouthoc/kube-liveness-probe-systemd | OpenShift Merge Robot | 2021-07-19 |
|\ \ \
| |/ /
|/| | |
|
| * | | Kube: Add liveness probe for containers. | flouthoc | 2021-07-17 |
* | | | podman start: remove containers configured for auto removal | Valentin Rothberg | 2021-07-16 |
|/ / |
|
* | | Merge pull request #10894 from cdoern/pidPod | OpenShift Merge Robot | 2021-07-15 |
|\ \ |
|
| * | | podman pod create --pid flag | cdoern | 2021-07-15 |
| |/ |
|
* | | e2e tests: use Should(Exit()) and ExitWithError() | Ed Santiago | 2021-07-15 |
* | | Merge pull request #10901 from rsevilla87/manifest-create-args | OpenShift Merge Robot | 2021-07-13 |
|\ \ |
|
| * | | Manifest create subcommand should accept more than 2 arguments | Raul Sevilla | 2021-07-12 |
| |/ |
|