Try running:
docker run --rm -it ghcr.io/spdx/tools-java:v2.0.7
Results in:
Error: Unable to access jarfile /usr/lib/java/spdx/tools-java--jar-with-dependencies.jar
Note the missing version in the middle. I think this change is where the problem was introduced -- 2.0.4 works properly albeit with the platform required and a stutter in the name: docker run --platform linux/amd64 --rm -it ghcr.io/spdx/tools-java/tools-java:v2.0.4.
Try running:
Results in:
Note the missing version in the middle. I think this change is where the problem was introduced -- 2.0.4 works properly albeit with the platform required and a stutter in the name:
docker run --platform linux/amd64 --rm -it ghcr.io/spdx/tools-java/tools-java:v2.0.4.