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

feat(docker): upgrade to jdk12, tomcat 9, postgres 12 and nginx 1.23.4 #14

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

Conversation

KarimGl
Copy link

@KarimGl KarimGl commented May 7, 2023

Why?
Make aio-base docker image compatible with axelor v7.

How?
Upgrade to jdk12, tomcat 9, postgres 12 and nginx 1.23.4

How to test?

  • build image from aio-base folder: docker build -t axelor/aio-base:v7 .
  • download axelor war from github release.
  • start container: docker run -p 8080:80 -d -v <path-to-axelor-war-folder>/axelor-erp-v7.0.0.war:/var/lib/tomcat/webapps/ROOT.war axelor/aio-base:v7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant