-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix(provisioning|remoting): address some updates in the case of non-standard base images #70
Conversation
…RDF4JSDK/Ontop) we may cater for high vulnerabilities.
…to PI11 versioning. Debug sample configuration for remoting agent.
…onfigs, jars and configurations.
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.
Mostly version changes reviewed.
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.
Predominantly Tomcat version changes and UserID changes reviewed
@SebastianBezold we finally managed to get rid of all non-base images! Martin reviewed already and the stuff was already integration tested. |
WHAT
Upgrade dependencies to parent/root OSS projects (RDF4J, Ontop)
Switch to standard base images by using a build stage (provisioning-agent) or an alternative tomcat installation (remoting-agent).
Upgrade security-relevant packages, remove unused packages
WHY
Stay with most recent dependencies.
Fix recent HIGH findings apparent in the RDF4J-SDK and Ontop runtimes.
Make images release guideline compliant.
FURTHER NOTES
Two IP checks need to be issued as a result.
maven/mavencentral/org.apache.tomcat/tomcat-annotations-api/9.0.84, , restricted, clearlydefined
maven/mavencentral/org.locationtech.jts/jts-core/1.18.2, NOASSERTION, restricted, clearlydefined
Closes #72