[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-02。"],[[["Buildpacks cache images can be used to reuse results from previous builds, reducing the overall build time when using Google Cloud's buildpacks, including in ephemeral environments like Cloud Build."],["To use cache images with Cloud Build, a build configuration file (e.g., `cloudbuild.yaml`) must be created to instruct the `pack` CLI to publish a build image to a remote repository."],["The initial build with the new configuration file creates and pushes the build image cache, and subsequent builds will benefit from the performance improvements provided by the cache."],["A build configuration file is a YAML file that defines a build step using the `pack` CLI, and the provided example shows how to create a cache image and push it to a repository."],["To run a build remotely, you must include the `--config` command flag and specify your build configuration file."]]],[]]