You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spotify:dockerfile-maven-plugin(https://github.com/spotify/dockerfile-maven) has been out of maintenance for many years, need to upgrade its dependency to a version that supports aarch64.
backtrace
[ERROR] Failed to execute goal com.spotify:dockerfile-maven-plugin:1.4.13:build (shardingsphere-proxy-bin) on project shardingsphere-test-e2e-fixture: Could not build image: java.util.concurrent.ExecutionException: com.spotify.docker.client.shaded.javax.ws.rs.ProcessingException: java.lang.UnsatisfiedLinkError: could not load FFI provider com.spotify.docker.client.shaded.jnr.ffi.provider.jffi.Provider: ExceptionInInitializerError: Can't overwrite cause with java.lang.UnsatisfiedLinkError: java.lang.UnsatisfiedLinkError: /private/var/folders/hw/rk2827v92hj2g7fq1p_v8jp40000gn/T/jffi591738434175491320.dylib: dlopen(/private/var/folders/hw/rk2827v92hj2g7fq1p_v8jp40000gn/T/jffi591738434175491320.dylib, 0x0001): tried: '/private/var/folders/hw/rk2827v92hj2g7fq1p_v8jp40000gn/T/jffi591738434175491320.dylib' (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/private/var/folders/hw/rk2827v92hj2g7fq1p_v8jp40000gn/T/jffi591738434175491320.dylib' (no such file), '/private/var/folders/hw/rk2827v92hj2g7fq1p_v8jp40000gn/T/jffi591738434175491320.dylib' (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64'))
The dependencies that need to be added are defined as:
Hi community,
spotify:dockerfile-maven-plugin
(https://github.com/spotify/dockerfile-maven) has been out of maintenance for many years, need to upgrade its dependency to a version that supports aarch64.backtrace
The dependencies that need to be added are defined as:
After this, the current problem can be resolved.However, if the version of docker-client drops to 8.14.5, it will face some known issues:
In the long run, we should try some other docker plugins, there are currently two popular plugins that can be taken into consideration:
However, the replacement will involve a lot of configuration modification, which needs to be evaluated.
The text was updated successfully, but these errors were encountered: