Closed wborn closed 4 years ago
Are you OK with these changes @cniweb?
I'll proceed with merging this. Feel free to make any comments on this afterwards @cniweb.
Why was this breaking change made on a stable release and not even mentioned in the Release notes?? My Docker install script that worked fine in 2.5.3 was broken when I tried with 2,5,6, There were no breaking changes listed in the intervening Release Notes.
Switching to BuildKit has many advantages:
There is now a single Dockerfile per image instead of one for each architecture. BuildKit does not provide a way to also generate tags containing architectures so these tags will no longer be generated.
Furthermore the Travis configuration has been updated so it will also automatically sync the README.md to Docker Hub.
Fixes #184
This change is