Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
ARG java_image_name=azul/zulu-openjdk
ARG java_image_name=eclipse-temurin
ARG java_image_tag=25-jre

FROM ${java_image_name}:${java_image_tag}
Expand Down
4 changes: 2 additions & 2 deletions resource-managers/kubernetes/integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ directory:
./dev/dev-run-integration-tests.sh

To run tests with a specific Java version instead of Java 25, use `--java-image-tag` to specify the
[base image](https://hub.docker.com/r/azul/zulu-openjdk/tags) accordingly.
[base image](https://hub.docker.com/_/eclipse-temurin/tags) accordingly.

./dev/dev-run-integration-tests.sh --java-image-tag 21-jre

Expand Down Expand Up @@ -205,7 +205,7 @@ to the wrapper scripts and using the wrapper scripts will simply set these appro
<tr>
<td><code>spark.kubernetes.test.javaImageTag</code></td>
<td>
A specific Azul Zulu OpenJDK base image tag to use, when set uses it instead of 25.
A specific Eclipse Temurin OpenJDK base image tag to use, when set uses it instead of 25.
</td>
<td><code>N/A</code></td>
</tr>
Expand Down