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

Support a local ARM image build #3352

Closed
Tracked by #640
dlvenable opened this issue Sep 18, 2023 · 1 comment · Fixed by #3355
Closed
Tracked by #640

Support a local ARM image build #3352

dlvenable opened this issue Sep 18, 2023 · 1 comment · Fixed by #3355
Assignees
Labels
maintenance Issues to help maintain the project, such as improving builds, testing, etc.
Milestone

Comments

@dlvenable
Copy link
Member

dlvenable commented Sep 18, 2023

The current Dockerfile builds from eclipse-temurin:17-jdk-alpine which is not available for ARM. Update to use an ARM image.

The eclipse-temurin:17-jdk-jammy image works for ARM and I've tested it locally.

@dlvenable
Copy link
Member Author

This may also be a good time to update to use a JRE image. The current image is JDK-based, but Data Prepper shouldn't need the entire JDK since has already been built, just the JRE to run.

@dlvenable dlvenable added this to the v2.5 milestone Sep 18, 2023
dlvenable added a commit to dlvenable/data-prepper that referenced this issue Sep 18, 2023
…mage. Also use only the JRE to keep the image size smaller. Resolves opensearch-project#3352.

Signed-off-by: David Venable <[email protected]>
@dlvenable dlvenable added the maintenance Issues to help maintain the project, such as improving builds, testing, etc. label Sep 18, 2023
dlvenable added a commit that referenced this issue Sep 26, 2023
…mage. Also use only the JRE to keep the image size smaller. Resolves #3352. (#3355)

Signed-off-by: David Venable <[email protected]>
@github-project-automation github-project-automation bot moved this from In progress to Done in Data Prepper Tracking Board Sep 26, 2023
asifsmohammed pushed a commit to asifsmohammed/data-prepper that referenced this issue Sep 27, 2023
…mage. Also use only the JRE to keep the image size smaller. Resolves opensearch-project#3352. (opensearch-project#3355)

Signed-off-by: David Venable <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Issues to help maintain the project, such as improving builds, testing, etc.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant