-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
Description
Describe the bug
The container image used for DB2 icr.io/db2_community/db2:12.1.0.0 doesn't offer AArch64 support resulting in:
[INFO] DOCKER> Pulling from db2_community/db2
Error: DOCKER> Error occurred during container startup, shutting down...
Error: DOCKER> I/O Error [Unable to pull 'icr.io/db2_community/db2:12.1.0.0' from registry 'icr.io' : no matching manifest for linux/arm64/v8 in the manifest list entries ]
Expected behavior
Integration tests should pass or be skipped.
Actual behavior
Integration tests fail.
How to Reproduce?
Run jpa-db2 integration test on an AArch64 system.
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus version or git rev
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response