aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix secret-verify-leak flake: set build context to subdirAshley Cui2022-06-03
* Merge pull request #14437 from cevich/fix_podmanimageOpenShift Merge Robot2022-06-03
|\
| * Podman image: Mass cleanup + fix missing storage.confChris Evich2022-06-01
* | Merge pull request #14475 from vrothberg/fix-14468OpenShift Merge Robot2022-06-03
|\ \
| * | test/e2e/save_test.go: fix flakeValentin Rothberg2022-06-03
|/ /
* | Merge pull request #14470 from shanesmith/machine-force-remove-doesnt-stopOpenShift Merge Robot2022-06-03
|\ \
| * | Stop machine before force removing filesShane Smith2022-06-02
* | | Merge pull request #14461 from cdoern/infraOpenShift Merge Robot2022-06-02
|\ \ \
| * | | fix pod network handling with a host networkcdoern2022-06-02
* | | | Merge pull request #14455 from containers/dependabot/go_modules/github.com/co...OpenShift Merge Robot2022-06-02
|\ \ \ \
| * | | | Bump github.com/containernetworking/cni from 1.1.0 to 1.1.1dependabot[bot]2022-06-02
* | | | | Merge pull request #14460 from cipherboy/align-docker-podman-load-outputOpenShift Merge Robot2022-06-02
|\ \ \ \ \
| * | | | | Update test output expectationAlexander Scheel2022-06-02
| * | | | | Align docker load and podman load outputAlexander Scheel2022-06-02
* | | | | | Merge pull request #14467 from karthikelango137/bytesOpenShift Merge Robot2022-06-02
|\ \ \ \ \ \
| * | | | | | changed megabyte to mebibyteKarthik Elango2022-06-02
* | | | | | | Merge pull request #14435 from cevich/makefile_emptyOpenShift Merge Robot2022-06-02
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Makefile: Handle unexpected empty var. valuesChris Evich2022-06-01
* | | | | | | Merge pull request #14384 from mheon/move_attachOpenShift Merge Robot2022-06-02
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Move Attach under the OCI Runtime interfaceMatthew Heon2022-05-26
* | | | | | | Merge pull request #14457 from Luap99/completion4OpenShift Merge Robot2022-06-02
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | shell completion for paths inside the image/containerPaul Holzinger2022-06-02
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #14451 from PhrozenByte/bugfix/docs-publishOpenShift Merge Robot2022-06-02
|\ \ \ \ \ \
| * | | | | | Document protocol usage for --publishDaniel Rudolf2022-06-02
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #14301 from rhatdan/volumeOpenShift Merge Robot2022-06-02
|\ \ \ \ \ \
| * | | | | | Support setting image_volume_mode in containers.confDaniel J Walsh2022-05-26
* | | | | | | Merge pull request #14436 from Luap99/net-remote-defaultOpenShift Merge Robot2022-06-02
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | pkg/specgen: parse default network mode on serverPaul Holzinger2022-06-01
* | | | | | | Merge pull request #14395 from vrothberg/healthcheck-fixOpenShift Merge Robot2022-06-02
|\ \ \ \ \ \ \
| * | | | | | | healthcheck: wait for systemd operationsValentin Rothberg2022-05-27
* | | | | | | | Merge pull request #14344 from cdoern/podCreateOpenShift Merge Robot2022-06-02
|\ \ \ \ \ \ \ \
| * | | | | | | | podman pod create --uidmap patchcdoern2022-06-01
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #14421 from Luap99/statsOpenShift Merge Robot2022-06-02
|\ \ \ \ \ \ \ \
| * | | | | | | | podman stats: work with network connect/disconnectPaul Holzinger2022-05-31
* | | | | | | | | Merge pull request #14417 from Luap99/machine-sshOpenShift Merge Robot2022-06-02
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | podman machine ssh: do not print warning everytimePaul Holzinger2022-05-30
| * | | | | | | | | podman machine ssh: set correct exit codePaul Holzinger2022-05-30
| * | | | | | | | | fix bad import path for cmd/podman/utilsPaul Holzinger2022-05-30
| |/ / / / / / / /
* | | | | | | | | Merge pull request #14448 from baude/issue14231OpenShift Merge Robot2022-06-02
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | expose podman.sock in machine inspectBrent Baude2022-06-01
* | | | | | | | | | Merge pull request #14446 from andrin55/podman-restart-service-shutdown-fixOpenShift Merge Robot2022-06-02
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Add ExecStop and dependencies to fix shutdownAndrin Brunner2022-06-01
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #14439 from jakecorrenti/remove-hardcoded-imageStream-lineOpenShift Merge Robot2022-06-01
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Removed `imageStream` hardcoded valueJake Correnti2022-06-01
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #14443 from Luap99/tail-logs-flakeOpenShift Merge Robot2022-06-01
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | fix "tail 800 lines: journald" flakePaul Holzinger2022-06-01
| |/ / / / / / /
* | | | | | | | Merge pull request #14444 from Luap99/remote-static-linuxDaniel J Walsh2022-06-01
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Makefile: force podman-remote-static to linuxPaul Holzinger2022-06-01
|/ / / / / / /
* | | | | | | Merge pull request #14424 from lsm5/gopkg-in-yaml-bumpOpenShift Merge Robot2022-06-01
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Bump gopkg.in/yaml.v3 to v3.0.1Lokesh Mandvekar2022-05-31