openpreserve / jpylyzer

JP2 (JPEG 2000 Part 1) validator and properties extractor. Jpylyzer was specifically created to check that a JP2 file really conforms to the format's specifications. Additionally jpylyzer is able to extract technical characteristics.
http://jpylyzer.openpreservation.org/
Other
69 stars 28 forks source link

Running Debian build script results in deprecation warning #219

Open bitsgalore opened 7 months ago

bitsgalore commented 7 months ago

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.