We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's the Weekly Digest for alibaba/pouch:
Last week 6 issues were created. Of these, 4 issues have been closed and 2 issues are still open.
💚 #2833 WeeklyReport of PouchContainer from 2019-05-03 to 2019-05-10, by pouchrobot 💚 #2827 [bug] CLI compatibility between Pouch and Docker, by CodeJuan
❤️ #2832 cli/ctrd: support push command cli, by fuweid ❤️ #2831 fix setup workDir will change the dir ownership on host, by HusterWan ❤️ #2830 docs: auto generate pouch cli/api docs via code, by pouchrobot ❤️ #2829 ctrd: support to restart containerd if it is dead, by fuweid
🔈 #2829 ctrd: support to restart containerd if it is dead, by fuweid It received 2 comments.
Last week, 14 pull requests were created, updated or merged.
Last week, 5 pull requests were updated. 💛 #2812 support filter format map[string]map[string]bool and change multi label filter to And match, by wangforthinker 💛 #2759 feature: support containerd shim v2, by zhuangqh 💛 #2746 refact: move functions from mgr to container, by allencloud 💛 #2696 [WIP] docs: kubernetes compatibility board, by zhuangqh 💛 #2393 bugfix: failed to validate namespace value, by Ace-Tang
Last week, 9 pull requests were merged. 💜 #2832 cli/ctrd: support push command cli, by fuweid 💜 #2831 fix setup workDir will change the dir ownership on host, by HusterWan 💜 #2830 docs: auto generate pouch cli/api docs via code, by pouchrobot 💜 #2829 ctrd: support to restart containerd if it is dead, by fuweid 💜 #2824 fixes #2817 container run with the empty label, by Flsorescence 💜 #2819 refactor: cri setup network before creating sandbox, by zhuangqh 💜 #2816 feature: add Mountpoints in containers/json api, by HusterWan 💜 #2803 feature: compatible with both k8s and cri-o annotations, by zhuangqh 💜 #2779 builder/cli/daemon: integrate with buildkit@v0.3.3, by fuweid
Last week there were 12 commits. 🛠️ cli/ctrd: support push command cli Signed-off-by: Wei Fu fuweid89@gmail.com by fuweid 🛠️ fix setup workDir will change the dir ownership on host Signed-off-by: Michael Wan zirenwan@gmail.com by HusterWan 🛠️ builder/cli/daemon: integrate with buildkit@v0.3.3 PouchContainer uses builkit to support build functionality. This is commit which brings very basic build functionality and there is a lot of improvements will be supported in following pull request. This builder functionality is controlled by daemon flag --enable-builder. By default, the builder is disable. If it is stable and under fully testing, we will make it enable by default. Signed-off-by: Wei Fu fuweid89@gmail.com by fuweid 🛠️ vendor: introduce buildkit v0.3.3 v0.4.0 version of buildkit is using very higher golang version. We don't want to follow this so fast. This is why we use v0.3.3 here. Using following command to add the packages: govendor fetch github.com/moby/buildkit/...@v0.3.3 govendor fetch github.com/tonistiigi/fsutil@2862f6bc5ac9b97124e552a5c108230b38a1b0ca govendor fetch github.com/hashicorp/go-immutable-radix::github.com/tonistiigi/go-immutable-radix@826af9ccf0feeee615d546d69b11f8e98da8c8f1 Signed-off-by: Wei Fu fuweid89@gmail.com by fuweid 🛠️ feature: add Mountpoints in containers/json api Signed-off-by: Michael Wan zirenwan@gmail.com by HusterWan 🛠️ docs: auto generate pouch cli docs via code Signed-off-by: pouchrobot pouch-dev@list.alibaba-inc.com by pouchrobot 🛠️ fix the empty label Signed-off-by: JoJo 1043708974@qq.com by Flsorescence 🛠️ ctrd: support to restart containerd if it is dead Signed-off-by: Wei Fu fuweid89@gmail.com by fuweid 🛠️ feature: compatible with both k8s and cri-o annotations write both of these two annotations 1. compatible with old container 2. enable runtime recognize the container type using popular annotation 3. these two annotation is only read by runtime, not used by pouch Signed-off-by: zhuangqh zhuangqhc@gmail.com by zhuangqh 🛠️ protect containerd thread Signed-off-by: zhuangqh zhuangqhc@gmail.com by zhuangqh 🛠️ refactor: get pod network status only if necessary Signed-off-by: zhuangqh zhuangqhc@gmail.com by zhuangqh 🛠️ refactor: setup podNetwork before creating sandbox VM-like container required the network initialization before creating sandbox container. This order won't affect the runc container. Signed-off-by: zhuangqh zhuangqhc@gmail.com by zhuangqh
--enable-builder
Last week there were 5 contributors. 👤 fuweid 👤 HusterWan 👤 pouchrobot 👤 Flsorescence 👤 zhuangqh
Last week there were 22 stagazers. ⭐ zhaoshengxuan108 ⭐ yufan022 ⭐ imsilence ⭐ Humbertzhang ⭐ zerjioang ⭐ ma-weihao ⭐ akawhy ⭐ joncv ⭐ alamin-mahamud ⭐ dayongchan ⭐ forkjs ⭐ undergrowthlinear ⭐ blinderjay ⭐ Zenithar ⭐ jscook2345 ⭐ hanjiezm ⭐ sinlov ⭐ YellyYU ⭐ zhenyong2013 ⭐ Skycle ⭐ pragkent ⭐ 815325223 You all are the stars! 🌟
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository alibaba/pouch to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
Your Weekly Digest bot. 📆
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's the Weekly Digest for alibaba/pouch:
ISSUES
Last week 6 issues were created.
Of these, 4 issues have been closed and 2 issues are still open.
OPEN ISSUES
💚 #2833 WeeklyReport of PouchContainer from 2019-05-03 to 2019-05-10, by pouchrobot
💚 #2827 [bug] CLI compatibility between Pouch and Docker, by CodeJuan
CLOSED ISSUES
❤️ #2832 cli/ctrd: support push command cli, by fuweid
❤️ #2831 fix setup workDir will change the dir ownership on host, by HusterWan
❤️ #2830 docs: auto generate pouch cli/api docs via code, by pouchrobot
❤️ #2829 ctrd: support to restart containerd if it is dead, by fuweid
NOISY ISSUE
🔈 #2829 ctrd: support to restart containerd if it is dead, by fuweid
It received 2 comments.
PULL REQUESTS
Last week, 14 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 5 pull requests were updated.
💛 #2812 support filter format map[string]map[string]bool and change multi label filter to And match, by wangforthinker
💛 #2759 feature: support containerd shim v2, by zhuangqh
💛 #2746 refact: move functions from mgr to container, by allencloud
💛 #2696 [WIP] docs: kubernetes compatibility board, by zhuangqh
💛 #2393 bugfix: failed to validate namespace value, by Ace-Tang
MERGED PULL REQUEST
Last week, 9 pull requests were merged.
💜 #2832 cli/ctrd: support push command cli, by fuweid
💜 #2831 fix setup workDir will change the dir ownership on host, by HusterWan
💜 #2830 docs: auto generate pouch cli/api docs via code, by pouchrobot
💜 #2829 ctrd: support to restart containerd if it is dead, by fuweid
💜 #2824 fixes #2817 container run with the empty label, by Flsorescence
💜 #2819 refactor: cri setup network before creating sandbox, by zhuangqh
💜 #2816 feature: add Mountpoints in containers/json api, by HusterWan
💜 #2803 feature: compatible with both k8s and cri-o annotations, by zhuangqh
💜 #2779 builder/cli/daemon: integrate with buildkit@v0.3.3, by fuweid
COMMITS
Last week there were 12 commits.
🛠️ cli/ctrd: support push command cli Signed-off-by: Wei Fu fuweid89@gmail.com by fuweid
🛠️ fix setup workDir will change the dir ownership on host Signed-off-by: Michael Wan zirenwan@gmail.com by HusterWan
🛠️ builder/cli/daemon: integrate with buildkit@v0.3.3 PouchContainer uses builkit to support build functionality. This is commit which brings very basic build functionality and there is a lot of improvements will be supported in following pull request. This builder functionality is controlled by daemon flag
--enable-builder
. By default, the builder is disable. If it is stable and under fully testing, we will make it enable by default. Signed-off-by: Wei Fu fuweid89@gmail.com by fuweid🛠️ vendor: introduce buildkit v0.3.3 v0.4.0 version of buildkit is using very higher golang version. We don't want to follow this so fast. This is why we use v0.3.3 here. Using following command to add the packages: govendor fetch github.com/moby/buildkit/...@v0.3.3 govendor fetch github.com/tonistiigi/fsutil@2862f6bc5ac9b97124e552a5c108230b38a1b0ca govendor fetch github.com/hashicorp/go-immutable-radix::github.com/tonistiigi/go-immutable-radix@826af9ccf0feeee615d546d69b11f8e98da8c8f1 Signed-off-by: Wei Fu fuweid89@gmail.com by fuweid
🛠️ feature: add Mountpoints in containers/json api Signed-off-by: Michael Wan zirenwan@gmail.com by HusterWan
🛠️ docs: auto generate pouch cli docs via code Signed-off-by: pouchrobot pouch-dev@list.alibaba-inc.com by pouchrobot
🛠️ fix the empty label Signed-off-by: JoJo 1043708974@qq.com by Flsorescence
🛠️ ctrd: support to restart containerd if it is dead Signed-off-by: Wei Fu fuweid89@gmail.com by fuweid
🛠️ feature: compatible with both k8s and cri-o annotations write both of these two annotations 1. compatible with old container 2. enable runtime recognize the container type using popular annotation 3. these two annotation is only read by runtime, not used by pouch Signed-off-by: zhuangqh zhuangqhc@gmail.com by zhuangqh
🛠️ protect containerd thread Signed-off-by: zhuangqh zhuangqhc@gmail.com by zhuangqh
🛠️ refactor: get pod network status only if necessary Signed-off-by: zhuangqh zhuangqhc@gmail.com by zhuangqh
🛠️ refactor: setup podNetwork before creating sandbox VM-like container required the network initialization before creating sandbox container. This order won't affect the runc container. Signed-off-by: zhuangqh zhuangqhc@gmail.com by zhuangqh
CONTRIBUTORS
Last week there were 5 contributors.
👤 fuweid
👤 HusterWan
👤 pouchrobot
👤 Flsorescence
👤 zhuangqh
STARGAZERS
Last week there were 22 stagazers.
⭐ zhaoshengxuan108
⭐ yufan022
⭐ imsilence
⭐ Humbertzhang
⭐ zerjioang
⭐ ma-weihao
⭐ akawhy
⭐ joncv
⭐ alamin-mahamud
⭐ dayongchan
⭐ forkjs
⭐ undergrowthlinear
⭐ blinderjay
⭐ Zenithar
⭐ jscook2345
⭐ hanjiezm
⭐ sinlov
⭐ YellyYU
⭐ zhenyong2013
⭐ Skycle
⭐ pragkent
⭐ 815325223
You all are the stars! 🌟
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository alibaba/pouch to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
The text was updated successfully, but these errors were encountered: