TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Building Container Images Securely on Kubernetes

67 点作者 marvinpinto大约 7 年前

3 条评论

rsanders大约 7 年前
We have a separate build cluster due to concerns about security and stability -- neither mounting the docker socket into a container nor docker-in-docker are comfortable solutions for our cluster managers. Having the ability to run container builds safely will be a huge benefit for my company.<p>We&#x27;ve looked into something like Bazel for its container builder, but that&#x27;s a significant change that has to be made in every single project, most of which have perfectly fine build systems now.<p>And with all the FaaS systems which are continually building containers to host functions, this will be a godsend.
erikb大约 7 年前
Huge topic at the moment for many really big applications, I believe. If you work in bigger setup you can&#x27;t really avoid building new containers on the fly at some point or the whole container concept stops making sense.
ibotty大约 7 年前
... Or build the directory tree you want manually (Shell script, Makefile, ansible, whatever) and use skopeo to push it to a registry.