Commit Graph

  • 31dead9713 libpod: Execute poststop hooks locally W. Trevor King 2018-05-31 11:47:17 -0700
  • b20249d1f5 Log podman build failures in papr Matthew Heon 2018-06-01 11:51:54 -0400
  • 727ecfeadf Use Version from spec file in setup.py Jhon Honce 2018-05-18 11:43:22 -0700
  • e371a4c208 Bump Buildah vendor to pick up fix for tests Matthew Heon 2018-06-01 16:05:54 -0400
  • 868bd66bfe
    Merge 4654ba3195 into 2446ebc70f Jhon Honce 2018-06-01 20:14:59 +0000
  • d64a3b5c4b
    Merge 835ebefe64 into 2446ebc70f Daniel J Walsh 2018-06-01 20:14:31 +0000
  • 2446ebc70f Attempt to use fedora 28 atomic host Daniel J Walsh 2018-06-01 10:58:11 -0400
  • 835ebefe64 Attempt to use fedora 28 atomic host Daniel J Walsh 2018-06-01 10:58:11 -0400
  • e83b007d51
    Merge pull request #876 from jwhonce/wip/commit Daniel J Walsh 2018-06-01 15:46:48 -0400
  • 80baf0d800 Fix lable handling Jhon Honce 2018-06-01 10:03:54 -0700
  • 8c68fddd1c
    Merge pull request #839 from baude/varlinkcreatefixes Daniel J Walsh 2018-06-01 13:00:30 -0400
  • 3c63a48bb8
    Merge pull request #859 from rhatdan/onbuild Daniel J Walsh 2018-06-01 12:59:47 -0400
  • 10d440a1c8
    Merge pull request #872 from giuseppe/add-usr-libexec-podman-conmon Daniel J Walsh 2018-06-01 12:58:51 -0400
  • 82e0a91e83
    Merge f1b8aab37f into 3f29e3e881 Giuseppe Scrivano 2018-06-01 15:41:52 +0000
  • 3f29e3e881
    Merge pull request #869 from jwhonce/wip/attach Daniel J Walsh 2018-06-01 11:41:16 -0400
  • f1b8aab37f
    papr: update to F28 Giuseppe Scrivano 2018-06-01 17:26:19 +0200
  • 46e0cf0ef8
    runtime: add /usr/libexec/podman/conmon to the conmon paths Giuseppe Scrivano 2018-06-01 13:07:35 +0200
  • 62ea88fa19 varlink build baude 2018-05-29 09:57:06 -0500
  • 29c831f9d6 Add OnBuild support for podman build Daniel J Walsh 2018-05-31 12:38:41 -0400
  • ff3b46e769
    Merge pull request #867 from wking/release-script Matthew Heon 2018-06-01 09:40:48 -0400
  • 8f14f966be return all inspect info for varlink containerinspect baude 2018-05-31 17:11:50 -0500
  • ce006aba62
    Merge dd3f8aa21e into 34886a79d6 Brent Baude 2018-06-01 08:28:49 +0000
  • 34886a79d6 hooks/exec: Allow successful reaps for 0s post-kill timeouts W. Trevor King 2018-05-31 17:17:59 -0700
  • 8405ff9baa hack/release.sh: Add a release script W. Trevor King 2018-05-31 17:00:56 -0700
  • 2cb881fa58 Implement container attach Jhon Honce 2018-05-25 15:18:43 -0700
  • c2e6cab589
    Merge ce68b89842 into a9e9fd4f5b W. Trevor King 2018-06-01 00:22:03 +0000
  • ce68b89842 hooks/exec: Allow successful reaps for 0s post-kill timeouts W. Trevor King 2018-05-31 17:17:59 -0700
  • 38c617a8e7
    Merge f6e3160ebc into 0eda60957d Daniel J Walsh 2018-05-31 22:30:16 +0000
  • a9e9fd4f5b If user specifies UIDMapSlice without GIDMapSlice, set them equal Daniel J Walsh 2018-05-31 17:28:39 -0400
  • dd3f8aa21e return all inspect info for varlink containerinspect baude 2018-05-31 17:11:50 -0500
  • 0c0bcd657e
    Merge 78c816db11 into 81d6f082f3 Brent Baude 2018-05-31 22:07:30 +0000
  • 0eda60957d fix panic with podman pull baude 2018-05-29 11:32:41 -0500
  • 81d6f082f3 pkg/hooks/exec: Add a new package for local hook execution W. Trevor King 2018-05-30 16:53:10 -0700
  • f6e3160ebc If user specifies UIDMapSlice without GIDMapSlice, set them equal Daniel J Walsh 2018-05-31 17:28:39 -0400
  • d9ba90a204
    Merge a492f1d179 into 824ea4da33 W. Trevor King 2018-05-31 20:32:19 +0000
  • a89b272286
    Merge 43e7131422 into 824ea4da33 Matthew Heon 2018-05-31 20:32:16 +0000
  • 824ea4da33 Remove --net flag and make it an alias for --network Matthew Heon 2018-05-31 14:06:53 -0400
  • d6b8f62dd6 Catch does not exist error Daniel J Walsh 2018-05-31 15:22:40 -0400
  • 39f5f13e93
    Merge 4e2bd4b9e5 into 4dfe0d60f3 Daniel J Walsh 2018-05-31 19:23:43 +0000
  • 4e2bd4b9e5 Catch does not exist error Daniel J Walsh 2018-05-31 15:22:40 -0400
  • a492f1d179 pkg/hooks/exec: Add a new package for local hook execution W. Trevor King 2018-05-30 16:53:10 -0700
  • 43e7131422 Remove --net flag and make it an alias for --network Matthew Heon 2018-05-31 14:06:53 -0400
  • 78c816db11 fix panic with podman pull baude 2018-05-29 11:32:41 -0500
  • 6e83d952db
    Merge 0ad15bbaab into 7c6034e161 W. Trevor King 2018-05-31 14:11:53 +0000
  • 4dfe0d60f3 hooks: Rename Hooks() output to extensionStageHooks W. Trevor King 2018-05-30 14:02:20 -0700
  • 7c1434c2f7 hooks: Allow local control of OCI stages via extensionStages W. Trevor King 2018-05-30 13:44:38 -0700
  • 7c6034e161 We need to change the SELinux label of the conmon process to s0 Daniel J Walsh 2018-05-30 15:57:33 -0400
  • 6150128b64 Add a function for e2e test to write json file Yiqiao Pu 2018-05-29 17:29:20 +0800
  • 3a517cb232 Use go-selinux for selinux check Yiqiao Pu 2018-05-31 21:47:27 +0800
  • ddb053aff5
    Merge e0bc01d2b4 into bae80a0b66 Daniel J Walsh 2018-05-31 13:46:40 +0000
  • 558665fd4a
    Merge e47924a85e into bae80a0b66 Daniel J Walsh 2018-05-31 13:46:12 +0000
  • bae80a0b66 Clear all caps, except the bounding set, when --user is specified. Daniel J Walsh 2018-05-30 13:16:10 -0400
  • e6b088fc6e Makefile: Add stderr redirect to HAS_PYTHON3 definition W. Trevor King 2018-05-30 14:22:15 -0700
  • e0bc01d2b4 We need to change the SELinux label of the conmon process to s0 Daniel J Walsh 2018-05-30 15:57:33 -0400
  • e47924a85e Clear all caps, except the bounding set, when --user is specified. Daniel J Walsh 2018-05-30 13:16:10 -0400
  • 5db8d890cf
    Merge 2a906499d1 into a127b4f312 W. Trevor King 2018-05-30 21:31:04 +0000
  • 2a906499d1 Makefile: Add stderr redirect to HAS_PYTHON3 definition W. Trevor King 2018-05-30 14:22:15 -0700
  • 0ad15bbaab hooks: Rename Hooks() output to extensionStageHooks W. Trevor King 2018-05-30 14:02:20 -0700
  • b998a59e3d hooks: Allow local control of OCI stages via extensionStages W. Trevor King 2018-05-30 13:44:38 -0700
  • a127b4f312 Force update of API.md Matthew Heon 2018-05-30 13:01:56 -0400
  • 772fd13e90
    Merge 87c760a4d3 into 6d90259999 Brent Baude 2018-05-30 18:41:02 +0000
  • beb10f8b20
    Merge b50d9bdef5 into 6d90259999 Matthew Heon 2018-05-30 18:40:53 +0000
  • 8e80c24063
    Merge 1242e23940 into 6d90259999 Daniel J Walsh 2018-05-30 18:40:50 +0000
  • 6d90259999 do not allow port related args to be used with --network=container: Daniel J Walsh 2018-05-30 14:05:49 -0400
  • 1242e23940 do not allow port related args to be used with --network=container: Daniel J Walsh 2018-05-30 14:05:49 -0400
  • e95ac4c018 Fix gofmt Matthew Heon 2018-05-21 15:40:13 -0400
  • f950dfaf99 Change default CGroup manager to systemd Matthew Heon 2018-05-21 15:15:53 -0400
  • 44f3ed38e3 Handle creation and deletion of systemd pod cgroups Matthew Heon 2018-05-21 15:11:05 -0400
  • 581fd72eb1 Make systemd group conmon and the associated container Matthew Heon 2018-05-21 14:31:57 -0400
  • 87c760a4d3 do not allow port related args to be used with --network=container: baude 2018-05-30 12:25:24 -0500
  • 66a5bc0b72 Update .gitignore for Varlink code and gopathok Matthew Heon 2018-05-30 09:47:52 -0400
  • b50d9bdef5 Force update of API.md Matthew Heon 2018-05-30 13:01:56 -0400
  • 86b54788e9
    Merge 7556a8495d into 9ace06e0c2 Matthew Heon 2018-05-30 16:30:27 +0000
  • 25e94fe116
    Merge 1796cead87 into 9ace06e0c2 Brent Baude 2018-05-30 16:30:23 +0000
  • 9ace06e0c2 sort containers and images by create time baude 2018-05-30 10:03:46 -0500
  • 1796cead87 sort containers and images by create time baude 2018-05-30 10:03:46 -0500
  • 7556a8495d Update .gitignore for Varlink code and gopathok Matthew Heon 2018-05-30 09:47:52 -0400
  • 71487466fb Cleanup man pages Daniel J Walsh 2018-05-29 13:18:34 -0400
  • e45b2a9f82
    Merge 580134e884 into 8ee0f2bf91 Daniel J Walsh 2018-05-29 20:59:24 +0000
  • e1ece076e0
    Merge d74e1e92e1 into 8ee0f2bf91 Brent Baude 2018-05-29 20:59:12 +0000
  • 8ee0f2bf91 add go generate varlink to copr spec baude 2018-05-29 15:34:39 -0500
  • d74e1e92e1 add go generate varlink to copr spec baude 2018-05-29 15:34:39 -0500
  • c7b603cb7b
    Merge 0fe2ef84c2 into 8b3f8076c7 Brent Baude 2018-05-29 20:25:14 +0000
  • 8b3f8076c7 Remove varlink's generated Go file baude 2018-05-29 10:15:30 -0500
  • 580134e884 Cleanup man pages Daniel J Walsh 2018-05-29 13:18:34 -0400
  • 0fe2ef84c2 Remove varlink's generated Go file baude 2018-05-29 10:15:30 -0500
  • 44d1c1c631
    Merge pull request #834 from mheon/bump_0_5_4 Matthew Heon 2018-05-25 13:54:33 -0400
  • a9f200065c Bump gitvalidation epoch Matthew Heon 2018-05-25 13:49:19 -0400
  • 70672652b6 Bump to v0.6.1-dev Matthew Heon 2018-05-25 13:48:56 -0400
  • 1f2e2a25bf Bump to v0.5.4 v0.5.4 Matthew Heon 2018-05-25 13:46:50 -0400
  • 1930f5d709 Vendor in latest projectatomic/buildah umohnani8 2018-05-25 11:30:57 -0400
  • 0c2bf14bc1
    Merge c0899c8d48 into 8fcf1aaa29 Urvashi Mohnani 2018-05-25 17:03:08 +0000
  • 8fcf1aaa29 Rename addFIPSsModeSecret to addFIPSModeSecret Jhon Honce 2018-05-25 09:26:13 -0700
  • de51e8a290
    Merge a8c2421efd into de13777e71 Jhon Honce 2018-05-25 16:30:50 +0000
  • a8c2421efd Rename addFIPSsModeSecret to addFIPSModeSecret Jhon Honce 2018-05-25 09:26:13 -0700
  • de13777e71 Make references to the Process part of Spec conditional Matthew Heon 2018-05-24 10:41:56 -0400
  • c0899c8d48 Vendor in latest projectatomic/buildah umohnani8 2018-05-25 11:30:57 -0400
  • 7260b93663
    Merge ff523e1811 into c8b72e57a7 Matthew Heon 2018-05-25 15:15:57 +0000
  • a95e1e5d23
    Merge 0a7adf0bc8 into c8b72e57a7 Urvashi Mohnani 2018-05-25 15:15:51 +0000
  • c8b72e57a7 save and load should support multi-tag for docker-archive umohnani8 2018-05-21 13:53:19 -0400