Home Explore Blog Models CI



docker

2nd chunk of `content/manuals/build/ci/github-actions/build-summary.md`
a488c00150e58bc6b8208725f1fbe755f4c0dd90e7e713e300000001000001db


## Import build records to Docker Desktop

{{< summary-bar feature_name="Import builds" >}}

The job summary includes a link for downloading a build record archive for the
run. The build record archive is a ZIP file containing the details about a build
(or builds, if you use `docker/bake-action` to build multiple targets). You can
import this build record archive into Docker Desktop, which gives you a

Title: Docker Build Error: Unknown Instruction
Summary
The image shows an error message from a Docker build failure, specifically a 'dockerfile parse error on line 2: unknown instruction: ARGGG (did you mean ARG?)'. This indicates a typo in the Dockerfile instruction, suggesting that 'ARGGG' should be corrected to 'ARG'.