Open michelkaeser opened 4 months ago
/cc @geoand (jib)
What's different between 3.12.0
and 3.11.3
WRT this, is that Jib core was bumped from 0.27.0
to 0.27.1
.
As you mentioned, https://github.com/GoogleContainerTools/jib/issues/4265 does seem related. It has since been fixed, so let's see when a new release will go out.
Not sure how important the problem is but we could revert if it's in the way.
If we don't get a response soon, I'll revert
I have opened https://github.com/quarkusio/quarkus/pull/41509 to revert back to Jib 0.27.0
Describe the bug
After upgrading to 3.12.0 the build fails with:
Seems to be related to https://github.com/GoogleContainerTools/jib/issues/4265?
Expected behavior
Cross building with Jib should work as in previous versions.
Actual behavior
Cross building fails.
How to Reproduce?
quarkus.jib.platforms
to one not matching the daemon)Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.12.0
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response