docs icon indicating copy to clipboard operation
docs copied to clipboard

Update docker push to be buildkit compatible [PLT-2470]

Open yob opened this issue 9 months ago • 1 comments

The agent that builds these images runs buildkit, and we can instruct buildkit to push the images directly to the repository rather than export them to the docker image store then push. This should s lightly speed up this step.

I've added --provenance=false so buildkit pushes a regular image, rather than an image digest. Some parts of our deploy pipeline are not ready for image digests yet.

yob avatar Apr 29 '24 09:04 yob

Preview URL: https://2771--bk-docs-preview.netlify.app

buildkite-docs-bot avatar Apr 29 '24 09:04 buildkite-docs-bot

If there's any surprises we're not going to know until after merging and watching the deploy run. If I've accidentally broken things, I'll follow up straight away ❤️

yob avatar May 07 '24 05:05 yob