Azure / Azure/iotedgedev

[FEATURE REQ] Use buildx instead of build to build modules

Open
#633 3 comments 0 reactions 0 assignees View on GitHub
feature triage
Dominant language
Python
Stars
166
Forks
76
PR merge metrics
No merged PRs in 30d

Description

### Description.

Looks like `iotedgedev` uses `docker build` in shell script files under the hood.

Docker has moved to use BuildKit and AFAICS `build` is deprecated and will eventually be completely gone. Using it already causes warnings about this.

It doesn't look like replacing `build` with `buildx` would be much effort at all, so how about doing that?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.