[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-04-02 UTC。"],[[["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."]]],[]]