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 arm64 for M1 Mac (Apple Silicon) #9

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

evalphobia
Copy link

This PR support to add arm64 arch.

openjdk:8-jre already has arm64 image.

So I copied latest node js installation recipe from official docker image.

@CLAassistant
Copy link

CLAassistant commented Feb 7, 2022

CLA assistant check
All committers have signed the CLA.

@@ -61,6 +77,7 @@ RUN apt-get update && \

COPY nginx-proxy.conf /etc/nginx-proxy.conf
COPY supervisord.conf /etc/supervisord.conf
RUN ln -s /usr/local/openjdk-8/bin/java /usr/bin/java
Copy link
Author

Choose a reason for hiding this comment

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

java path has been change from /usr/bin/java to /usr/local/openjdk-8/bin/java

@@ -34,7 +34,6 @@ http {
proxy_redirect off;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_redirect off;
Copy link
Author

Choose a reason for hiding this comment

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

(This line is duplicated)

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