cloudbuild.yaml相关内容

如何在Google Cloud Build中向docker run传递参数

我正在尝试使用GCB运行柏树管道,但在docker内部运行时崩溃。 如here所述,此问题的修复方法是使用--ipc=host运行停靠程序。 但在文档中,我找不到如何在GCB中将参数传递给docker run。 有人能帮我吗? 管道是 steps: # Install node_modules - name: 'gcr.io/cloud-builders/yarn' ..