riscv64 builds (or any using docker image tag or digest) broken #1082
Labels
buildbreak
High priority issues that cause build breaks in jenkins or build scripts
cross-compile
docker
linux
PR: #1076 added a patch to tag using the docker_image to handle scenario when using a dockerRegistry. However, it searches the image ls using the docker_image, which may contain a :tag or @digest, which will not match...
eg: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk23/job/jdk23-linux-riscv64-temurin/9/console
docker ls returns the "Repository", you can't locate the entry you need from that list using the plain DOCKER_IMAGE string
The text was updated successfully, but these errors were encountered: