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

Docker compatible with Mac architecture; cleanup dev scripts #395

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

joneubank
Copy link
Member

@joneubank joneubank commented Jun 14, 2023

The alpine JDK docker image has compatibility issues with ARM architecture devices (Apple Silicon), switching to a non-alpine base image should provide a bit more stability when running on Macs.

As part of the change, some libraries needed updating due to the old versions no longer being available on Maven. These changes are included as well.

@joneubank joneubank requested review from leoraba and Azher2Ali June 14, 2023 22:29
@@ -1,7 +1,7 @@
###################################
# Maven Builder
###################################
FROM adoptopenjdk/openjdk11:jdk-11.0.6_10-alpine-slim as builder
FROM adoptopenjdk/openjdk11:jdk-11.0.6_10-slim as builder
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link

@leoraba leoraba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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