Investigate using Docker Bake to build Antrea image chain #6560
Labels
area/build-release
Issues or PRs related to building and releasing
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Bake a feature of Docker Buildx that lets you define your build configuration using a declarative file, as opposed to specifying a complex CLI expression.
It may be a good alternative to our multiple build scripts (e.g., https://github.com/antrea-io/antrea/blob/main/hack/build-antrea-linux-all.sh). Using Bake could also help avoid issues such as this one: #6559, as when building a new image you retain access to previous images (targets) built in the same bake invokation.
Some things to look into:
The text was updated successfully, but these errors were encountered: