$ sudo docker run -v /data:/data --rm -it orfeotoolbox/otb:8.1.2 otbcli_BandMath -il /data/input.tif -out "/data/test.tif?gdal:co:COMPRESS=LZW&gdal:co:TILED=YES&gdal:co:BIGTIFF=YES" -exp 'im1b1' Unable to find image 'orfeotoolbox/otb:8.1.2' locally 8.1.2: Pulling from orfeotoolbox/otb ca1778b69356: Pull complete 681c93965633: Pull complete 457f54e07d13: Pull complete 482993b9d44a: Pull complete 4efa1b9d9632: Pull complete Digest: sha256:252b7b3194690c42874467fe2240eec991e675e1217a35d0498a8612883ec927 Status: Downloaded newer image for orfeotoolbox/otb:8.1.2 2024-09-04 14:12:45 (INFO): Loading metadata from official product 2024-09-04 14:12:45 (INFO) BandMath: Default RAM limit for OTB is 256 MB 2024-09-04 14:12:45 (INFO) BandMath: GDAL maximum cache size is 3206 MB 2024-09-04 14:12:45 (INFO) BandMath: OTB will use at most 8 threads 2024-09-04 14:12:45 (INFO) BandMath: Image #1 has 42 components 2024-09-04 14:12:45 (INFO): Estimated memory for full processing: 10002.8MB (avail.: 256 MB), optimal image partitioning: 40 blocks 2024-09-04 14:12:45 (INFO): File /data/test.tif will be written in 48 blocks of 1024x768 pixels Writing /data/test.tif?gdal:co:COMPRESS=LZW&gdal:co:TILED=YES&gdal:co:BIGTIFF=YES...: 100% [**************************************************] (18s) $ sudo docker run -v /data:/data --rm -it orfeotoolbox/otb:9.0.0 otbcli_BandMath -il /data/input.tif -out "/data/test2.tif?gdal:co:COMPRESS=LZW&gdal:co:TILED=YES&gdal:co:BIGTIFF=YES" -exp 'im1b1' Unable to find image 'orfeotoolbox/otb:9.0.0' locally 9.0.0: Pulling from orfeotoolbox/otb 3c67549075b6: Pull complete 9a47b884a7b4: Pull complete da85a6803730: Pull complete ffc055165752: Pull complete e04cdb748150: Pull complete 5eff94508796: Pull complete Digest: sha256:17fafeacaee61fe6d3afe3ed04bde5293c6f2240d075b3a265658d227b6675d7 Status: Downloaded newer image for orfeotoolbox/otb:9.0.0 2024-09-04 14:13:40 (INFO): Loading metadata from official product 2024-09-04 14:13:40 (INFO) BandMath: Default RAM limit for OTB is 256 MB 2024-09-04 14:13:40 (INFO) BandMath: GDAL maximum cache size is 3206 MB 2024-09-04 14:13:40 (INFO) BandMath: OTB will use at most 8 threads 2024-09-04 14:13:40 (INFO) BandMath: Image #1 has 42 components 2024-09-04 14:13:40 (FATAL) BandMath: Cannot write image /data/test2.tif?gdal:co:COMPRESS=LZW&gdal:co:TILED=YES&gdal:co:BIGTIFF=YES. Probably unsupported format or incorrect filename extension.