-
Notifications
You must be signed in to change notification settings - Fork 77
Dockerfile still references JDK 8 #274
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
Conversation
Compatibility table semantics-generate-publish added to make configuration of generate and publish services easier.
| ## Compatibility | ||
| Both [`generate`](https://github.com/eiffel-community/eiffel-remrem-generate) and `publish` services use [`semantics`](https://github.com/eiffel-community/eiffel-remrem-semantics) library. Below is compatibility table of particular versions. | ||
| | `semantics` | `generate` | `publish` | | ||
| |-------------|---------------------|---------------------| | ||
| | `2.0.3` | `2.0.2` | `2.0.0` | | ||
| | `2.0.4` | `2.0.3` | `2.0.1` | | ||
| | `2.0.5` | `2.0.4` | `2.0.2` - `2.0.5` | | ||
| | `2.0.6` | `2.0.5` - `2.0.9` | `2.0.6` - `2.0.9` | | ||
| | `2.0.7` | | `2.0.10` | | ||
| | `2.0.8` | `2.0.10` | `2.0.11` | | ||
| | `2.0.9` | `2.0.11` | `2.0.12` | | ||
| | `2.0.11` | | `2.0.13` | | ||
| | `2.0.12` | `2.0.12` - `2.0.13` | `2.0.14` - `2.0.15` | | ||
| | `2.0.13` | `2.0.14` - `2.0.17` | `2.0.16` - `2.0.22` | | ||
| | `2.1.0` | `2.1.0` - `2.1.2` | | | ||
| | `2.2.1` | `2.1.3` - `2.1.4` | `2.0.23` | |
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 doesn't look like something that belongs in this PR. Should it have been included in the PR(s) that document the Generate/Publish compatibility (or did I imagine that there is such a beat)?
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.
Oh, really, I must have mangled something...
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.
Looks fine now, after branch sync with master.
Applicable Issues
Fixes eiffel-community/eiffel-remrem-generate#213
Description of the Change
Dockerfile uses tomcat:9.0.58-jdk17-openjdk-slim as a base image.
Alternate Designs
Benefits
Docker image doesn't crash.
Possible Drawbacks
Sign-off
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
Signed-off-by: Roman Szturc roman.szturc.ext@ericsson.com