jpylyzer icon indicating copy to clipboard operation
jpylyzer copied to clipboard

Running Debian build script results in deprecation warning

Open bitsgalore opened this issue 1 year ago • 0 comments

Command:

./docker-package.sh debian:bullseye

Build works OK, but at the start of the build the following deprecation warning is shown:

1
2
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Not entirely sure if this needs any action, and when. I already tried installing BuildKit myself, and managed to completely trash my Docker setup in the process.

Perhaps @carlwilson or @darrendignam could have a look at this at some point.

bitsgalore avatar Nov 09 '23 16:11 bitsgalore