-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update Dockerfile with new versions #456
Update Dockerfile with new versions #456
Conversation
Thanks. I will look into it tomorrow! |
Hi @thomasegense ! And sorry it took me so much time ;-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is indeed working as it should. Thanks a lot! The Docker file contains documentation on how to start the service in the lines 1-22. I would like the following changes here:
- Could you please update exports in line 10-12 to match the ENV set in the file.
- In line 13 add -c to the command.
- in line 14 change apache-tomcat to tomcat, as thats the name of the directory now.
Ps. I've tested the Dockerfile on a Macbook running an M1 processor and it works flawlessly. |
@VictorHarbo When you accept the PR, also close this Jira: #439 |
Hi @VictorHarbo ! Thanks for your feedback! I've just corrected it ;-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Single change and then it is good to go :)
No worries. We love to have excited people contributing! One minor change and I'll merge it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @c-vandendyck-kbr. Everything looks good now. Congratulations on your first contribution to SolrWayback! 🎆
Update ENV:
Also update RUN commands in order to call the good folder and the
-c
option