Jib sometimes has errors that rely on org.apache.commons.lang3.function.Suppliers.nul()
without this method
#44884
Labels
area/container-image
kind/bug
Something isn't working
triage/needs-feedback
We are waiting for feedback.
Describe the bug
When jib builds docker with my own image, an error message is displayed:
Expected behavior
When custom images are not used, the images can be created and pushed to the harbor.
Actual behavior
When we were searching for the problem, we found that jib community had similar problems. The possible cause was the package conflict between quarkus and jib-core: GoogleContainerTools/jib#4235
We have tried to downgrade the relevant version, which can temporarily solve this problem, but we hope the community can consider whether to downgrade jib or downgrade commons-compress(I don't know if there is a conflict problem with other dependencies of quarkus, so hope to verify the community).
How to Reproduce?
custom dockerfile
Output of
uname -a
orver
MacOS 14.5
Output of
java -version
OpenJDK Runtime Environment GraalVM CE 22.2.0 (build 17.0.4+8-jvmci-22.2-b06)
Quarkus version or git rev
3.15.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)mvn install -DskipTests=true \ -Dquarkus.container-image.insecure=true \ -Dquarkus.container-image.registry=harbor.xxx.com:5443 \ -Dquarkus.container-image.username=xxx \ -Dquarkus.container-image.password=xxx \ -Dquarkus.container-image.build=true \ -Dquarkus.container-image.push=true \ -Dquarkus.container-image.group=xxx \ -Dquarkus.container-image.name=xxx \ -Dquarkus.container-image.tag=xxx \ -DsendCredentialsOverHttp=true
Additional information
No response
The text was updated successfully, but these errors were encountered: