| Commit message (Expand) | Author | Age |
... | |
* | | | | | Merge pull request #15639 from fj-tsubasa/system-test-proxy | OpenShift Merge Robot | 2022-09-06 |
|\ \ \ \ \ |
|
| * | | | | | system tests: fix some tests in proxy environment | Tsubasa Watanabe | 2022-09-06 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #15584 from sstosh/generate-systemd-env | OpenShift Merge Robot | 2022-09-06 |
|\ \ \ \ \ |
|
| * | | | | | Add generate systemd -e/--env option | Toshiki Sonoda | 2022-09-06 |
* | | | | | | Merge pull request #15638 from n1hility/stale-config-fix | OpenShift Merge Robot | 2022-09-06 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Drop stale config value resulting in asymmetric config | Jason T. Greene | 2022-09-06 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #15632 from dfr/freebsd-container | OpenShift Merge Robot | 2022-09-06 |
|\ \ \ \ \ |
|
| * | | | | | libpod: Factor out setting volume atime to container_internal_linux.go | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Move miscellaneous file handlling to container_internal_common.go | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Don't mount /dev/shm in containers on FreeBSD | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Factor out handling of slirp4netns and net=none | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Move functions related to /etc bind mounts to container_internal_comm... | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Move getRootNetNsDepCtr to container_internal_common.go | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Use (*Container).addNetworkNamespace to restore checkpoint network | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Move functions related to checkpoints to container_internal_common.go | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Move mountNotifySocket to container_internal_common.go | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Move getUserOverrides, lookupHostUser to container_internal_common.go | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Move isWorkDirSymlink, resolveWorkDir to container_internal_common.go | Doug Rabson | 2022-09-05 |
| * | | | | | pkg/util: Add no-op implementation of AddPrivilegedDevices on FreeBSD | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Use platform-specific mount type for volume mounts | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Factor out platform-specific sections from generateSpec | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Move getOverlayUpperAndWorkDir and generateSpec to container_internal... | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Add FreeBSD implementation of container internals | Doug Rabson | 2022-09-05 |
| * | | | | | libpod: Move networkDisable to container_linux.go | Doug Rabson | 2022-09-05 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #15637 from edsantiago/argh | OpenShift Merge Robot | 2022-09-06 |
|\ \ \ \ \ |
|
| * | | | | | CI: Cirrus setup: retry failed curls | Ed Santiago | 2022-09-05 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #15636 from edsantiago/docs_dedup_memory | OpenShift Merge Robot | 2022-09-06 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Man pages: refactor common options: --memory* | Ed Santiago | 2022-09-05 |
|/ / / / |
|
* | | | | Merge pull request #15630 from rhatdan/capabilities | OpenShift Merge Robot | 2022-09-05 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix list of default capabilities | Daniel J Walsh | 2022-09-05 |
|/ / / |
|
* | | | Merge pull request #15619 from lsm5/fix-copr-rhel-builds | OpenShift Merge Robot | 2022-09-05 |
|\ \ \ |
|
| * | | | [CI:BUILD] Copr: Define _user_tmpfilesdir for rhel | Lokesh Mandvekar | 2022-09-02 |
| | |/
| |/| |
|
* | | | Merge pull request #15618 from mheon/add_group_to_addtlgroups | OpenShift Merge Robot | 2022-09-05 |
|\ \ \ |
|
| * | | | Add container GID to additional groups | Matthew Heon | 2022-09-02 |
| |/ / |
|
* | | | Merge pull request #15625 from edsantiago/docs_dedup_label | OpenShift Merge Robot | 2022-09-05 |
|\ \ \ |
|
| * | | | Man pages: refactor common options: --label | Ed Santiago | 2022-09-03 |
* | | | | Merge pull request #15605 from TomSweeneyRedHat/dev/tsweeney/adjusttest | OpenShift Merge Robot | 2022-09-04 |
|\ \ \ \ |
|
| * | | | | Update test per comment in #15555 | tomsweeneyredhat | 2022-09-01 |
* | | | | | Merge pull request #15582 from dfr/freebsd-bind | OpenShift Merge Robot | 2022-09-04 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | specgen: Use platform-specific mount type for volume mounts | Doug Rabson | 2022-08-30 |
| * | | | | libpod/define: Make TypeBind a platform-specific constant | Doug Rabson | 2022-08-30 |
* | | | | | Merge pull request #15606 from edsantiago/docs_dedup_digestfile | OpenShift Merge Robot | 2022-09-03 |
|\ \ \ \ \ |
|
| * | | | | | Man pages: refactor common options: --digestfile | Ed Santiago | 2022-09-01 |
* | | | | | | Merge pull request #15581 from dfr/random-names | OpenShift Merge Robot | 2022-09-02 |
|\ \ \ \ \ \ |
|
| * | | | | | | libpod: Ensure that generated container names are random | Doug Rabson | 2022-09-01 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #15614 from sstosh/fix-swagger | OpenShift Merge Robot | 2022-09-02 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix swagger documentation | Toshiki Sonoda | 2022-09-02 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge pull request #15599 from umohnani8/gen-kube | OpenShift Merge Robot | 2022-09-02 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Fix bind-mount-option annotation in gen/play kube | Urvashi Mohnani | 2022-09-01 |
* | | | | | | Merge pull request #15604 from edsantiago/docs_dedup_deviceXY | OpenShift Merge Robot | 2022-09-02 |
|\ \ \ \ \ \ |
|