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 image with embeded Tomcat #9294

Open
paulo-graca opened this issue Jan 28, 2024 · 0 comments
Open

Docker image with embeded Tomcat #9294

paulo-graca opened this issue Jan 28, 2024 · 0 comments
Labels
backend: Docker Related to DSpace deployment via Docker help wanted Needs a volunteer to claim to move forward new feature

Comments

@paulo-graca
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The merge of #8797 introduces the embeded tomcat feature. Saying it so, I would be useful if docker images could be simplified also by using it.

Describe the solution you'd like
We need to refactor Dockerfile and change the existing commands to be compatible with this way of deployment. Meaning you don't need to do all of this https://github.com/DSpace/DSpace/blob/main/Dockerfile#L52-L66. Considering the instructions here: #8797 (comment) it would be something like:

mvn spring-boot:run -Dspring-boot.run.arguments="--dspace.dir=/path/to/install/folder/ --logging.config=file:///path/to/install/folder/config/log4j2-console.xml"
@paulo-graca paulo-graca added new feature needs triage New issue needs triage and/or scheduling labels Jan 28, 2024
@tdonohue tdonohue added backend: Docker Related to DSpace deployment via Docker help wanted Needs a volunteer to claim to move forward and removed needs triage New issue needs triage and/or scheduling labels Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend: Docker Related to DSpace deployment via Docker help wanted Needs a volunteer to claim to move forward new feature
Projects
Status: 📋 To Do
Development

No branches or pull requests

2 participants