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

fix(provisioning|remoting): address some updates in the case of non-standard base images #70

Merged
merged 8 commits into from
Feb 5, 2024

Conversation

drcgjung
Copy link
Contributor

@drcgjung drcgjung commented Nov 24, 2023

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

Copy link
Contributor

@Martin0815bla Martin0815bla left a 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.

Copy link
Contributor

@Martin0815bla Martin0815bla left a 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

@drcgjung
Copy link
Contributor Author

@SebastianBezold we finally managed to get rid of all non-base images! Martin reviewed already and the stuff was already integration tested.

@carslen carslen merged commit b4ee7fe into eclipse-tractusx:main Feb 5, 2024
5 of 6 checks passed
@drcgjung drcgjung deleted the fix/non-base-images branch April 17, 2024 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Fix: Upgrade/Exchange Base Images
4 participants