Releases: docker/buildx
Releases · docker/buildx
v0.3.1
Bug fixes
- Running bake with multiple compose files now merges targets correctly #134
- Fix bug when building a Dockerfile from stdin (
build -f -) #153 - Handle copying unix sockets instead of erroring #155 moby/buildkit#1144
Contributors
Tõnis Tiigi
Tibor Vass
Grace Noah
Francesco Gianni
Dmytro Makovey
v0.3.0
Notable Changes
- Custom buildkitd daemon flags #102
- Environment variables are used in compose files #117
- Fix bug where
--build-arg foowould not readfoofrom environment #116 - Bake now honors
--no-cacheand--pull#118 - Custom buildkit config file #121
- Entitlements support with
build --allow#104 - Driver-specific options on
create#122
Contributors
Tõnis Tiigi
Tibor Vass
Fernando Miguel
Zuhayr Elahi
Kang Huaishuai
Akihiro Suda
v0.2.2
Merge pull request #87 from tiborvass/no-build-field [Carry #79] Change compose file handling to require valid service specifications
v0.2.1
Merge pull request #83 from tonistiigi/relative-dockerfile-path bake: make dockerfile relative to context
v0.2.0
Merge pull request #51 from tonistiigi/travis add releases to travis