Commit Graph

  • 9190f98e9c namespaces: Export env var and default value Samuel Karp 2017-06-21 17:30:46 -0700
  • 5380585e21
    namespaces: enforce a character set for namespaces Stephen J Day 2017-06-21 17:24:43 -0700
  • e588b30637 Merge pull request #1058 from dmcgowan/snapshot-command Michael Crosby 2017-06-21 17:31:02 -0700
  • 753f1a6c16 Merge pull request #1056 from samuelkarp/namespace-from-env Phil Estes 2017-06-21 20:25:55 -0400
  • ab8311b494 Merge pull request #1053 from stevvooe/expand-container-runtime-bucket Michael Crosby 2017-06-21 17:22:26 -0700
  • a3d5a818f6
    Update snapshot command in ctr Derek McGowan 2017-06-21 16:20:28 -0700
  • 3c9c46e2e3 Merge pull request #1048 from estesp/err-cause-withstack-fixes Michael Crosby 2017-06-21 17:18:34 -0700
  • 879f092925 namespaces: Add NamespaceFromEnv Samuel Karp 2017-06-21 17:06:25 -0700
  • e7a06511aa Merge pull request #1047 from crosbymichael/rename-to-tasks Stephen Day 2017-06-21 16:25:42 -0700
  • ea44901921
    metadata: expand container runtime into bucket Stephen J Day 2017-06-21 16:16:02 -0700
  • fb311ef2ec
    Error handler cleanup Phil Estes 2017-06-21 15:27:08 -0700
  • 235869eb1f Rename execution service to tasks Michael Crosby 2017-06-21 14:06:44 -0700
  • 6fbe4bd568 Merge pull request #1040 from crosbymichael/api-review Stephen Day 2017-06-21 14:18:32 -0700
  • 8b2cf6e8e6 Fix Wait() on process/tasks Michael Crosby 2017-06-21 13:32:56 -0700
  • 4b53d843bc Merge pull request #80 from Random-Liu/fix-image-pull Lantao Liu 2017-06-21 13:43:13 -0700
  • 8830866eed Remove events from Runtime Michael Crosby 2017-06-21 11:43:41 -0700
  • 0b06fa8518 use event service for task wait Evan Hazlett 2017-06-21 11:26:14 -0400
  • 440fc06041 add event service to client Evan Hazlett 2017-06-21 11:26:01 -0400
  • 94eafaab60 Update GRPC for consistency Michael Crosby 2017-06-20 17:47:59 -0700
  • 1bf09089b3 Register all possible repo tags and repo digests. Lantao Liu 2017-06-17 01:20:02 +0000
  • 78b74a6a58 Merge pull request #85 from Random-Liu/update-cri Lantao Liu 2017-06-21 13:18:24 -0700
  • 13e7d3c393 Merge pull request #1045 from tonistiigi/err-fix Derek McGowan 2017-06-21 13:06:35 -0700
  • 82464fe949 Fix store errors build conflict Tonis Tiigi 2017-06-21 12:49:33 -0700
  • ca2ec3e33c Merge pull request #992 from estesp/errrbody-likes-errrrors Michael Crosby 2017-06-21 11:55:11 -0700
  • ac4c2ab35b Merge pull request #1043 from dmcgowan/dist-remove-grpc-connect Phil Estes 2017-06-21 14:35:12 -0400
  • 6c498c61eb
    Clean up dist tool to use containerd client Derek McGowan 2017-06-21 11:26:02 -0700
  • 3cdd7a9153 Merge pull request #1042 from mlaventure/fix-var-names Michael Crosby 2017-06-21 10:21:18 -0700
  • ad0c8a04f0 Merge pull request #1039 from stevvooe/filter-syntax Phil Estes 2017-06-21 12:44:10 -0400
  • fb5a3d2989
    Rename variables holding a task from c to t Kenfe-Mickael Laventure 2017-06-21 09:12:22 -0700
  • 725b4d5803 Merge pull request #1007 from dmcgowan/with-block-fast-fail Kenfe-Mickaël Laventure 2017-06-21 09:04:40 -0700
  • 4d7735567c Merge pull request #82 from mikebrow/containerd-client-library Lantao Liu 2017-06-20 19:03:18 -0700
  • 862d00a21c Update CRI to d779e9c9561b732adf06263c5424889e7564fdbd. Lantao Liu 2017-06-20 22:19:20 +0000
  • a0f73ae229 Container list and Task List printed separately. Kunal Kushwaha 2017-05-29 16:22:03 +0900
  • 3d5ee9e8b8
    filters: clean up implementation Stephen J Day 2017-06-20 17:50:06 -0700
  • 97063a0e34 switch to client provided services and address nits Mike Brown 2017-06-20 13:13:12 -0500
  • 0fe8c17fdf godeps udpate Mike Brown 2017-06-20 11:53:05 -0500
  • 20fc0227ae use containerd client library Mike Brown 2017-06-19 15:57:30 -0500
  • 166778361e Merge pull request #84 from Random-Liu/use-orignal-pause-image Lantao Liu 2017-06-20 16:04:12 -0700
  • 41ded18484 Merge pull request #83 from Random-Liu/send-specified-stop-signal Lantao Liu 2017-06-20 15:56:48 -0700
  • 0321bef16a Use gcr.io/google_containers/pause:3.0 because we've supported schema 1. Lantao Liu 2017-06-20 21:58:51 +0000
  • cf613181c2 Update godep to include docker signal package. Lantao Liu 2017-06-20 21:52:56 +0000
  • 7d5ea4401d Send stop signal specified in image config. Lantao Liu 2017-06-20 21:11:04 +0000
  • 80656bf8ca Merge pull request #1034 from crosbymichael/readme Michael Crosby 2017-06-20 13:45:26 -0700
  • 58367550e2 Merge pull request #1036 from crosbymichael/client-addr Michael Crosby 2017-06-20 13:39:48 -0700
  • 9efe341f8e Add DefaultAddress to client Michael Crosby 2017-06-20 13:13:40 -0700
  • ebf4620206 Merge pull request #995 from stevvooe/filter-syntax Michael Crosby 2017-06-20 13:31:52 -0700
  • f3d9aae6e9 Merge pull request #956 from ehazlett/events-service Michael Crosby 2017-06-20 13:23:19 -0700
  • de10f7c467 Update readme Michael Crosby 2017-06-20 11:22:37 -0700
  • ab4181649b events: be nice to Sprintf Evan Hazlett 2017-06-20 15:05:13 -0400
  • ff2ceec224 Merge pull request #1019 from crosbymichael/delete-running Kenfe-Mickaël Laventure 2017-06-20 13:14:16 -0700
  • d69ef98bfd
    filters: add package for filter syntax Stephen J Day 2017-06-12 17:55:13 -0700
  • 01dcdf213b Merge pull request #1027 from crosbymichael/reaper-lock Michael Crosby 2017-06-20 10:42:20 -0700
  • 966ceb2c9a Merge pull request #1028 from crosbymichael/content-codes Phil Estes 2017-06-20 13:32:49 -0400
  • 9ea7e47e78 Merge pull request #1030 from stevvooe/calculate-correct-image-size Michael Crosby 2017-06-20 10:26:40 -0700
  • 935645b03a events: add protos Evan Hazlett 2017-06-02 15:06:38 -0400
  • 1a9d95244a Merge pull request #81 from Random-Liu/upgrade-containerd Lantao Liu 2017-06-19 12:59:47 -0700
  • 100b93ea46 Merge pull request #1029 from sameo/topic/typo Michael Crosby 2017-06-19 12:05:16 -0700
  • fc3d1161d0 Merge pull request #1023 from samuelkarp/with-namespace Michael Crosby 2017-06-19 12:03:54 -0700
  • 8524a4ef30 Add schema1 support, and use namespace k8s.io. Lantao Liu 2017-06-17 00:22:02 +0000
  • e887ef63d1 Upgrade containerd to 8ed1e24ae9. Lantao Liu 2017-06-16 17:56:16 +0000
  • 15c6e832aa containerd: Add WithNamespace to replace namespace Samuel Karp 2017-06-16 14:29:00 -0700
  • 549394b135
    images: calculate size using ChildrenHandler Stephen J Day 2017-06-19 11:03:32 -0700
  • ddea395572 plugin: Fix runtime interface documentation Samuel Ortiz 2017-06-19 18:33:52 +0200
  • 1f3a73d79e Merge pull request #72 from Random-Liu/add-exec-sync Lantao Liu 2017-06-16 16:58:50 -0700
  • 60c08fa386 Don't log AlreadyExists errors Michael Crosby 2017-06-16 16:39:52 -0700
  • ecbc779209 Handle start process errors in reaper Michael Crosby 2017-06-16 15:48:37 -0700
  • 7e3b7dead6 Merge pull request #1022 from stevvooe/add-pull-support-for-manifest-list Michael Crosby 2017-06-16 15:29:28 -0700
  • 9b79201aa5 Add ExecSync. Lantao Liu 2017-06-11 00:16:59 +0000
  • e4dd5ce835 Merge pull request #1024 from stevvooe/correctly-flushing Michael Crosby 2017-06-16 15:03:57 -0700
  • 5a124794ae
    image: add support for pulling manifest lists/oci indexes Stephen J Day 2017-06-16 14:08:31 -0700
  • 5d13f8027c
    cmd/{dist, ctr}: cleanup flushing and alignment Stephen J Day 2017-06-16 14:42:40 -0700
  • 4f20689d37 Merge pull request #1020 from chanezon/master Michael Crosby 2017-06-16 14:39:25 -0700
  • 16f04383ae retrying pr for website to satify cncf guidelines Patrick Chanezon 2017-06-16 13:10:36 -0700
  • b4b16a1d45 Merge pull request #1016 from crosbymichael/servicefile Stephen Day 2017-06-16 14:30:20 -0700
  • 751bd54c89 Merge pull request #1021 from crosbymichael/with-image Stephen Day 2017-06-16 14:12:17 -0700
  • 0bc86860f0 Add containerd unit file Michael Crosby 2017-06-15 11:49:34 -0700
  • 9658159534 Merge pull request #77 from Random-Liu/unmount-dev-shm Lantao Liu 2017-06-16 13:59:47 -0700
  • 79631498af Set image on rootfs options Michael Crosby 2017-06-16 13:51:24 -0700
  • d922f48735 Merge pull request #1006 from dmcgowan/content-writer-exists Michael Crosby 2017-06-16 13:29:07 -0700
  • 57b8b4358d Update godeps. Lantao Liu 2017-06-14 17:12:05 +0000
  • 53367bbd14 Stop/remove all containers when stop/remove sandbox. Lantao Liu 2017-06-14 02:02:20 +0000
  • 7f9e0262ad Unmount /dev/shm when stop sandbox. Lantao Liu 2017-06-14 01:57:02 +0000
  • cc43c86f86 Merge pull request #78 from Random-Liu/switch-to-new-containerd-client Lantao Liu 2017-06-16 09:56:54 -0700
  • d6435996e2 Use new Kill task api. Lantao Liu 2017-06-16 02:19:22 +0000
  • 5b7cbf1bc6 Create/remove sandbox container. Lantao Liu 2017-06-16 00:15:16 +0000
  • cb9e104cf1 Create/delete containerd containerd Lantao Liu 2017-06-15 23:13:48 +0000
  • 6ca9c65578 Rename more container to task. Lantao Liu 2017-06-15 05:14:08 +0000
  • bad279e0f6 Finish snapshot support. Lantao Liu 2017-06-15 05:06:31 +0000
  • 6c4a2691b3 Don't delete container with task Michael Crosby 2017-06-15 16:37:50 -0700
  • 484a326717 modify code to compile on updated containerd Mike Brown 2017-06-07 14:41:30 -0500
  • 67e884e6cf update containerd to 4ae34cccc5. Mike Brown 2017-06-07 14:39:13 -0500
  • 9d155e8164 Merge pull request #1015 from crosbymichael/benchmark Michael Crosby 2017-06-15 16:07:32 -0700
  • 268ab7c053 Benchmark container create and task start Michael Crosby 2017-06-12 09:23:50 -0700
  • f2963f7562 Merge pull request #1012 from miaoyq/add-format-description-for-ctr-info Phil Estes 2017-06-15 11:12:53 -0400
  • 40fbd282cc Merge pull request #1014 from ijc/log-when-skipping-a-plugin Kenfe-Mickaël Laventure 2017-06-15 07:31:46 -0700
  • 05cfd0e8d3 Merge pull request #1011 from AkihiroSuda/godoc Daniel, Dao Quang Minh 2017-06-15 14:32:59 +0100
  • 5e65d62ed9 Merge pull request #968 from dmcgowan/pull-schema-1 Phil Estes 2017-06-15 09:15:17 -0400
  • 66b7f8d79f Do not claim to be loading a plugin which we aren't. Ian Campbell 2017-06-15 13:58:48 +0100
  • 490530be04 README.md: add GoDoc badge Akihiro Suda 2017-06-15 08:08:17 +0000
  • b88b53212f Add 'ArgsUsage' for some ctr sub-cmds Yanqiang Miao 2017-06-15 16:04:11 +0800