Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IGNITE-20169 Add ARM64 Docker image #10877

Merged
merged 6 commits into from
Aug 21, 2023
Merged

Conversation

ptupitsyn
Copy link
Contributor

@ptupitsyn ptupitsyn commented Aug 7, 2023

Add ARM64 Docker image (for Apple Silicon, AWS Graviton, Raspberry, etc).

Ideally we could make a multi-arch image, but this will require base image change from Alpine to Ubuntu: there is no eclipse-temurin Java 8 image with ARM64 support.

Also, we have a separate s390x image (published with a different tag), so we follow the same approach here.

https://issues.apache.org/jira/browse/IGNITE-20169
https://hub.docker.com/r/apacheignite/ignite/tags
https://hub.docker.com/_/eclipse-temurin/tags

@ptupitsyn ptupitsyn self-assigned this Aug 7, 2023
@ptupitsyn ptupitsyn changed the title IGNITE-20169 Add ARM support to Ignite Docker image [DRAFT] IGNITE-20169 Add ARM support to Ignite Docker image Aug 7, 2023
@ptupitsyn ptupitsyn changed the title [DRAFT] IGNITE-20169 Add ARM support to Ignite Docker image IGNITE-20169 Add ARM support to Ignite Docker image Aug 18, 2023
@ptupitsyn ptupitsyn marked this pull request as ready for review August 18, 2023 11:15
@ptupitsyn ptupitsyn changed the title IGNITE-20169 Add ARM support to Ignite Docker image IGNITE-20169 Add ARM64 support to Ignite Docker image Aug 18, 2023
@ptupitsyn ptupitsyn changed the title IGNITE-20169 Add ARM64 support to Ignite Docker image IGNITE-20169 Add ARM64 Docker image Aug 18, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 18, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@ptupitsyn ptupitsyn merged commit f2add98 into apache:master Aug 21, 2023
7 checks passed
@ptupitsyn ptupitsyn deleted the ignite-20169 branch August 21, 2023 05:40
J-Bakuli pushed a commit to J-Bakuli/ignite that referenced this pull request Nov 10, 2023
Add ARM64 Docker image (for Apple Silicon, AWS Graviton, Raspberry, etc).

Ideally we could make a multi-arch image, but this will require base image change from Alpine to Ubuntu: there is no `eclipse-temurin` Java 8 image with ARM64 support.

Also, we have a separate `s390x` image (published with a different tag), so we follow the same approach here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants