Skip to content

Support arm64 for M1 Mac (Apple Silicon)#9

Open
evalphobia wants to merge 5 commits into
instructure:masterfrom
evalphobia:master
Open

Support arm64 for M1 Mac (Apple Silicon)#9
evalphobia wants to merge 5 commits into
instructure:masterfrom
evalphobia:master

Conversation

@evalphobia

Copy link
Copy Markdown

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

CLAassistant commented Feb 7, 2022

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Comment thread Dockerfile

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
Copy Markdown
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

Comment thread nginx-proxy.conf
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
Copy Markdown
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