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

Updates to latest docker images, aligning maven version #3775

Merged
merged 1 commit into from
Aug 3, 2024

Conversation

codefromthecrypt
Copy link
Member

This uses latest java images, and aligns with the following tools provided by them:

  • maven:3.9.8
  • maven-help-plugin:3.4.1
  • maven-dependency-plugin:3.7.1

To align, we run "mvn wrapper:wrapper -Dtype=bin" to update maven and manually change any pom or script references to share the above plugin versions.

Besides text replacement for current java versions, this also had to switch docker-compose to docker compose as the former is no longer in the base image.

All test images are updated to latest versions, as well.

This intentionally doesn't touch anything else, except bumping testcontainers. For example, this doesn't update maven plugins that aren't cached in the java image.

…t images

Signed-off-by: Adrian Cole <adrian.cole@elastic.co>
@codefromthecrypt
Copy link
Member Author

security check will fail until #3774 because this doesn't update main deps. so we can ignore it until then

@codefromthecrypt
Copy link
Member Author

actually security fail is npm but anyway we need this in so that the build can run.

@codefromthecrypt codefromthecrypt merged commit 2cf1850 into master Aug 3, 2024
13 of 14 checks passed
@codefromthecrypt codefromthecrypt deleted the docker-bumps branch August 3, 2024 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant