-
Notifications
You must be signed in to change notification settings - Fork 202
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
Labels
maintenance
Issues to help maintain the project, such as improving builds, testing, etc.
Milestone
Comments
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
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]>
4 tasks
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
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
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.The text was updated successfully, but these errors were encountered: