@Nasller 在 Docker中一个神奇插件buildx 中发帖
起因:今天用jenkins打包的时候看了看控制台输出,偶然发现一串docker的镜像构建提示
09:02:47 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
09:02:47 Install the buildx component to build images with BuildKit:
09:02:47 https://docs.docker.com/go/buildx/
连忙谷歌怎么用buildx平替这个build命令,因为是用windows docker desktop搭建的环境,废了九牛二虎,在jenkins容器中使用docker命令就已经很不容易了(因为是windows的wsl2,光这个就找了半天的资料),结果又来一个buildx,很显然报...