Commit Graph

  • f0aac137fc
    Merge aea0d8d549 into 27107fdac1 Yiqiao Pu 2018-04-19 14:08:56 +0000
  • 6b8396fa95
    Merge d03d64018c into 27107fdac1 Urvashi Mohnani 2018-04-19 14:08:52 +0000
  • 27107fdac1 Vendor in latest containers/image and contaners/storage umohnani8 2018-04-18 16:48:35 -0400
  • d03d64018c Vendor in latest containers/image and contaners/storage umohnani8 2018-04-18 16:48:35 -0400
  • aea0d8d549 Add one test case for check diff in container and committed image Yiqiao Pu 2018-04-19 17:45:00 +0800
  • a0f7f60de6
    Merge 986a925537 into 6a9dbf3305 Yiqiao Pu 2018-04-19 09:28:14 +0000
  • 6a9dbf3305 Fix a typo Yiqiao Pu 2018-04-19 16:33:29 +0800
  • 986a925537 Fix a typo Yiqiao Pu 2018-04-19 16:33:29 +0800
  • cc7d1de1c1 It is OK to start an already running container (with no attach) baude 2018-04-18 13:12:38 -0500
  • 49dbb5cfbd
    Merge 54ac91d460 into 06f0d0bf6e Brent Baude 2018-04-18 18:13:21 +0000
  • 54ac91d460 It is OK to start an already running container (with no attach) baude 2018-04-18 13:12:38 -0500
  • 6e5dc6e7fb
    Merge f92c34dd0a into 06f0d0bf6e Matthew Heon 2018-04-18 15:53:35 +0000
  • 06f0d0bf6e Refactor logic for forceSecure in pull for readability Matthew Heon 2018-04-18 10:59:40 -0400
  • 46b0e1bb27 Small logic fix for podman pull with tls-verify Matthew Heon 2018-04-18 10:33:46 -0400
  • f92c34dd0a Refactor logic for forceSecure in pull for readability Matthew Heon 2018-04-18 10:59:40 -0400
  • 95f272a0c5 Allow podman start to attach to a running container baude 2018-04-17 15:56:46 -0500
  • 4d381bbdb1 Small logic fix for podman pull with tls-verify Matthew Heon 2018-04-18 10:33:46 -0400
  • 59f3c01118
    Merge 1aba4008b6 into 313e5e83e9 Brent Baude 2018-04-18 14:29:50 +0000
  • 313e5e83e9 regression: tls verify should be set on registries.conf if insecure baude 2018-04-16 13:39:00 -0500
  • 1aba4008b6 Allow podman start to attach to a running container baude 2018-04-17 15:56:46 -0500
  • 64abe5a1fa
    Merge 41e117f5b1 into 982927468c Brent Baude 2018-04-18 10:58:50 +0000
  • 2e68a14e23
    Merge 07b4676585 into 982927468c Nathan Williams 2018-04-18 10:58:27 +0000
  • 982927468c ip validation game too strong Nathan Williams 2018-04-17 17:25:36 -0700
  • 94f20cdd00 - reverse host field order (ip goes first) - fix host string split to permit IPv6 Nathan Williams 2018-04-17 16:02:37 -0700
  • 07b4676585 ip validation game too strong Nathan Williams 2018-04-17 17:25:36 -0700
  • 3043a3ce31 - reverse host field order (ip goes first) - fix host string split to permit IPv6 Nathan Williams 2018-04-17 16:02:37 -0700
  • 41e117f5b1 regression: tls verify should be set on registries.conf if insecure baude 2018-04-16 13:39:00 -0500
  • babcf39b66
    Merge fc85bf0868 into 96d11622c6 Matthew Heon 2018-04-17 16:00:38 +0000
  • 96d11622c6 Allow podman to exit exit codes of removed containers Matthew Heon 2018-04-17 11:07:33 -0400
  • fc85bf0868 Allow podman to exit exit codes of removed containers Matthew Heon 2018-04-17 11:07:33 -0400
  • 2283371151
    Merge 0bd54976b2 into 6449704232 Urvashi Mohnani 2018-04-17 14:49:52 +0000
  • 6449704232 Modify diff and inspect docs umohnani8 2018-04-16 10:53:23 -0400
  • b6cbb05dd3
    Merge 092d87b5ca into 18b9f2bd10 Brent Baude 2018-04-17 07:42:32 +0000
  • 18b9f2bd10
    Merge pull request #566 from ypu/push_test Daniel J Walsh 2018-04-17 03:41:56 -0400
  • 092d87b5ca podman create --hostname|-h same thing baude 2018-04-16 16:20:31 -0500
  • ab474ad1ba
    Merge b2ffe8bca6 into 474d95e5a4 Brent Baude 2018-04-16 20:49:27 +0000
  • 63facbec15 Add oci-systemd-hook as a runtime dep to copr spec baude 2018-04-16 13:46:47 -0500
  • 474d95e5a4 validate dns-search values prior to creation baude 2018-04-16 15:16:00 -0500
  • 29278dcc75
    Merge e4a29d3d9c into 6c5ebb0315 Brent Baude 2018-04-16 20:16:29 +0000
  • e4a29d3d9c validate dns-search values prior to creation baude 2018-04-16 15:16:00 -0500
  • b2ffe8bca6 Add oci-systemd-hook as a runtime dep to copr spec baude 2018-04-16 13:46:47 -0500
  • 0bd54976b2 Modify diff and inspect docs umohnani8 2018-04-16 10:53:23 -0400
  • 6c5ebb0315 Change container.locked to batched TomSweeneyRedHat 2018-04-14 17:32:49 -0400
  • f1a4867bcd Add a function for check if command exist Yiqiao Pu 2018-04-11 15:04:25 +0800
  • d6d7edb841 Add WaitContainerReady for wait for docker registry ready Yiqiao Pu 2018-04-10 18:48:22 +0800
  • 0fe0c79dc9 Add several podman push tests Yiqiao Pu 2018-03-29 16:50:27 +0800
  • 8e64f44640
    Merge bf15986edc into fa8442e4a0 Tom Sweeney 2018-04-15 00:48:29 +0000
  • fa8442e4a0 podman pull should always try to pull baude 2018-04-14 15:34:48 -0500
  • 1f93fcd7a5
    Merge cb3701370d into 62b59df053 Brent Baude 2018-04-14 23:37:26 +0000
  • cb3701370d podman pull should always try to pull baude 2018-04-14 15:34:48 -0500
  • bf15986edc Change container.locked to batched TomSweeneyRedHat 2018-04-14 17:32:49 -0400
  • 1cd15f1fc0
    Merge 192c59fc7e into 62b59df053 Brent Baude 2018-04-14 13:48:39 +0000
  • 62b59df053 Allow the use of -i/-a on any container baude 2018-04-13 14:26:35 -0500
  • 192c59fc7e Allow the use of -i/-a on any container baude 2018-04-13 14:26:35 -0500
  • 9aafc25a3d Fix secrets patch umohnani8 2018-04-12 14:41:17 -0400
  • ac910c7aa8 Remove demos.sh file from test umohnani8 2018-04-12 14:40:12 -0400
  • 033f98df1a
    Merge 4619c56374 into 191da318cb Urvashi Mohnani 2018-04-13 18:51:23 +0000
  • 191da318cb
    Merge pull request #616 from mheon/bump_0_4_2 Matthew Heon 2018-04-13 14:51:18 -0400
  • df9ebb024d Bump gitvalidation epoch Matthew Heon 2018-04-13 14:51:23 -0400
  • 905e075150 Bump version to v0.4.3-dev Matthew Heon 2018-04-13 14:50:29 -0400
  • f740ee0ba6 Bump to v0.4.2 v0.4.2 Matthew Heon 2018-04-13 14:49:15 -0400
  • 7d4af30cd5
    Merge 55b6f4f13a into 8265294d78 Matthew Heon 2018-04-13 18:43:49 +0000
  • 8265294d78 Fix podman run --attach tests Matthew Heon 2018-04-12 14:58:11 -0400
  • 39b2295e3e Fix another comparison of a Go interface against nil Matthew Heon 2018-04-12 14:07:26 -0400
  • 2961c9e293 Allowing attaching stdin to non-interactive containers Matthew Heon 2018-04-12 14:00:18 -0400
  • 5eb9ebcf59 Add tests for podman attach Matthew Heon 2018-04-12 13:11:32 -0400
  • 8d7635b1ac Change attach to accept a struct containing streams Matthew Heon 2018-04-12 12:26:51 -0400
  • 6609d555f7 Fix terminal attach Matthew Heon 2018-04-11 14:44:11 -0400
  • 5e03cec7ec Changes to attach to enable per-stream attaching Matthew Heon 2018-04-11 13:09:41 -0400
  • 55b6f4f13a Fix podman run --attach tests Matthew Heon 2018-04-12 14:58:11 -0400
  • 3377be6ea0 Fix another comparison of a Go interface against nil Matthew Heon 2018-04-12 14:07:26 -0400
  • 1ff66a95f8 Allowing attaching stdin to non-interactive containers Matthew Heon 2018-04-12 14:00:18 -0400
  • 5701a26b93 Add tests for podman attach Matthew Heon 2018-04-12 13:11:32 -0400
  • 4a2973a800 Change attach to accept a struct containing streams Matthew Heon 2018-04-12 12:26:51 -0400
  • 7d6544bd19 Fix terminal attach Matthew Heon 2018-04-11 14:44:11 -0400
  • c6659a6585 Changes to attach to enable per-stream attaching Matthew Heon 2018-04-11 13:09:41 -0400
  • 4619c56374 Fix secrets patch umohnani8 2018-04-12 14:41:17 -0400
  • b8394600d8 HACK temporary fix for test suite Matthew Heon 2018-04-13 11:55:59 -0400
  • 87f45a054d Remove demos.sh file from test umohnani8 2018-04-12 14:40:12 -0400
  • 540b649dc9
    Merge 1a49a2e15b into 4b25039cf4 Matthew Heon 2018-04-13 16:59:43 +0000
  • 4b25039cf4 Fix locking interaction in batched Exec() on container Matthew Heon 2018-04-12 12:18:02 -0400
  • 1a49a2e15b HACK temporary fix for test suite Matthew Heon 2018-04-13 11:55:59 -0400
  • dee70896d1
    Merge 610a00f270 into ec90d6f4cc Matthew Heon 2018-04-13 04:25:00 +0000
  • ec90d6f4cc Fix leaking files in Ginkgo Matthew Heon 2018-04-12 17:16:35 -0400
  • c35f61b553
    Merge a3d2ce1677 into 6f51a5b2f9 Matthew Heon 2018-04-12 21:17:15 +0000
  • a3d2ce1677 Fix leaking files in Ginkgo Matthew Heon 2018-04-12 17:16:35 -0400
  • 610a00f270 Fix locking interaction in batched Exec() on container Matthew Heon 2018-04-12 12:18:02 -0400
  • 8521ec5f7f
    Merge 344e39414f into 6f51a5b2f9 Nalin Dahyabhai 2018-04-12 15:24:50 +0000
  • 6f51a5b2f9 Force host UID/GID mapping when creating containers Nalin Dahyabhai 2018-04-12 10:46:47 -0400
  • 344e39414f Force host UID/GID mapping when creating containers Nalin Dahyabhai 2018-04-12 10:46:47 -0400
  • 49f9397217 Do not lock all containers during pod kill Matthew Heon 2018-04-09 11:15:05 -0400
  • 8b67fbb3f2 Make pod stop lock one container at a time Matthew Heon 2018-04-09 11:05:59 -0400
  • 542f8fe98d Do not lock all containers during pod start Matthew Heon 2018-04-09 10:51:11 -0400
  • 0133fd81cb
    Merge 945db395ad into 77a1665c05 Matthew Heon 2018-04-11 18:54:53 +0000
  • 77a1665c05 Containers transitioning to stop should not break stats baude 2018-04-09 08:55:39 -0500
  • c3fbadb061
    Merge 51292eb798 into 22c00ceebb Brent Baude 2018-04-11 15:02:59 +0000
  • 22c00ceebb Add -i to exec for compatibility reasons baude 2018-04-11 08:56:36 -0500
  • 51292eb798 Containers transitioning to stop should not break stats baude 2018-04-09 08:55:39 -0500
  • abccd9c81c
    Merge 245986d3bf into 864b9c06c0 Brent Baude 2018-04-11 14:14:14 +0000
  • 245986d3bf Add -i to exec for compatibility reasons baude 2018-04-11 08:56:36 -0500