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

FISH-8129 Add JDK 21 Docker Images #6505

Merged
merged 4 commits into from
Dec 8, 2023
Merged

Conversation

Pandrex247
Copy link
Member

@Pandrex247 Pandrex247 commented Dec 7, 2023

Description

Adds builds of our Docker images based on JDK 21.

Also updates various test and build plugin dependencies since otherwise it doesn't seem to like the latest Windows and Docker Desktop versions - testcontainers was complaining about being unauthorised to create containers.

Important Info

Blockers

None

Testing

New tests

None

Testing Performed

  • Built all distributions: mvn clean install -DskipTests -T 1C
  • Built the Docker images and let the standard tests run: mvn clean install -PBuildDockerImages -pl .\appserver\extras\docker-images\ -amd - passed.
  • Ran the Docker tests against the JDK 21 images: mvn clean install -PBuildDockerImages -pl .\appserver\extras\docker-images\tests\ "-Ddocker.payara.tag=6.2023.12-SNAPSHOT-jdk21" - passed.
  • Started the Payara Micro JDK 21 image - seemed fine.
  • Checked that it's possible to skip generating JDK 21 images: mvn clean install -PBuildDockerImages,!generate-jdk21-docker-image -pl .\appserver\extras\docker-images\ -amd -DskipTests - checked maven build output and it didn't generate a JDK 21 image.

Testing Environment

Windows 11

Documentation

payara/Payara-Documentation#347

Notes for Reviewers

None

@Pandrex247 Pandrex247 marked this pull request as ready for review December 7, 2023 17:23
Copy link
Contributor

@breakponchito breakponchito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Pandrex247 Pandrex247 merged commit 50e7d6b into payara:master Dec 8, 2023
1 check passed
@Pandrex247 Pandrex247 deleted the FISH-8129 branch December 8, 2023 16:13
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.

2 participants